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
Code blocks do not respond correctly when 'text' or 'plain' is listed as the language. This means that anything that is not in a known language, or which should be treated in a similar 'pre' style manner to code will be highlighted as... I would guess javascript, in Joplin.
Example:
```text
this comes out as code
```
Github rendering:
this comes out as code
Joplin rendering:
Environment
Joplin version: 1.0.160
Platform: Linux
OS specifics: Ubuntu Xenial
Steps To Reproduce
Create a code block in markdown and attempt to find a language specifier that will render it as text.
Try "text", "plain", "unknownLanguageHere"
Describe what you expected to happen:
Rendering as a code block without syntax highlighting, similar to other renderers such as Github
The text was updated successfully, but these errors were encountered:
tsumare
changed the title
The "text" programming 'language' is not available for code blocks.
"text" mode (no syntax highlighting) is not available in code blocks.
Jul 28, 2019
Code blocks do not respond correctly when 'text' or 'plain' is listed as the language. This means that anything that is not in a known language, or which should be treated in a similar 'pre' style manner to code will be highlighted as... I would guess javascript, in Joplin.
Example:
Github rendering:
Joplin rendering:
Environment
Joplin version: 1.0.160
Platform: Linux
OS specifics: Ubuntu Xenial
Steps To Reproduce
Describe what you expected to happen:
Rendering as a code block without syntax highlighting, similar to other renderers such as Github
The text was updated successfully, but these errors were encountered: