FrontPage 

TB Wiki

Login

raw html test in split format

Here is a test of raw html:
Here is a test of raw html:

bold test [edit section]

= bold test =
First, show bold in three ways:
  • in wiki markup: bold
 * in wiki markup: '''bold''' 
  • using HTML macro: bold
 * using HTML macro: {{HTML(<b>bold</b>)}}
  • using the HTML processor: {{{#!HTML <b>bold</b> }}}
 * using the HTML processor:
{{{#!HTML
<b>bold</b>
}}}

heading test [edit section]

= heading test =
Now, show headings in two ways:
in wiki markup: == level 2 heading ==
in wiki markup:
== level 2 heading ==
Now, using the HTML macro:

level 2 heading

Now, using the HTML macro:
{{HTML(<h2>level 2 heading</h2>)}}
TBWiki engine 1.9.1 by Tim Bird