%= stylesheet_link_tag "wiki_syntax.css" %>
Font Styles (" target="_blank">more) | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
<%= image_tag("jstoolbar/bold.svg", { alt: "Strong" }) %> | *Strong* | Strong | |||||||||||
<%= image_tag("jstoolbar/italic.svg", { alt: "Italic" }) %> | _Italic_ | Italic | |||||||||||
<%= image_tag("jstoolbar/underline.svg", { alt: "Underline" }) %> | +Underline+ | Underline | |||||||||||
<%= image_tag("jstoolbar/strikethrough.svg", { alt: "Deleted" }) %> | -Deleted- | ||||||||||||
??Quote?? | Quote | ||||||||||||
<%= image_tag("jstoolbar/letter-c.svg", { alt: "Inline code" }) %> | @Inline Code@ | Inline Code | |||||||||||
<pre> lines of code </pre> |
lines of code | ||||||||||||
Highlighted code (" target="_blank">more | supported languages) | |||||||||||||
<%= image_tag("jstoolbar/code.svg", { alt: "Вграден код" }) %> | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
| |||||||||||
Lists | |||||||||||||
<%= image_tag("jstoolbar/list.svg", { alt: "Unordered list" }) %> | * Item 1 ** Sub * Item 2 |
| |||||||||||
<%= image_tag("jstoolbar/list-numbers.svg", { alt: "Ordered list" }) %> | # Item 1 ## Sub # Item 2 |
| |||||||||||
Headings (" target="_blank">more) | |||||||||||||
<%= image_tag("jstoolbar/h1.svg", { alt: "Heading 1" }) %> | h1. Title 1 | Title 1 | |||||||||||
<%= image_tag("jstoolbar/h2.svg", { alt: "Heading 2" }) %> | h2. Title 2 | Title 2 | |||||||||||
<%= image_tag("jstoolbar/h3.svg", { alt: "Heading 3" }) %> | h3. Title 3 | Title 3 | |||||||||||
Links (" target="_blank">more) | |||||||||||||
http://foo.bar | http://foo.bar | ||||||||||||
"Foo":http://foo.bar | Foo | ||||||||||||
Redmine links (" target="_blank">more) | |||||||||||||
<%= image_tag("jstoolbar/wiki_link.svg", { alt: "Link to a Wiki page" }) %> | [[Wiki page]] | Wiki page | |||||||||||
Issue #12 | Issue #12 | ||||||||||||
##12 | Bug #12: The issue subject | ||||||||||||
Revision r43 | Revision r43 | ||||||||||||
commit:f30e13e43 | f30e13e4 | ||||||||||||
source:some/file | source:some/file | ||||||||||||
Inline images (" target="_blank">more) | |||||||||||||
<%= image_tag("jstoolbar/image.svg", { alt: "Image" }) %> | !image_url! | ||||||||||||
!attached_image! | |||||||||||||
Tables | |||||||||||||
|_. A |_. B |_. C | | A | B | C | |/2. row span | B | C | |\2. col span | |
|