diff --git a/app/templates/babycode.html b/app/templates/babycode.html index ac5c173..8d72602 100644 --- a/app/templates/babycode.html +++ b/app/templates/babycode.html @@ -139,6 +139,7 @@ {{ ('[code]%s[/code]' % code) | babycode | safe }}
Optionally, you can enable syntax highlighting by specifying the language in the attribute like this: [code=gdscript]
A full list of languages that can be highlighted is available here (the short names column).
Inline code tags look like this: {{ '[code]Inline code[/code]' | babycode | safe }}
Babycodes are not parsed inside code blocks.