burodepeper / language-markdown

Add support for Markdown to Atom (including Github flavored, Markdown Extra, CriticMark, YAML/TOML front-matter, and R Markdown), and smart behavior to lists.
https://atom.io/packages/language-markdown
MIT License
118 stars 298 forks source link

Parser screws up for empty code blocks #216

Closed mcandre closed 6 years ago

mcandre commented 6 years ago

The GitHub flavored markdown parser messes up when it encounters two consecutive backticks, representing an empty code snippet.

burodepeper commented 6 years ago

You've posted this in the wrong repo. I've verified that this is indeed an issue with the default language-gfm, but not with this package language-markdown. I suggest you either crosspost this to https://github.com/atom/language-gfm or switch to using this package.