h1 Text formatting rules

{link:Radeox|http://radeox.org} text may contain the following filter rules and macros
to format text. This includes simple filters for __bold__ and ~~italic~~ as well as special
macros for tables and source code.

h3 Simple text filters

{table}
Mnemonic | Rendering | Comment
h1 Title || a style h1 heading (major heading)
h3 Title || a style h3 heading (minor heading)
- text || a list item (with -), several lines create a single list
* text || a list item (with *)
# text || an enumerated list
a. text || alphabetical enumerated list
A. text || uppercase alphabetical enumerated list
i. text || roman enumerated list
I. text || uppercase roman enumerated list
g. text || greek enumerated list
h. text || hiragana (japanese) enumerated list
k. text || katakana (japanese) enumerated list
j. text || hebrew enumerated list
\_\_bold\_\_ | __bold__ | simple bold text
\~\~italics\~\~ | ~~italics~~ | simple italic text
\-\-strike\-\- | --strike-- | strike through text
CH\%\%4\%\%|CH%%4%%| Add a subscript
Ca\^\^2+\^\^| Ca^^2+^^| Add a superscript 
(empty line) || produces a new paragraph
\\\\\\ || creates a line break, please use sparingly!
\[start\] | [start] | internal link to another document
\http://snipsnap.org/ | http://snipsnap.org/ | creates a link to an external resource, special characters that come after the URL and are not part of it must be separated with a space.
\\\X | \X | escape special character X (i.e. \{)
\\\\\\\\\ | \\\ | escape a \\\
\-\-\-\- || renders a horizontal rule
{table}

h1 Available Macros
{list-of-macros}
h3 How to use macros:


__\{macroname__~~(__:attribute=value|unamedvalue|other=values__... optional but note the colon)~~__\}__
~~contents~~
__\{macroname\}__
