XP-Dev.com Documentation

Text Formatting

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* **strong** **bold** *italic* citation ~~deleted text~~ *inserted text* ^superscript^ ~subscript~ span `code`
Heading h1. largest heading
h2. larger heading
## large heading
h4. small heading
h5. smaller heading
h6. smallest heading
largest heading =============== larger heading -------------- ## large heading ### small heading #### smaller heading ##### smallest heading
Block Quote bq. Blockquote

bq.. Multiline
Blockquote

p. Back to normal paragraph
> Blockquote bq.. Multiline Blockquote Back to normal paragraph
Footnotes See [1]
See [2]

fn1. Footnote 1
fn2. Footnote 2
See [^1] See [^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 block code bc.. multiline block code pre. preformatting pre.. multiline preformatting Back to normal paragraph Multiline text
Lists # Numeric list 1\
## Nested numeric list 1\
## Nested numeric list 2\

\* Bulleted list\
\*\* Nested bulleted list 1\
\*\* Nested bulleted list 2\
1. Numeric list 1 1. Nested numeric list 1 2. 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)
[link text](http://www.example.com) [http://www.directlink.example.com/](http://www.directlink.example.com/) [Example Project Wiki Page](formatting.html) [link text](formatting.html)
Punctuation em -- dash
en - dash
2 x 4
foo(tm)
foo(r)
foo(c)
em — dash en - dash 2 x 4 foo™ foo® foo©
Tables |\_. a |\_. table |\_. header |\
| a | table | row |\
| a | table | row |\
| a | table | row |\
| a | table | row |\
|*. 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/
![](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 (Always Be Closing) XPDT (XP Development Tools)
ABC
Always Be Closing
XPDT
XP Development Tools
Table of Contents [TOC]

h1. Heading 1

h2. Subheading 1

h2. Subheading 2

h1. Heading 2

  1. Heading 1
    1. Subheading 1
    2. Subheading 2
  2. Heading 2
Heading 1 ========= Subheading 1 ------------ Subheading 2 ------------ Heading 2 =========

[^1]: Footnote 1

[^2]: Footnote 2

</td>

</tr>

Feel free to contact us if you need any assistance.