Open 01100001 opened 3 years ago
I think this has been an oversight, however since this package is no longer actively maintained, I doubt it's going to be fixed.
I'm kind of surprised and disappointed that Atom still doesn't have full support for Markdown grammar. For e.g. another issue that bugs me is the lack of support in grammar/parsing for emphasizing multiline text. [...] This issue bugs VS Code too, so I understand Atom isn't alone in this.
I believe the grammars are both based off of Textmate, and it simply has some limitations. It works well enough with code, but Markdown syntax is just a little different. Multiline emphasis I believe is one of those things that just isn't doable.
Ah, I missed the "This package is no longer actively maintained" note in the README, sorry.
You also say, "I've stopped using Atom as my primary editor, and consequently, this package." Curious about what you are using now. (Editor & package(s), if you don't mind me asking).
Thank you.
This markdown text for e.g.:
While the emphasis (
<em>
) and links are identified properly, the code block is not. Is this an oversight or has it not been included due to complexity involved?I'm kind of surprised and disappointed that Atom still doesn't have full support for Markdown grammar. For e.g. another issue that bugs me is the lack of support in grammar/parsing for emphasizing multiline text. Like:
This issue bugs VS Code too, so I understand Atom isn't alone in this.
Thank you for your time!