Anki/anki/template/README.anki

8 lines
332 B
Text

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