<%= stylesheet_link_tag "wiki_syntax.css" %>

Syntaxe rapide des Wikis

Font Styles (" target="_blank">more)
<%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %>*Gras*Gras
<%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %>_Italique_Italique
<%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %>+Sous-ligné+Sous-ligné
<%= image_tag("jstoolbar/bt_del.png", { alt: "Deleted" }) %>-Barré-Barré
??Citation??Citation
<%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %>@Code en ligne@Code en ligne
<%= image_tag("jstoolbar/bt_pre.png", { alt: "Preformatted text" }) %><pre>
 lignes
 de code
</pre>
 lignes
 de code
Code colorisé (" target="_blank">more | supported languages)
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Code colorisé" }) %><pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
3.times do
  puts 'Hello'
end
Listes
<%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Unordered list" }) %>* Item 1
** Sub
* Item 2
  • Item 1
    • Sub
  • Item 2
<%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Ordered list" }) %># Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
Titres (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %>h1. Titre 1

Titre 1

<%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Heading 2" }) %>h2. Titre 2

Titre 2

<%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Heading 3" }) %>h3. Titre 3

Titre 3

Liens (" target="_blank">more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Liens Redmine (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "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 (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "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