Highlight content wrapped with ==

This commit is contained in:
Maxime Vaillancourt
2021-08-23 19:39:07 -04:00
parent 77733c1118
commit 72f9e888c1
2 changed files with 20 additions and 0 deletions

View File

@@ -73,6 +73,8 @@ And of course, images look great:
<img src="/assets/image.jpg"/>
You can also ==highlight some content== by wrapping it with `==`.
### Code syntax highlighting
You can add code blocks with full syntax color highlighting by wrapping code snippet in triple backticks and specifying the type of the code (`js`, `rb`, `sh`, etc.):