SPIP Pocket Reference

What How Example
Line break n
New paragraph "An empty line"
Italic {"text"} italic
Bold {{"text"}} bold
Typewriter (("text")) Typewriter
Horizontal line ----
Link (absolute) [BeezNest->http://beeznest.net] BeezNest
Link (mail) [Nobody->mailto:nobody@spam.foo] Nobody
Link (relative) [Label->/] Label
Link (internal auto) [->object_name id] SPIP Pocket Reference
Image (absolute, relative) <image http://www.debian.org/Pics/logo-50.jpg> Image removed.
Image (absolute, relative) <image http://www.debian.org/Pics/logo-50.jpg 50*30> Image removed.
Image (internal auto) <image id>
File (internal auto) [->file id]
Footnote [[My footnote.]] [1]

Title

{{{"text"}}}

Horizontal Line

----

Table

|{{col1}}|{{col2}}|
|text 1|text 2|
col1 col2
text 1 text 2

List

- item 1
 - item 1.1
  -i. item 1.1.1
  • item 1
    • item 1.1
      1. item 1.1.1|

Code

<code>Example of code</code>
Example of code
[1] My footnote.
This article was first written in May 2003 for the 
BeezNest technical website (http://glasnost.beeznest.org/articles/19)