Phrase emphasis

_accentuation_ • *strong accentuation* • __italic__ • **bold** • -deleted- • +inserted+

Links

Inline:

An [example](http://url.com/ "Title")

Reference-style labels (titles are optional):

An [example][id]. Then, anywhere else in the doc, define the link:

[id]: http://example.com/ "Title"

Images

Inline (titles are optional)

![alt text](/path/img.jpg "Title")

Reference-style

![alt text][id]
[id]: /url/to/img.jpg "Title"

You can also use the id or the name of an image managed by the WdPublisher.

Short

![id][]

Alignement

left (<), center (=) or right (>):

!=[id][]

Headers

Underlined

Header 1
########

Header 2
========

Header 3
--------

Prepended

h1. Header 1

h2. Header 2

h6. Header 6

Lists

Ordered, without paragraphs

1. Foo
2. Bar

You can nest them

* Abacus
  * answer
* Bubbles
  1. bunk
  2. bupkis
   * BELITTLER
  3. burper
* Cunning

Manual Line Breaks

End a line with two or more spaces:

Roses are red,  
Violets are blue.