process_message_html

   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "process_message_html".
... 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>