mention {literal} in ldelim/rdelim text

This commit is contained in:
mohrt
2004-08-03 15:45:14 +00:00
parent 811de72a63
commit 1d36aa627f

View File

@@ -3,9 +3,10 @@
<sect1 id="language.function.ldelim">
<title>ldelim,rdelim</title>
<para>
ldelim and rdelim are used for displaying the literal delimiter, in
our case "{" or "}". The template engine always tries to interpret
delimiters, so this is the way around that.
ldelim and rdelim are used for escaping template delimiters, in our
case "{" or "}". You can also use
<linkend="language.function.literal">{literal}{/literal}</link> to
escape blocks of text.
</para>
<example>
<title>ldelim, rdelim</title>
@@ -39,4 +40,4 @@ End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->
-->