You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I was trying out a few things with the markdown parser, and noticed that it doesn't seem to handle nested lists. I don't think nested lists are actually in the markdown "spec," but it seems that implementations often support them. Thanks for your work on this project!
Was this fixed? Because, following the 4-space-rule (all actual content in lists starts at indents of multiples of 4 places in), this works fine for me:
var content = "hi
* foo
* aaa
* bbb
* xxx. More here about x.
And yet still more,
with multiple lines.
* yyy
* zzz
* ccc
* bar
done
";
This is still using the v1.0.0 release on haxelib.
Hello!
I was trying out a few things with the markdown parser, and noticed that it doesn't seem to handle nested lists. I don't think nested lists are actually in the markdown "spec," but it seems that implementations often support them. Thanks for your work on this project!
Results in this markup:
The text was updated successfully, but these errors were encountered: