mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
template docs
This commit is contained in:
parent
7eb8b66b7a
commit
2f8248eeff
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ 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
|
||||
- {{{text}}} does the same and exists for backwards compatibility
|
||||
- partial rendering is disabled for security reasons
|
||||
- certain keywords like 'cloze' are treated specially
|
||||
|
||||
|
|
Loading…
Reference in a new issue