Syntaxe rapide des Wikis

Font Styles (more)
Strong*Gras*Gras
Italic_Italique_Italique
Underline+Sous-ligné+Sous-ligné
Deleted-Barré-Barré
??Citation??Citation
Inline Code@Code en ligne@Code en ligne
Preformatted text<pre>
 lignes
 de code
</pre>
 lignes
 de code
Code colorisé (more)
Code colorisé<pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
3.times do
  puts 'Hello'
end
Listes
Unordered list* Item 1
** Sub
* Item 2
  • Item 1
    • Sub
  • Item 2
Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
Titres (more)
Heading 1h1. Titre 1

Titre 1

Heading 2h2. Titre 2

Titre 2

Heading 3h3. Titre 3

Titre 3

Liens (more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Liens Redmine (more)
Link to a Wiki page[[Wiki page]]Wiki page
Demande #12Demande #12
##12Bug #12: The issue subject
Revision r43Revision r43
commit:f30e13e43f30e13e4
source:some/filesource:some/file
Images en ligne (more)
Image!url_de_l_image!
!image_en_pièce_jointe!
Tables
|_. A |_. B |_. C |
| A | B | C |
|/2. row span | B | C |
|\2. col span |
ABC
ABC
row spanBC
col span

Plus d'informations