template docs

This commit is contained in:
Damien Elmes 2012-09-27 22:29:29 +09:00
parent 7eb8b66b7a
commit 2f8248eeff

View file

@ -2,7 +2,7 @@ Anki uses a modified version of Pystache to provide Mustache-like syntax.
Behaviour is a little different from standard Mustache: Behaviour is a little different from standard Mustache:
- {{text}} returns text verbatim with no HTML escaping - {{text}} returns text verbatim with no HTML escaping
- {{{text}}} strips an outer span tag - {{{text}}} does the same and exists for backwards compatibility
- partial rendering is disabled for security reasons - partial rendering is disabled for security reasons
- certain keywords like 'cloze' are treated specially - certain keywords like 'cloze' are treated specially