We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code blocks with no syntax highlighting language are automatically highlighted with no possibility to turn it off for this specific block.
Consider the following code block:
this is an example text
Expected behavior: [What you expect to happen]
No formatting is applied to the text in the block as long as I don't specify a language shortcode (just like in this github issue)
Actual behavior: [What actually happens]
Some language is automatically detected and used to apply formatting to the text (in this example I can see "this is" being bolded)
See above.
$ atom --version Atom : 1.54.0 Electron: 6.1.12 Chrome : 76.0.3809.146 Node : 12.4.0
apm 2.6.1 npm 6.14.11 node 15.7.0 x64 atom 1.54.0 python 3.9.1 git 2.30.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
Reproduced the problem in Safe Mode (may not be approriate if your error involves markdown-preview-plus): http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-modeinstalling the package doesn't seem to be working in safe mode:Issue description
Code blocks with no syntax highlighting language are automatically highlighted with no possibility to turn it off for this specific block.
Steps to reproduce
Consider the following code block:
Expected behavior: [What you expect to happen]
No formatting is applied to the text in the block as long as I don't specify a language shortcode (just like in this github issue)
Actual behavior: [What actually happens]
Some language is automatically detected and used to apply formatting to the text (in this example I can see "this is" being bolded)
Input
See above.
Versions
The text was updated successfully, but these errors were encountered: