... | in process_message_html.naml |
1 2 3 4 5 6 7 8 9 10 11 12
|
<override_macro name="process_message_html" requires="html_list">
<n.process_raw_tags Binary Namespace: HtmlListNamespace
♦ ♦
<n.process_cdata_tags Binary Namespace: HtmlListNamespace
♦ ♦
<n.process_embed Binary Namespace: HtmlListNamespace
Parameters:
regex
♦ ♦ Macro ♦ ♦
<n.process_file_tags Binary Namespace: HtmlListNamespace
♦ ♦
<n.apply_message_security Macro Requires: html_list
♦ ♦
<n.process_quotes Binary Namespace: HtmlListNamespace
Parameters:
wrote, max_quoted_lines
♦ ♦ Binary Namespace: AuthorWroteNamespace
♦ ♦
<n.comment Macro Parameters:
text
♦ ♦
<n.set_target_to_top Binary Namespace: HtmlListNamespace
♦ ♦
<n.add_nofollow Binary Namespace: HtmlListNamespace
Parameters:
accept_rel_follow
♦ ♦
<n.process_smilies Binary Namespace: HtmlListNamespace
♦ ♦
</override_macro>
|
... | in message.naml |
56 57 58 59 60 61 62 63 64 65 66 67
|
<macro name="process_message_html" requires="html_list">
<n.process_raw_tags/>
<n.process_cdata_tags/>
<n.process_embed regex="[n.embed_regex/]" />
<n.process_file_tags/>
<n.apply_message_security/>
<n.process_quotes wrote="[t][n.author/] wrote[/t]"/>
<n.process_email/>
<n.set_target_to_top/>
<n.add_nofollow/>
<n.process_smilies/>
</macro>
|
Free forum by Nabble | Edit this page |