From 83e72c3bfd128d6c295b4f3a646945ba764dc530 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 21 May 2007 23:19:29 +0200 Subject: [PATCH] [svn] star to plus due to weird formatting rules --HG-- branch : trunk --- docs/src/designerdoc.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/src/designerdoc.txt b/docs/src/designerdoc.txt index c6ad15f..8c618eb 100644 --- a/docs/src/designerdoc.txt +++ b/docs/src/designerdoc.txt @@ -419,11 +419,12 @@ The following keywords exist and cannot be used as identifiers: `and`, `block`, `cycle`, `elif`, `else`, `endblock`, `endfilter`, `endfor`, `endif`, `endmacro`, `endraw`, `endtrans`, `extends`, `filter`, `for`, `if`, `in`, `include`, `is`, `macro`, `not`, `or`, `pluralize`, - `print`, `raw`, `recursive`, `set`, `trans`, `call` *, `endcall` * + `print`, `raw`, `recursive`, `set`, `trans`, `call`+, `endcall`+ -keywords marked with a star (*) can be used until Jinja 1.3 as identifiers because -they were introduced after the Jinja 1.0 release and can cause backwards -compatiblity problems otherwise. You should not use them any more. +keywords marked with a plus sign (``+``) can be used until Jinja 1.3 as +identifiers because they were introduced after the Jinja 1.0 release and +can cause backwards compatiblity problems otherwise. You should not use +them any more. If you want to use such a name you have to prefix or suffix it or use alternative names: -- 2.26.2