editor
editor copied to clipboard
Deep indentation of lists does not work.
A markdown that has more than one level of indent in lists triggers an error:
* list
* twice nested list
Problem here is that the AST handles this only through the position, start, end attributes - something that was not necessary to calculate so far.
Has this bug been fixed?
I'm working on a chat application with this markdown editor, seems to have no issue:
This works, but not if you jump from level 1 to level 3 with no in-between.
Is there any progress / plans on fixing this issue? or is there a workaround available to simply prevent this from happening?