> something
> something
For such code block, I was surprised to get syntax highlight, but I even don’t know which language that Joplin is using for it.
something
No highlight at all.
> something
> something
For such code block, I was surprised to get syntax highlight, but I even don’t know which language that Joplin is using for it.
something
No highlight at all.
```markdown <— this controls highlighting
> something
> something
```
Experiment with putting plaintext, java, typescript, etc and you’ll get different highlights.
``` <— nothing
something
```
Exactly
I found an alleged list of supported commands (that you could use in place of
markdownin the above): https://github.com/highlightjs/highlight.js/blob/main/SUPPORTED_LANGUAGES.md Or more likely this subset: https://github.com/github-linguist/linguist/blob/main/lib/linguist/languages.yml