atom / language-gfm

GitHub Flavored Markdown in Atom
MIT License
101 stars 108 forks source link

Markdown code font and code fence text highlighting error #243

Open tacitonic opened 3 years ago

tacitonic commented 3 years ago

Description

While documenting how to use a code fence in markdown, text highlighting in the subsequent content has errors.

Screenshot

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

UziTech commented 3 years ago

This is probably an issue with language-markdown or language-gfm package

tacitonic commented 3 years ago

Thanks! Should I open an issue in that repo @UziTech?