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"> <sect1 id="language.function.ldelim">
<title>ldelim,rdelim</title> <title>ldelim,rdelim</title>
<para> <para>
ldelim and rdelim are used for displaying the literal delimiter, in ldelim and rdelim are used for escaping template delimiters, in our
our case "{" or "}". The template engine always tries to interpret case "{" or "}". You can also use
delimiters, so this is the way around that. <linkend="language.function.literal">{literal}{/literal}</link> to
escape blocks of text.
</para> </para>
<example> <example>
<title>ldelim, rdelim</title> <title>ldelim, rdelim</title>