Import paragraph about Escaping nunchuck from old doc.

This commit is contained in:
Soreine
2016-03-21 15:07:22 +01:00
parent 3a43ef2c3f
commit fa5bee6ca3
+10
View File
@@ -87,3 +87,13 @@ Current version is {{ softwareVersion }}.
##### include and block
Inclusion and inheritance is detailled in the [Content References](conrefs.md) section.
### Escaping
If you want GitBook to ignore any of the special templating tags, you can use raw and anything inside of it will be output as plain text.
``` twig
{% raw %}
this will {{ not be processed }}
{% endraw %}
```