XP-Dev.com

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
strong
bold
italic
citation
deleted text
inserted text
superscript
subscript
span
code

Heading h1. largest heading
h2. larger heading
h3. 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

Multiline
Blockquote

Back to normal paragraph

Footnotes See [1]
See [2]

fn1. Footnote 1
fn2. Footnote 2

See 1
See 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

block code
multiline
block code
preformatting
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.directlink.example.com/

Example Project Wiki Page

link text

Punctuation em -- dash
en - dash
2 x 4
foo(tm)
foo(r)
foo(c)

em — dash
en – dash
2 × 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/

Acronyms ABC(Always Be Closing)
XPDT(XP Development Tools)

{glossary}

ABC
XPDT

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