You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
When I use backticks to create preformatted code snippets, and the content is empty, then the syntax highlighing messes up.
Steps to Reproduce
Insert two consecutive backticks in a GitHub flavored Markdown file.
Expected behavior:
The syntax highlighter correctly highlights the snippet as an empty inline section.
Actual behavior:
The syntax highlighter continues highlighting past the closing backtick, as if the rest of the file is an inline preformatted snippet, until a third backtick is found.