This tag simplifies writing html examples. Within the <doc>
tag { will be replaced by &< and } by &>. Thus eliminating the
need to write < and > manually.
pre
Encloses the section within a <pre> tag as well.
Attributes
- pre
-
Encloses the section within a <pre> tag as well.
{table}
{tr}
{td} First cell {/td}
{td} Second cell {/td}
{/tr}
{/table}
"=> >
{table}
{tr}
{td} First cell {/td}
{td} Second cell {/td}
{/tr}
{/table}
Example
{table}
{tr}
{td} First cell {/td}
{td} Second cell {/td}
{/tr}
{/table}
"=> >
{table}
{tr}
{td} First cell {/td}
{td} Second cell {/td}
{/tr}
{/table}
|