diff --git a/docs/_docs/templates.md b/docs/_docs/templates.md index c36f0910..38e55717 100644 --- a/docs/_docs/templates.md +++ b/docs/_docs/templates.md @@ -469,6 +469,13 @@ you want to highlight, look for the “short name” on the [Rouge wiki](https://github.com/jayferd/rouge/wiki/List-of-supported-languages-and-lexers) or the [Pygments' Lexers page](http://pygments.org/docs/lexers/). +
If you are using a language that contains curly braces, you
+ will likely need to place {% raw %}
and
+ {% endraw %}
tags around your code.