|
<ai>
<autoformat>
<case>
<comment>
<default>
<doc>
<foldlist>
<obox>
<random>
<replace>
<smallcaps>
<sort>
<strlen>
<tablify>
<trimlines>
|
<doc></doc>
Eases documentation by replacing "{", "}" and "&" with "<", ">" and
"&". No attributes required.
Attributes
- quote
-
Instead of replacing with "{" and "}", "<" and ">" is replaced with "<"
and ">".
<doc quote=''>
<table>
<tr>
<td> First cell </td>
<td> Second cell </td>
</tr>
</table>
</doc>
|
<table>
<tr>
<td> First cell </td>
<td> Second cell </td>
</tr>
</table>
|
|
- pre
-
The result is encapsulated within a <pre> container.
<doc pre=''>
{table}
{tr}
{td} First cell {/td}
{td} Second cell {/td}
{/tr}
{/table}
</doc>
|
<table>
<tr>
<td> First cell </td>
<td> Second cell </td>
</tr>
</table>
|
|
- class
class=string
-
This cascading style sheet (CSS) definition will be applied on the pre element.
|
|