Formatting the text inside your web page
There are two ways to format the text inside your webpage: HTML and Textile.
If you have experience with HTML you can add HTML tags to your text, include links, even add images.
NEW: URL's and e-mail addresses will be formatted to clickable links automatically
Textile Is Easy
Textile is a simple text markup. Simple symbols mark words’ emphasis. Blocks of text can be easily tagged as headers, quotes, or lists.
The most commomnly used textile markup for your web page is:
_italic text_ -> italic text
*bold* -> bold text
h4. Larger header -> Larger header
"Link to site":http://www.yoursiteadress.com -> Link to site
"e-mail link":you@youremailaddress.com -> e-mail ink
You can find a Complete Textile Reference here: http://hobix.com/textile/quick.html
