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:
2014-06-25 19:45:21 +00:00
parent 284a4e2c5e
commit 2c4e69f62e

View File

@@ -234,7 +234,7 @@ class markdown
$this->debugMKD ("DEB2 : Continuous LI block"); $this->debugMKD ("DEB2 : Continuous LI block");
// Suppress \n on last line // Suppress \n on last line
$res = substr ($res, 0, -1); $res = substr ($res, 0, -1);
$type = "ul"; $type = prev ($htmlStack);
$blockLI = true; $blockLI = true;
$lineTxt = " ".$lineTxt; $lineTxt = " ".$lineTxt;
} }