diff --git a/src/docs/user/userguide/remarkup.diviner b/src/docs/user/userguide/remarkup.diviner --- a/src/docs/user/userguide/remarkup.diviner +++ b/src/docs/user/userguide/remarkup.diviner @@ -196,6 +196,9 @@ - [X] Preheat oven to 450 degrees. - [ ] Zest 35 lemons. +Code Blocks +=========== + Make **code blocks** by indenting two spaces: f(x, y); @@ -211,6 +214,9 @@ lang=html ... +When using fenced code blocks (triple backticks) you can simply append the +language right after the backticks, like this: ##```html## + This will highlight the block using a highlighter for that language, if one is available (in most cases, this means you need to configure Pygments):