Open luxedo opened 8 years ago
I have exactly the same problem, but with question marks, which makes documenting optional parameters without a default a pain because of the lack of syntax highlighting for the Markdown itself.
It doesn't appear language-specific, though. This is with a JavaScript file:
This also happens with yaml
code blocks, where even blocks are not created at all, even in the open space.
It should stop after the small code block, with only development: true
in it. It even appears on backticks as well.
I reported the issue with YAML code blocks here and also included some screenshots.
Filed atom/atom#13515. Not a language-gfm issue, as I noted previously.
Take 2: atom/first-mate#83.
I've found that in
java
,javascript
andcss
(probably there's more), if a block of a statement is not closed, the regex will leak and stoplanguage-gfm
from capturing the end of a code block.