Literals
Overview
Literal blocks are sections where the text-content will not be wikified and whose content will be encoded to display verbatim on the page. Literal blocks start with a hash-mark followed by two curly-brackets, then are closed the same way.
Single-line literals
#{ your text here }#
Multi-line literals
#{
your text here and code here
your text here and code here
your text here and code here
}#
See Also
Scope Function
Related