Merge pull request #104 from ahluntang/master
Remove extra <br> after list.
This commit is contained in:
commit
1261c88d1c
@ -1023,7 +1023,7 @@ class Markdown_Parser {
|
||||
$result = $this->processListItems($list, $marker_any_re);
|
||||
|
||||
$result = $this->hashBlock("<$list_type>\n" . $result . "</$list_type>");
|
||||
return "\n". $result ."\n\n";
|
||||
return $result ."\n\n";
|
||||
}
|
||||
|
||||
var $list_level = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user