> 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.
6 Comments
Artisian@lemmy.world · 3 pts · 302d
Handy page for similar questions: joplin markdown guide
MagicShel@lemmy.zip · 2 pts · 302d
```markdown <--- this controls highlighting
> something
> something
```
Experiment with putting plaintext, java, typescript, etc and you'll get different highlights.
``` <--- nothing
something
```
Exactly
Artisian@lemmy.world · 2 pts · 302d
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.ymlmarshaljm@sopuli.xyz · 1 pts · 301d
marshaljm@sopuli.xyz · 1 pts · 302d
Surprised, even in this post, it explained triple "`" into code block.
marshaljm@sopuli.xyz · 1 pts · 301d
I thought I found the answer from https://joplinapp.org/help/apps/markdown/