raw html test in 'raw' format
Here is a test of raw html:
= bold test =
First, show bold in three ways:
* in wiki markup: '''bold'''
* using HTML macro: {{HTML(<b>bold</b>)}}
* using the HTML processor:
{{{#!HTML
<b>bold</b>
}}}
= heading test =
Now, show headings in two ways:
in wiki markup:
== level 2 heading ==
Now, using the HTML macro:
{{HTML(<h2>level 2 heading</h2>)}}