diff --git a/anki/template/README.anki b/anki/template/README.anki index 2c775ee5f..d1e9223dc 100644 --- a/anki/template/README.anki +++ b/anki/template/README.anki @@ -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