Open tacitonic opened 3 years ago
While documenting how to use a code fence in markdown, text highlighting in the subsequent content has errors.
Expected behavior:
The expected end result is to show three backticks in code font: In Markdown, use a code fence (```).
```
Code font text highlighting ends after the the last single backtick.
Actual behavior:
Code font text highlighting doesn't end after the last backtick.
Reproduces how often:
Each instance.
Atom: 1.54.0 x64 Electron: 6.1.12 Chrome: 76.0.3809.146 Node: v12.4.0 OS: Windows 10 Pro 2004
This is probably an issue with language-markdown or language-gfm package
language-markdown
language-gfm
Thanks! Should I open an issue in that repo @UziTech?
Description
While documenting how to use a code fence in markdown, text highlighting in the subsequent content has errors.
Expected behavior:
The expected end result is to show three backticks in code font: In Markdown, use a code fence (
```
).Code font text highlighting ends after the the last single backtick.
Actual behavior:
Code font text highlighting doesn't end after the last backtick.
Reproduces how often:
Each instance.
Versions
Atom: 1.54.0 x64 Electron: 6.1.12 Chrome: 76.0.3809.146 Node: v12.4.0 OS: Windows 10 Pro 2004