Markdown : be compatible with ul or li
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1492 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -234,7 +234,7 @@ class markdown
|
||||
$this->debugMKD ("DEB2 : Continuous LI block");
|
||||
// Suppress \n on last line
|
||||
$res = substr ($res, 0, -1);
|
||||
$type = "ul";
|
||||
$type = prev ($htmlStack);
|
||||
$blockLI = true;
|
||||
$lineTxt = " ".$lineTxt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user