Weren't you using CM6? The Markdown stuff should definitely be a lot less broken there. The CM5 Markdown/GFM stuff is definitely in low-maintenance mode (it's contributed code, and not in great shape).
That is correct, we are in the middle of an awkward migration phase from CM5 to CM6 where we currently still offer CM5 as a legacy editor, and uses a proxy object to expose a common interface for interacting with both CM5 and CM6.
For parsing we are, unfortunately, still stuck on the old CM5 parsers through stream-parser until we can fully remove CM5 from the codebase after which we would be able to commit a big chunk of development time to rewrite our markdown flavor in CM6's lezer.
The CM5 Markdown/GFM stuff is definitely in low-maintenance mode (it's contributed code, and not in great shape).
Ok fair enough, that's understandable. I will see if I can find some time to fix this one from our end.
Open https://codemirror.net/mode/gfm/index.html
Run the following code in console to enable
shelllanguage.Type the following into the editor:
Expected: Some more text should not be highlighted

Actual:
The text was updated successfully, but these errors were encountered: