From 2f8248eeff797a55a55631b6b3c903e1cb7f3a23 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 27 Sep 2012 22:29:29 +0900 Subject: [PATCH] template docs --- anki/template/README.anki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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