XP-Dev.com Documentation - User Gude - Text Formatting Guide
Below is a basic guide on how to format text using Textile
More complex examples can be found from seaching google
As a general guideline, you should try to keep an extra line between formatting syntaxes. For example, the syntax below might not work:
h1. Header p. This is a paragraph
However, the following will work as expected:
h1. Header p. The is a paragraph
| Formatting Type | Example | Effect | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Font |
_emphasis_ *strong* **bold** __italic__ ??citation?? -deleted text- +inserted text+ ^superscript^ ~subscript~ %span% @code@ |
emphasis |
|||||||||||||||
| Heading |
h1. largest heading h2. larger heading h3. large heading h4. small heading h5. smaller heading h6. smallest heading |
largest headinglarger headinglarge headingsmall headingsmaller headingsmallest heading |
|||||||||||||||
| Block Quote |
bq. Blockquote bq.. Multiline Blockquote p. Back to normal paragraph |
Back to normal paragraph |
|||||||||||||||
| Footnotes |
See [1] See [2] fn1. Footnote 1 fn2. Footnote 2 |
1 Footnote 1 2 Footnote 2 | |||||||||||||||
| Block Text |
p. paragraph bc. block code bc.. multiline block code pre. preformatting pre.. multiline preformatting p. Back to normal paragraph Multiline text |
paragraph
preformatting multiline preformatting Back to normal paragraph Multiline |
|||||||||||||||
| Lists |
# Numeric list 1 ## Nested numeric list 1 ## Nested numeric list 2 * Bulleted list ** Nested bulleted list 1 ** Nested bulleted list 2 |
| |||||||||||||||
| Links |
"link text":http://www.example.com http://www.directlink.example.com/ [Example Project Wiki Page] (use the wiki page name/title to link) [[Example Project Wiki Page][link text]] (use the wiki page name/title to link) |
||||||||||||||||
| Punctuation |
em -- dash en - dash 2 x 4 foo(tm) foo(r) foo(c) |
em — dash |
|||||||||||||||
| Tables |
|_. a |_. table |_. header | | a | table | row | | a | table | row | | a | table | row | | a | table | row | |
|
|||||||||||||||
| Images |
!http://static.xp-dev.com/media/smalllogo.png! !http://static.xp-dev.com/media/smalllogo.png!:http://www.xp-dev.com/ |
|
|||||||||||||||
| Acronyms |
ABC(Always Be Closing) XPDT(XP Development Tools) {glossary} |
ABC
|
|||||||||||||||
| Table of Contents |
{toc} h1. Heading 1 h2. Subheading 1 h2. Subheading 2 h1. Heading 2 |
Heading 1Subheading 1Subheading 2Heading 2 |

