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
For example, in the following two screenshots, the header state is disallowed because the tokenizer interprets the indentation as a continuation of a block:
Should a list-block be escaped when there is only whitespace?
I think it should be escaped when the indentation is equal to the indentation of the starting line.
Currently markdown mode has many similar issues and it's syntax is hard to parse with the tokenizer ace uses.
I wonder if we could use something like https://github.com/markdown-it/markdown-it to make markdown highlighting better
This issue has not received any attention in 1 year. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.
For example, in the following two screenshots, the header state is disallowed because the tokenizer interprets the indentation as a continuation of a block:
Should a
list-block
be escaped when there is only whitespace?ace/lib/ace/mode/markdown_highlight_rules.js
Lines 157 to 161 in 6ebacf9
The text was updated successfully, but these errors were encountered: