*ABC* should make ABC text appear bold.
+ABC+ should make ABC appear italicized.
_ABC_ should underline the ABC.
3^rd^ should superscript the “rd” and make it appear like 3rd
2~n~ should make the “n” appear as a subscript
--ABC-- should make this text appear as strikethrough
# numbered list item one
# numbered list item two
# numbered list item three
* bulleted list one
* bulleted list two
* bulleted list three
bq. ABC should make this a block quote. Mailing lists are a convenient tool for keeping up with the latest and greatest content in a forum and a way for you to participate without having to visit the forum through a web browser.
{noformat} This text is wrapped between the noformat curly brackets. Mailing lists are a convenient tool for keeping up with the latest and greatest content in a forum and a way for you to participate without having to visit the forum through a web browser. {noformat}
{color:#CCCCCC} This text should be colored as #CCCCCC {color}
{color:red} This text should be red {color}
{font:verdana} This text should appear as Verdana! {font}
{size:45px} This text should be 45px {size}
h1. This should be header 1
lists are a convenient tool for keeping up with the latest and greatest content in a forum and a way for you to participate without having to visit the forum through a web browser.
h2. This should be header 2
lists are a convenient tool for keeping up with the latest and greatest content in a forum and a way for you to participate without having to visit the forum through a web browser.
h3. This should be header 3
lists are a convenient tool for keeping up with the latest and greatest content in a forum and a way for you to participate without having to visit the forum through a web browser.
h4. This should be header 4
lists are a convenient tool for keeping up with the latest and greatest content in a forum and a way for you to participate without having to visit the forum through a web browser.
h5. This should be header 5
lists are a convenient tool for keeping up with the latest and greatest content in a forum and a way for you to participate without having to visit the forum through a web browser.
Quoted text
{quote} Lorem ipsum lists are a convenient tool for keeping up with the latest and greatest content in a forum and a way for you to participate without having to visit the forum through a web browser.{quote}
Quote with title
{quote:title=This is the title of the quote which is put in a separate line} Lorem ipsum lists are a convenient tool for keeping up with the latest and greatest content in a forum and a way for you to participate without having to visit the forum through a web browser {quote}
Java code snippet
{code} THIS DOES NOT WORK PERFECTLY...
private function foo(event:Event):bar {
for (var i = 0; i < event.length; i++) {
_foobar_ = _foobar_ *i* event[i];
}
}
{code}
SQL code
{code:sql} THIS DOES NOT WORK PERFECTLY...
private function foo(event:Event):bar {
for (var i = 0; i < event.length; i++) {
_foobar_ = _foobar_ *i* event[i];
}
}
{code}
XML code
{code:xml}<xmlnode prop="abc">abc</xmlnode>{code}
External image
!http://www.gstatic.com/news/img/bluelogo/en_us/news.gif!
External site [http://www.adobe.com]
External site with label
[Google News|http://news.google.com]
External site with label and tip
[Google News - the tip isn't showing up |http://news.google.com.com|Example site tip]
Email - placed between square brackets
[someone@example.com]