> 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.
Handy page for similar questions: joplin markdown guide
```markdown <— this controls highlighting
> something
> something
```Experiment with putting plaintext, java, typescript, etc and you’ll get different highlights.
``` <— nothing
something
```No highlight at all.
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
Surprised, even in this post, it explained triple “`” into code block.
I thought I found the answer from https://joplinapp.org/help/apps/markdown/




