falnatsheh/MarkdownView

Errors in rendering multiple lists in a row

Closed this issue · 1 comments

Rendering lists works well when they have another text element separating them:
screenshot_2016-11-22-15-12-58

But when they follow each other (e.g. a numerical list followed by an item list), the second one is of the same type of the first, plus some random empty spaces are added.
screenshot_2016-11-22-15-09-15

Is this, as I think, a rendering error? Is there anything I can do to fix this from outside the library?

Thanks

This is a bit late but I think this is related to how MarkdownJ (the processor that used by the lib) parse markdown to html unfortunately. Other processors might support this and there's a ticket to support them #23.