mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
6 lines
277 B
Text
6 lines
277 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
|