Section 5.1.6 Using Textile Markup
Textile Markup is the lightweight markup language which converts marked-up text to valid HTML for Web viewing. The Textile Markup language consists of tags that you can embed in your text to format it. Textile provides tags for creating headers, paragraphs, code boxes, etc., and for putting text in bold face, italics, and so on. Please see a few examples below.
Click here to view the Textile Markup Detailed Reference.
The Textile guides are available by clicking the links at the bottom of the Content box.

Examples:
- Italic –
_italic_ - Bold –
*bold* - Bulleted List –
* bullet 1 - Numbered List –
# numbered list - Heading 1 –
h1. Heading 1 - Code –
<code>type code here</code> - Links or URLs –
<a href="http://linkhere.com">Link </a>


