<%= stylesheet_link_tag "wiki_syntax.css" %>

Wiki Syntax Quick Reference

Font Styles (" target="_blank">more)
<%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %>*Strong*Strong
<%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %>_Italic_Italic
<%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %>+Underline+Underline
<%= image_tag("jstoolbar/bt_del.png", { alt: "Deleted" }) %>-Deleted-Deleted
??Quote??Quote
<%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %>@Inline Code@Inline Code
<%= image_tag("jstoolbar/bt_pre.png", { alt: "Preformatted text" }) %><pre>
 lines
 of code
</pre>
 lines
 of code
Highlighted code (" target="_blank">more | supported languages)
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Вграден код" }) %><pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
3.times do
  puts 'Hello'
end
Lists
<%= 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
Headings (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %>h1. Title 1

Title 1

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

Title 2

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

Title 3

Links (" target="_blank">more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Redmine links (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %>[[Wiki page]]Wiki page
Issue #12Issue #12
##12Bug #12: The issue subject
Revision r43Revision r43
commit:f30e13e43f30e13e4
source:some/filesource:some/file
Inline images (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>!image_url!
!attached_image!
Tables
|_. A |_. B |_. C |
| A | B | C |
|/2. row span | B | C |
|\2. col span |
ABC
ABC
row spanBC
col span

More Information