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 has been 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
Example (I've put a space between the backticks just here):
` ` ` javascript
window.addEventListener("load", function() {
` ` `
Then we define the URL from …
The text after the code is still coloured in red
Steps to Reproduce
Create a markdown file
put above example in
see text after the code still being coloured
Expected behavior: Coloring just up to ```
Actual behavior: Coloring even after ```
Reproduces how often: 100%
Versions
You can get this information from copy and pasting the output of atom --version and apm --version from the command line. Also, please include the OS and what version of the OS you're running.
Description
Example (I've put a space between the backticks just here):
The text after the code is still coloured in red
Steps to Reproduce
Expected behavior: Coloring just up to ```
Actual behavior: Coloring even after ```
Reproduces how often: 100%
Versions
You can get this information from copy and pasting the output of
atom --version
andapm --version
from the command line. Also, please include the OS and what version of the OS you're running.The text was updated successfully, but these errors were encountered: