diff --git a/app/views/help/wiki_syntax/markdown/bg/wiki_syntax_markdown.html.erb b/app/views/help/wiki_syntax/markdown/bg/wiki_syntax_markdown.html.erb index 81b404e92..0c75cb7e2 100644 --- a/app/views/help/wiki_syntax/markdown/bg/wiki_syntax_markdown.html.erb +++ b/app/views/help/wiki_syntax/markdown/bg/wiki_syntax_markdown.html.erb @@ -13,7 +13,7 @@
Inline Code3.times do
puts 'Hello'
end
@@ -32,20 +32,20 @@
| Font Styles (" target="_blank">more) | ||
|---|---|---|
| <%= image_tag("images/jstoolbar/bt_strong.png", { alt: "Negreta" }) %> | **Negreta** | Negreta |
| <%= image_tag("images/jstoolbar/bt_em.png", { alt: "Cursiva" }) %> | *Cursiva* | Cursiva |
| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %> | _Underline_ | Underline |
| <%= image_tag("images/jstoolbar/bt_del.png", { alt: "Eliminat" }) %> | ~~Eliminat~~ | |
| <%= image_tag("images/jstoolbar/bt_code.png", { alt: "Codi en línia" }) %> | `Codi en línia` | Codi en línia |
| <%= image_tag("images/jstoolbar/bt_pre.png", { alt: "Linies de codi" }) %> | ``` linies de codi ``` | + |
| <%= image_tag("jstoolbar/bt_strong.png", { alt: "Negreta" }) %> | **Negreta** | Negreta |
| <%= image_tag("jstoolbar/bt_em.png", { alt: "Cursiva" }) %> | *Cursiva* | Cursiva |
| <%= image_tag("jstoolbar/bt_ins.png", { alt: "Underline" }) %> | _Underline_ | Underline |
| <%= image_tag("jstoolbar/bt_del.png", { alt: "Eliminat" }) %> | ~~Eliminat~~ | |
| <%= image_tag("jstoolbar/bt_code.png", { alt: "Codi en línia" }) %> | `Codi en línia` | Codi en línia |
| <%= image_tag("jstoolbar/bt_pre.png", { alt: "Linies de codi" }) %> | ``` linies de codi ``` |
linies de codi @@ -24,7 +24,7 @@ |
| Highlighted code (" target="_blank">more | supported languages) | ||
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %> | ``` ruby 3.times do puts 'Hello' end ``` | + |
| <%= image_tag("jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %> | ``` ruby 3.times do puts 'Hello' end ``` |
|
| Llistes | ||
| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Llista desordenada" }) %> | * Article 1 * Sub * Article 2 |
|
| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Llista Ordenada" }) %> | 1. Article 1 1. Sub 2. Article 2 |
|
| <%= image_tag("jstoolbar/bt_ul.png", { alt: "Llista desordenada" }) %> | * Article 1 * Sub * Article 2 |
|
| <%= image_tag("jstoolbar/bt_ol.png", { alt: "Llista Ordenada" }) %> | 1. Article 1 1. Sub 2. Article 2 |
|
| Capçaleres (" target="_blank">more) | ||
| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Encapçament 1" }) %> | # Títol 1 | Títol 1 |
| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Encapçament 2" }) %> | ## Títol 2 | Títol 2 |
| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Encapçament 3" }) %> | ### Títol 3 | Títol 3 |
| <%= image_tag("jstoolbar/bt_h1.png", { alt: "Encapçament 1" }) %> | # Títol 1 | Títol 1 |
| <%= image_tag("jstoolbar/bt_h2.png", { alt: "Encapçament 2" }) %> | ## Títol 2 | Títol 2 |
| <%= image_tag("jstoolbar/bt_h3.png", { alt: "Encapçament 3" }) %> | ### Títol 3 | Títol 3 |
| Links (" target="_blank">more) | ||
| http://foo.bar | http://foo.bar | |
| [Foo](http://foo.bar) | Foo | |
| Redmine links (" target="_blank">more) | ||
| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link a la pagina Wiki" }) %> | [[Pagina Wiki]] | Pagina Wiki |
| <%= image_tag("jstoolbar/bt_link.png", { alt: "Link a la pagina Wiki" }) %> | [[Pagina Wiki]] | Pagina Wiki |
| Assumpte #12 | Assumpte #12 | |
| ##12 | Bug #12: The issue subject | |
| Revisió r43 | Revisió r43 | |
| source:some/file | source:some/file | |
| Imatges (" target="_blank">more) | ||
| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Imatge" }) %> |  | |
| <%= image_tag("jstoolbar/bt_img.png", { alt: "Imatge" }) %> |  | |
|  | ||
| Taules | ||
| Styly písma (" target="_blank">více) | ||
|---|---|---|
| <%= image_tag("images/jstoolbar/bt_strong.png", { alt: "tučný" }) %> | **tučný** | tučný |
| <%= image_tag("images/jstoolbar/bt_em.png", { alt: "kurzíva" }) %> | *kurzíva* | kurzíva |
| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "podtržený" }) %> | _podtržený_ | podtržený |
| <%= image_tag("images/jstoolbar/bt_del.png", { alt: "smazaný" }) %> | ~~přeškrtnutý~~ | |
| <%= image_tag("images/jstoolbar/bt_code.png", { alt: "vnořený kód" }) %> | `vnořený kód` | vnořený kód |
| <%= image_tag("images/jstoolbar/bt_pre.png", { alt: "předformátovaný text" }) %> | ``` řádky kódu ``` | + |
| <%= image_tag("jstoolbar/bt_strong.png", { alt: "tučný" }) %> | **tučný** | tučný |
| <%= image_tag("jstoolbar/bt_em.png", { alt: "kurzíva" }) %> | *kurzíva* | kurzíva |
| <%= image_tag("jstoolbar/bt_ins.png", { alt: "podtržený" }) %> | _podtržený_ | podtržený |
| <%= image_tag("jstoolbar/bt_del.png", { alt: "smazaný" }) %> | ~~přeškrtnutý~~ | |
| <%= image_tag("jstoolbar/bt_code.png", { alt: "vnořený kód" }) %> | `vnořený kód` | vnořený kód |
| <%= image_tag("jstoolbar/bt_pre.png", { alt: "předformátovaný text" }) %> | ``` řádky kódu ``` |
řádky kódu @@ -24,7 +24,7 @@ |
| Zvýrazněný kód (" target="_blank">více | podporované jazyky) | ||
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %> | ``` ruby 3.times do puts 'Ahoj' end ``` | + |
| <%= image_tag("jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %> | ``` ruby 3.times do puts 'Ahoj' end ``` |
|
| Seznamy | ||
| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Nesetříděný seznam" }) %> | * Položka 1 * Pod * Položka 2 |
|
| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Setříděný seznam" }) %> | 1. Položka 1 1. Pod 2. Položka 2 |
|
| <%= image_tag("jstoolbar/bt_ul.png", { alt: "Nesetříděný seznam" }) %> | * Položka 1 * Pod * Položka 2 |
|
| <%= image_tag("jstoolbar/bt_ol.png", { alt: "Setříděný seznam" }) %> | 1. Položka 1 1. Pod 2. Položka 2 |
|
| Nadpisy (" target="_blank">více) | ||
| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | # Nadpis 1 | Nadpis 1 |
| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | ## Nadpis 2 | Nadpis 2 |
| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | ### Nadpis 3 | Nadpis 3 |
| <%= image_tag("jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | # Nadpis 1 | Nadpis 1 |
| <%= image_tag("jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | ## Nadpis 2 | Nadpis 2 |
| <%= image_tag("jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | ### Nadpis 3 | Nadpis 3 |
| Odkazy (" target="_blank">more) | ||
| http://foo.bar | http://foo.bar | |
| [Odkaz](http://foo.bar) | Foo | |
| Redmine odkazy (" target="_blank">více) | ||
| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki stránka]] | Wiki stránka |
| <%= image_tag("jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki stránka]] | Wiki stránka |
| Úkol #12 | Úkol #12 | |
| ##12 | Úkol #12: Předmět úkolu | |
| Revize r43 | Revize r43 | |
| source:some/file | source:some/file | |
| Vnořené obrázky (" target="_blank">more) | ||
| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Obrázek" }) %> |  | |
| <%= image_tag("jstoolbar/bt_img.png", { alt: "Obrázek" }) %> |  | |
|  | ||
| Tabulky | ||
| Schriftarten (" target="_blank">mehr) | ||
|---|---|---|
| <%= image_tag("images/jstoolbar/bt_strong.png", { alt: "Fett" }) %> | **Fett** | Fett |
| <%= image_tag("images/jstoolbar/bt_em.png", { alt: "Kursiv" }) %> | *Kursiv* | Kursiv |
| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Unterstrichen" }) %> | _Unterstrichen_ | Unterstrichen |
| <%= image_tag("images/jstoolbar/bt_del.png", { alt: "Durchgestrichen" }) %> | ~~Durchgestrichen~~ | |
| <%= image_tag("jstoolbar/bt_strong.png", { alt: "Fett" }) %> | **Fett** | Fett |
| <%= image_tag("jstoolbar/bt_em.png", { alt: "Kursiv" }) %> | *Kursiv* | Kursiv |
| <%= image_tag("jstoolbar/bt_ins.png", { alt: "Unterstrichen" }) %> | _Unterstrichen_ | Unterstrichen |
| <%= image_tag("jstoolbar/bt_del.png", { alt: "Durchgestrichen" }) %> | ~~Durchgestrichen~~ | |
| <%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %> | `Inline Code` | Inline Code |
| <%= image_tag("images/jstoolbar/bt_pre.png", { alt: "Vorformatiertert Text" }) %> | ``` vorformatierte Textzeilen ``` | + |
| <%= image_tag("jstoolbar/bt_pre.png", { alt: "Vorformatiertert Text" }) %> | ``` vorformatierte Textzeilen ``` |
vorformatierte Textzeilen @@ -24,7 +24,7 @@ |
| Hervorgehobener Programmcode (" target="_blank">mehr | Unterstützte Sprachen) | ||
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %> | ``` ruby 3.times do puts 'Hello' end ``` | + |
| <%= image_tag("jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %> | ``` ruby 3.times do puts 'Hello' end ``` |
|
| Listen | ||
| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Ungeordnete Liste" }) %> | * Element 1 * Sub * Element 2 |
|
| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Geordnete Liste" }) %> | 1. Element 1 1. Sub 2. Element 2 |
|
| <%= image_tag("jstoolbar/bt_ul.png", { alt: "Ungeordnete Liste" }) %> | * Element 1 * Sub * Element 2 |
|
| <%= image_tag("jstoolbar/bt_ol.png", { alt: "Geordnete Liste" }) %> | 1. Element 1 1. Sub 2. Element 2 |
|
| Überschriften (" target="_blank">mehr) | ||
| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Überschrift 1" }) %> | # Titel 1 | Titel 1 |
| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Überschrift 2" }) %> | ## Titel 2 | Titel 2 |
| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Überschrift 3" }) %> | ### Titel 3 | Titel 3 |
| <%= image_tag("jstoolbar/bt_h1.png", { alt: "Überschrift 1" }) %> | # Titel 1 | Titel 1 |
| <%= image_tag("jstoolbar/bt_h2.png", { alt: "Überschrift 2" }) %> | ## Titel 2 | Titel 2 |
| <%= image_tag("jstoolbar/bt_h3.png", { alt: "Überschrift 3" }) %> | ### Titel 3 | Titel 3 |
| Externe Links (" target="_blank">mehr) | ||
| http://foo.bar | http://foo.bar | |
| [Foo](http://foo.bar) | Foo | |
| Redmine interne Links (" target="_blank">mehr) | ||
| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link zu einer Wiki Seite" }) %> | [[Wiki Seite]] | Wiki Seite |
| <%= image_tag("jstoolbar/bt_link.png", { alt: "Link zu einer Wiki Seite" }) %> | [[Wiki Seite]] | Wiki Seite |
| Ticket #12 | Ticket #12 | |
| ##12 | Fehler #12: Titel der Aufgabe | |
| Revision r43 | Revision r43 | |
| source:some/file | source:some/file | |
| eingebettete Bilder (" target="_blank">mehr) | ||
| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Bild" }) %> |  | |
| <%= image_tag("jstoolbar/bt_img.png", { alt: "Bild" }) %> |  | |
|  | ||
| Tabellen | ||
| 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_ins.png", { alt: "Underline" }) %> | _Underline_ | Underline |
| <%= image_tag("jstoolbar/bt_del.png", { alt: "Deleted" }) %> | ~~Deleted~~ | |
| <%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %> | `Inline Code` | Inline Code |
| <%= image_tag("jstoolbar/bt_pre.png", { alt: "Preformatted text" }) %> | ``` lines of code ``` | @@ -24,7 +24,7 @@ |
| Highlighted code (" target="_blank">more | supported languages) | ||
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %> | ``` ruby 3.times do puts 'Hello' end ``` | + |
| <%= image_tag("jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %> | ``` ruby 3.times do puts 'Hello' end ``` |
|
| Lists | ||
| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * Item 1 * Sub * Item 2 |
|
| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | 1. Item 1 1. Sub 2. Item 2 |
|
| <%= image_tag("jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * Item 1 * Sub * Item 2 |
|
| <%= image_tag("jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | 1. Item 1 1. Sub 2. Item 2 |
|
| Headings (" target="_blank">more) | ||
| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | # Title 1 | Title 1 |
| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | ## Title 2 | Title 2 |
| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | ### Title 3 | Title 3 |
| <%= image_tag("jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | # Title 1 | Title 1 |
| <%= image_tag("jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | ## Title 2 | Title 2 |
| <%= image_tag("jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | ### 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("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki page]] | Wiki page |
| <%= image_tag("jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki page]] | Wiki page |
| Issue #12 | Issue #12 | |
| ##12 | Bug #12: The issue subject | |
| Revision r43 | Revision r43 | |
| source:some/file | source:some/file | |
| Inline images (" target="_blank">more) | ||
| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %> |  | |
| <%= image_tag("jstoolbar/bt_img.png", { alt: "Image" }) %> |  | |
|  | ||
| Tables | ||
| 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_ins.png", { alt: "Underline" }) %> | _Underline_ | Underline |
| <%= image_tag("jstoolbar/bt_del.png", { alt: "Deleted" }) %> | ~~Deleted~~ | |
| <%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %> | `Inline Code` | Inline Code |
| <%= image_tag("jstoolbar/bt_pre.png", { alt: "Preformatted text" }) %> | ``` lines of code ``` | @@ -24,7 +24,7 @@ |
| Highlighted code (" target="_blank">more | supported languages) | ||
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Código resaltado" }) %> | ``` ruby 3.times do puts 'Hello' end ``` | + |
| <%= image_tag("jstoolbar/bt_precode.png", { alt: "Código resaltado" }) %> | ``` ruby 3.times do puts 'Hello' end ``` |
|
| Lists | ||
| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * Item 1 * Sub * Item 2 |
|
| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | 1. Item 1 1. Sub 2. Item 2 |
|
| <%= image_tag("jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * Item 1 * Sub * Item 2 |
|
| <%= image_tag("jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | 1. Item 1 1. Sub 2. Item 2 |
|
| Headings (" target="_blank">more) | ||
| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | # Title 1 | Title 1 |
| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | ## Title 2 | Title 2 |
| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | ### Title 3 | Title 3 |
| <%= image_tag("jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | # Title 1 | Title 1 |
| <%= image_tag("jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | ## Title 2 | Title 2 |
| <%= image_tag("jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | ### 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("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki page]] | Wiki page |
| <%= image_tag("jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki page]] | Wiki page |
| Issue #12 | Issue #12 | |
| ##12 | Bug #12: The issue subject | |
| Revision r43 | Revision r43 | |
| source:some/file | source:some/file | |
| Inline images (" target="_blank">more) | ||
| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %> |  | |
| <%= image_tag("jstoolbar/bt_img.png", { alt: "Image" }) %> |  | |
|  | ||
| Tables | ||
| 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_ins.png", { alt: "Underline" }) %> | _Underline_ | Underline |
| <%= image_tag("jstoolbar/bt_del.png", { alt: "Deleted" }) %> | ~~Deleted~~ | |
| <%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %> | `Inline Code` | Inline Code |
| <%= image_tag("jstoolbar/bt_pre.png", { alt: "Preformatted text" }) %> | ``` lines of code ``` | @@ -24,7 +24,7 @@ |
| Highlighted code (" target="_blank">more | supported languages) | ||
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Código resaltado" }) %> | ``` ruby 3.times do puts 'Hello' end ``` | + |
| <%= image_tag("jstoolbar/bt_precode.png", { alt: "Código resaltado" }) %> | ``` ruby 3.times do puts 'Hello' end ``` |
|
| Lists | ||
| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * Item 1 * Sub * Item 2 |
|
| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | 1. Item 1 1. Sub 2. Item 2 |
|
| <%= image_tag("jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * Item 1 * Sub * Item 2 |
|
| <%= image_tag("jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | 1. Item 1 1. Sub 2. Item 2 |
|
| Headings (" target="_blank">more) | ||
| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | # Title 1 | Title 1 |
| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | ## Title 2 | Title 2 |
| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | ### Title 3 | Title 3 |
| <%= image_tag("jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | # Title 1 | Title 1 |
| <%= image_tag("jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | ## Title 2 | Title 2 |
| <%= image_tag("jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | ### 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("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki page]] | Wiki page |
| <%= image_tag("jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki page]] | Wiki page |
| Issue #12 | Issue #12 | |
| ##12 | Bug #12: The issue subject | |
| Revision r43 | Revision r43 | |
| source:some/file | source:some/file | |
| Inline images (" target="_blank">more) | ||
| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %> |  | |
| <%= image_tag("jstoolbar/bt_img.png", { alt: "Image" }) %> |  | |
|  | ||
| Tables | ||
| 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_ins.png", { alt: "Underline" }) %> | _Underline_ | Underline |
| <%= image_tag("jstoolbar/bt_del.png", { alt: "Deleted" }) %> | ~~Deleted~~ | |
| <%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %> | `Inline Code` | Inline Code |
| <%= image_tag("jstoolbar/bt_pre.png", { alt: "Preformatted text" }) %> | ``` lines of code ``` | @@ -24,7 +24,7 @@ |
| Highlighted code (" target="_blank">more | supported languages) | ||
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Code colorisé" }) %> | ``` ruby 3.times do puts 'Hello' end ``` | + |
| <%= image_tag("jstoolbar/bt_precode.png", { alt: "Code colorisé" }) %> | ``` ruby 3.times do puts 'Hello' end ``` |
|
| Lists | ||
| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * Item 1 * Sub * Item 2 |
|
| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | 1. Item 1 1. Sub 2. Item 2 |
|
| <%= image_tag("jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * Item 1 * Sub * Item 2 |
|
| <%= image_tag("jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | 1. Item 1 1. Sub 2. Item 2 |
|
| Headings (" target="_blank">more) | ||
| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | # Title 1 | Title 1 |
| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | ## Title 2 | Title 2 |
| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | ### Title 3 | Title 3 |
| <%= image_tag("jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | # Title 1 | Title 1 |
| <%= image_tag("jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | ## Title 2 | Title 2 |
| <%= image_tag("jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | ### 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("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki page]] | Wiki page |
| <%= image_tag("jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki page]] | Wiki page |
| Issue #12 | Issue #12 | |
| ##12 | Bug #12: The issue subject | |
| Revision r43 | Revision r43 | |
| source:some/file | source:some/file | |
| Inline images (" target="_blank">more) | ||
| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %> |  | |
| <%= image_tag("jstoolbar/bt_img.png", { alt: "Image" }) %> |  | |
|  | ||
| Tables | ||
| 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_ins.png", { alt: "Underline" }) %> | _Underline_ | Underline |
| <%= image_tag("jstoolbar/bt_del.png", { alt: "Deleted" }) %> | ~~Deleted~~ | |
| <%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %> | `Inline Code` | Inline Code |
| <%= image_tag("jstoolbar/bt_pre.png", { alt: "Preformatted text" }) %> | ``` lines of code ``` | @@ -24,7 +24,7 @@ |
| Highlighted code (" target="_blank">more | supported languages) | ||
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Código resaltado" }) %> | ``` ruby 3.times do puts 'Hello' end ``` | + |
| <%= image_tag("jstoolbar/bt_precode.png", { alt: "Código resaltado" }) %> | ``` ruby 3.times do puts 'Hello' end ``` |
|
| Lists | ||
| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * Item 1 * Sub * Item 2 |
|
| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | 1. Item 1 1. Sub 2. Item 2 |
|
| <%= image_tag("jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * Item 1 * Sub * Item 2 |
|
| <%= image_tag("jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | 1. Item 1 1. Sub 2. Item 2 |
|
| Headings (" target="_blank">more) | ||
| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | # Title 1 | Title 1 |
| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | ## Title 2 | Title 2 |
| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | ### Title 3 | Title 3 |
| <%= image_tag("jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | # Title 1 | Title 1 |
| <%= image_tag("jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | ## Title 2 | Title 2 |
| <%= image_tag("jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | ### 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("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki page]] | Wiki page |
| <%= image_tag("jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki page]] | Wiki page |
| Issue #12 | Issue #12 | |
| ##12 | Bug #12: The issue subject | |
| Revision r43 | Revision r43 | |
| source:some/file | source:some/file | |
| Inline images (" target="_blank">more) | ||
| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %> |  | |
| <%= image_tag("jstoolbar/bt_img.png", { alt: "Image" }) %> |  | |
|  | ||
| Tables | ||
| Font Styles (" target="_blank">詳細) | ||
|---|---|---|
| <%= image_tag("images/jstoolbar/bt_strong.png", { alt: "太字" }) %> | **太字** | 太字 |
| <%= image_tag("images/jstoolbar/bt_em.png", { alt: "斜体" }) %> | *斜体* | 斜体 |
| <%= image_tag("images/jstoolbar/bt_del.png", { alt: "取り消し線" }) %> | ~~取り消し線~~ | |
| <%= image_tag("images/jstoolbar/bt_code.png", { alt: "コード" }) %> | `コード` | コード |
| <%= image_tag("images/jstoolbar/bt_pre.png", { alt: "整形済みテキスト" }) %> | ``` 複数行の コード ``` | + |
| <%= image_tag("jstoolbar/bt_strong.png", { alt: "太字" }) %> | **太字** | 太字 |
| <%= image_tag("jstoolbar/bt_em.png", { alt: "斜体" }) %> | *斜体* | 斜体 |
| <%= image_tag("jstoolbar/bt_del.png", { alt: "取り消し線" }) %> | ~~取り消し線~~ | |
| <%= image_tag("jstoolbar/bt_code.png", { alt: "コード" }) %> | `コード` | コード |
| <%= image_tag("jstoolbar/bt_pre.png", { alt: "整形済みテキスト" }) %> | ``` 複数行の コード ``` |
複数行の コード @@ -23,7 +23,7 @@ |
| コードハイライト (" target="_blank">詳細 | 対応言語) | ||
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "コードハイライト" }) %> | ``` ruby 3.times do puts 'Hello' end ``` | + |
| <%= image_tag("jstoolbar/bt_precode.png", { alt: "コードハイライト" }) %> | ``` ruby 3.times do puts 'Hello' end ``` |
|
| リスト | ||
| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "リスト" }) %> | * 項目1 * 下位階層の項目 * 項目2 |
|
| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "順序付きリスト" }) %> | 1. 項目1 1. 下位階層の項目 2. 項目2 |
|
| <%= image_tag("jstoolbar/bt_ul.png", { alt: "リスト" }) %> | * 項目1 * 下位階層の項目 * 項目2 |
|
| <%= image_tag("jstoolbar/bt_ol.png", { alt: "順序付きリスト" }) %> | 1. 項目1 1. 下位階層の項目 2. 項目2 |
|
| 見出し (" target="_blank">詳細) | ||
| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | # タイトル1 | タイトル1 |
| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | ## タイトル2 | タイトル2 |
| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | ### タイトル3 | タイトル3 |
| <%= image_tag("jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | # タイトル1 | タイトル1 |
| <%= image_tag("jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | ## タイトル2 | タイトル2 |
| <%= image_tag("jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | ### タイトル3 | タイトル3 |
| リンク (" target="_blank">詳細) | ||
| http://foo.bar | http://foo.bar | |
| [Foo](http://foo.bar) | Foo | |
| Redmine内のリンク (" target="_blank">詳細) | ||
| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Wikiページへのリンク" }) %> | [[Wiki page]] | Wiki page |
| <%= image_tag("jstoolbar/bt_link.png", { alt: "Wikiページへのリンク" }) %> | [[Wiki page]] | Wiki page |
| チケット #12 | チケット #12 | |
| ##12 | Bug #12: The issue subject | |
| リビジョン r43 | リビジョン r43 | |
| source:some/file | source:some/file | |
| 画像 (" target="_blank">詳細) | ||
| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %> |  | |
| <%= image_tag("jstoolbar/bt_img.png", { alt: "Image" }) %> |  | |
|  | ||
| Tables | ||
| 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_ins.png", { alt: "Underline" }) %> | _Underline_ | Underline |
| <%= image_tag("jstoolbar/bt_del.png", { alt: "Deleted" }) %> | ~~Deleted~~ | |
| <%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %> | `Inline Code` | Inline Code |
| <%= image_tag("jstoolbar/bt_pre.png", { alt: "Preformatted text" }) %> | ``` lines of code ``` | @@ -24,7 +24,7 @@ |
| Highlighted code (" target="_blank">more | supported languages) | ||
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "색상화한 코드" }) %> | ``` ruby 3.times do puts 'Hello' end ``` | + |
| <%= image_tag("jstoolbar/bt_precode.png", { alt: "색상화한 코드" }) %> | ``` ruby 3.times do puts 'Hello' end ``` |
|
| Lists | ||
| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * Item 1 * Sub * Item 2 |
|
| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | 1. Item 1 1. Sub 2. Item 2 |
|
| <%= image_tag("jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * Item 1 * Sub * Item 2 |
|
| <%= image_tag("jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | 1. Item 1 1. Sub 2. Item 2 |
|
| Headings (" target="_blank">more) | ||
| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | # Title 1 | Title 1 |
| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | ## Title 2 | Title 2 |
| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | ### Title 3 | Title 3 |
| <%= image_tag("jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | # Title 1 | Title 1 |
| <%= image_tag("jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | ## Title 2 | Title 2 |
| <%= image_tag("jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | ### 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("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki page]] | Wiki page |
| <%= image_tag("jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki page]] | Wiki page |
| Issue #12 | Issue #12 | |
| ##12 | Bug #12: The issue subject | |
| Revision r43 | Revision r43 | |
| source:some/file | source:some/file | |
| Inline images (" target="_blank">more) | ||
| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %> |  | |
| <%= image_tag("jstoolbar/bt_img.png", { alt: "Image" }) %> |  | |
|  | ||
| Tables | ||
| 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_ins.png", { alt: "Underline" }) %> | _Underline_ | Underline |
| <%= image_tag("jstoolbar/bt_del.png", { alt: "Deleted" }) %> | ~~Deleted~~ | |
| <%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %> | `Inline Code` | Inline Code |
| <%= image_tag("jstoolbar/bt_pre.png", { alt: "Preformatted text" }) %> | ``` lines of code ``` | @@ -24,7 +24,7 @@ |
| Highlighted code (" target="_blank">more | supported languages) | ||
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Gemarkeerde code" }) %> | ``` ruby 3.times do puts 'Hello' end ``` | + |
| <%= image_tag("jstoolbar/bt_precode.png", { alt: "Gemarkeerde code" }) %> | ``` ruby 3.times do puts 'Hello' end ``` |
|
| Lists | ||
| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * Item 1 * Sub * Item 2 |
|
| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | 1. Item 1 1. Sub 2. Item 2 |
|
| <%= image_tag("jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * Item 1 * Sub * Item 2 |
|
| <%= image_tag("jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | 1. Item 1 1. Sub 2. Item 2 |
|
| Headings (" target="_blank">more) | ||
| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | # Title 1 | Title 1 |
| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | ## Title 2 | Title 2 |
| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | ### Title 3 | Title 3 |
| <%= image_tag("jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | # Title 1 | Title 1 |
| <%= image_tag("jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | ## Title 2 | Title 2 |
| <%= image_tag("jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | ### 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("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki page]] | Wiki page |
| <%= image_tag("jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki page]] | Wiki page |
| Issue #12 | Issue #12 | |
| ##12 | Bug #12: The issue subject | |
| Revision r43 | Revision r43 | |
| source:some/file | source:some/file | |
| Inline images (" target="_blank">more) | ||
| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %> |  | |
| <%= image_tag("jstoolbar/bt_img.png", { alt: "Image" }) %> |  | |
|  | ||
| Tables | ||
| Estilos de Fonte (" target="_blank">more) | ||
| <%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %> | **Negrito** | Negrito |
| <%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %> | *Itálico* | Itálico |
| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %> | _Sublinhado_ | Sublinhado |
| <%= image_tag("jstoolbar/bt_ins.png", { alt: "Underline" }) %> | _Sublinhado_ | Sublinhado |
| <%= image_tag("jstoolbar/bt_del.png", { alt: "Deleted" }) %> | ~~Tachado~~ | |
| <%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %> | `Código Inline` | Código Inline |
| <%= image_tag("jstoolbar/bt_pre.png", { alt: "Preformatted text" }) %> | ``` linhas de código ``` | @@ -24,7 +24,7 @@ |
| Highlighted code (" target="_blank">more | supported languages) | ||
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %> | ``` ruby 3.times do puts 'Hello' end ``` | + |
| <%= image_tag("jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %> | ``` ruby 3.times do puts 'Hello' end ``` |
|
| Listas | ||
| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * Item 1 * Sub * Item 2 |
|
| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | 1. Item 1 1. Sub 2. Item 2 |
|
| <%= image_tag("jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * Item 1 * Sub * Item 2 |
|
| <%= image_tag("jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | 1. Item 1 1. Sub 2. Item 2 |
|
| Cabeçalhos (" target="_blank">more) | ||
| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | # Título 1 | Título 1 |
| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | ## Título 2 | Título 2 |
| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | ### Título 3 | Título 3 |
| <%= image_tag("jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | # Título 1 | Título 1 |
| <%= image_tag("jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | ## Título 2 | Título 2 |
| <%= image_tag("jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | ### Título 3 | Título 3 |
| Links (" target="_blank">more) | ||
| http://foo.bar | http://foo.bar | |
| [Foo](http://foo.bar) | Foo | |
| Links do Redmine (" target="_blank">more) | ||
| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Página Wiki]] | Página Wiki |
| <%= image_tag("jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Página Wiki]] | Página Wiki |
| Tarefa #12 | Tarefa #12 | |
| ##12 | Bug #12: Título da tarefa | |
| Revisão r43 | Revisão r43 | |
| source:algum/arquivo | source:algum/arquivo | |
| Imagens inline (" target="_blank">more) | ||
| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %> |  | |
| <%= image_tag("jstoolbar/bt_img.png", { alt: "Image" }) %> |  | |
|  | ||
| Tabelas | ||
| எழுத்துரு பாங்குகள் (" target="_blank">மேலும்) | ||
| <%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %> | **வலுவான** | வலுவான |
| <%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %> | *சாய்வு* | சாய்வு |
| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %> | _அடிக்கோடிட்டு_ | அடிக்கோடிட்டு |
| <%= image_tag("jstoolbar/bt_ins.png", { alt: "Underline" }) %> | _அடிக்கோடிட்டு_ | அடிக்கோடிட்டு |
| <%= image_tag("jstoolbar/bt_del.png", { alt: "Deleted" }) %> | ~~நீக்கப்பட்டது~~ | |
| <%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %> | `இன்லைன் குறியீடு` | இன்லைன் குறியீடு |
| <%= image_tag("jstoolbar/bt_pre.png", { alt: "Preformatted text" }) %> | ``` கோடுகள் குறியீடு ``` | @@ -24,7 +24,7 @@ |
| சிறப்பம்சமாக குறியீடு (" target="_blank">மேலும் | supported languages) | ||
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %> | ``` ruby 3.times do puts 'Hello' end ``` | + |
| <%= image_tag("jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %> | ``` ruby 3.times do puts 'Hello' end ``` |
|
| பட்டியல்கள் | ||
| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * பொருள் 1 * துணை * பொருள் 2 |
|
| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | 1. பொருள் 1 1. துணை 2. பொருள் 2 |
|
| <%= image_tag("jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * பொருள் 1 * துணை * பொருள் 2 |
|
| <%= image_tag("jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | 1. பொருள் 1 1. துணை 2. பொருள் 2 |
|
| தலைப்புகள்(" target="_blank">மேலும்) | ||
| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | # தலைப்பு 1 | தலைப்பு 1 |
| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | ## தலைப்பு 2 | தலைப்பு 2 |
| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | ### தலைப்பு 3 | தலைப்பு 3 |
| <%= image_tag("jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | # தலைப்பு 1 | தலைப்பு 1 |
| <%= image_tag("jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | ## தலைப்பு 2 | தலைப்பு 2 |
| <%= image_tag("jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | ### தலைப்பு 3 | தலைப்பு 3 |
| இணைப்புகள் (" target="_blank">மேலும்) | ||
| http://foo.bar | http://foo.bar | |
| [Foo](http://foo.bar) | Foo | |
| Redmine இணைப்புகள் (" target="_blank">மேலும்) | ||
| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki page]] | Wiki page |
| <%= image_tag("jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki page]] | Wiki page |
| சிக்கல்கள் #12 | சிக்கல்கள் #12 | |
| ##12 | Bug #12: The issue subject | |
| திருத்தம் r43 | திருத்தம் r43 | |
| source:some/file | source:some/file | |
| இன்லைன் படங்கள் (" target="_blank">மேலும) | ||
| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %> |  | |
| <%= image_tag("jstoolbar/bt_img.png", { alt: "Image" }) %> |  | |
|  | ||
| அட்டவணை | ||
| Cтилі шрифтів (" target="_blank">more) | ||
|---|---|---|
| <%= image_tag("images/jstoolbar/bt_strong.png", { alt: "Жирний" }) %> | **Жирний** | Жирний |
| <%= image_tag("images/jstoolbar/bt_em.png", { alt: "Курсив" }) %> | *Курсив* | Курсив |
| <%= image_tag("images/jstoolbar/bt_del.png", { alt: "Закреслений" }) %> | ~~Закреслений~~ | |
| <%= image_tag("images/jstoolbar/bt_code.png", { alt: "Інлайн код" }) %> | `Інлайн код` | Інлайн код |
| <%= image_tag("images/jstoolbar/bt_pre.png", { alt: "Попередньо відформатований текст" }) %> | ``` Попередньо відформатований текст ``` | + |
| <%= image_tag("jstoolbar/bt_strong.png", { alt: "Жирний" }) %> | **Жирний** | Жирний |
| <%= image_tag("jstoolbar/bt_em.png", { alt: "Курсив" }) %> | *Курсив* | Курсив |
| <%= image_tag("jstoolbar/bt_del.png", { alt: "Закреслений" }) %> | ~~Закреслений~~ | |
| <%= image_tag("jstoolbar/bt_code.png", { alt: "Інлайн код" }) %> | `Інлайн код` | Інлайн код |
| <%= image_tag("jstoolbar/bt_pre.png", { alt: "Попередньо відформатований текст" }) %> | ``` Попередньо відформатований текст ``` |
Попередньо відформатований @@ -24,7 +24,7 @@ |
| иділений код (" target="_blank">more | supported languages) | ||
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Виділений код" }) %> | ``` ruby 3.times do puts 'Hello' end ``` | + |
| <%= image_tag("jstoolbar/bt_precode.png", { alt: "Виділений код" }) %> | ``` ruby 3.times do puts 'Hello' end ``` |
|
| Списки | ||
| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Ненумерованний список" }) %> | * Пункт * Підпункт * Пункт |
|
| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Нумерований список" }) %> | 1. Пункт 1. Підпункт 2. Пункт |
|
| <%= image_tag("jstoolbar/bt_ul.png", { alt: "Ненумерованний список" }) %> | * Пункт * Підпункт * Пункт |
|
| <%= image_tag("jstoolbar/bt_ol.png", { alt: "Нумерований список" }) %> | 1. Пункт 1. Підпункт 2. Пункт |
|
| Заголовоки (" target="_blank">more) | ||
| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Заголовок 1" }) %> | # Заголовок 1 | Заголовок 1 |
| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Заголовок 2" }) %> | ## Заголовок 2 | Заголовок 2 |
| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Заголовок 3" }) %> | ### Заголовок 3 | Заголовок 3 |
| <%= image_tag("jstoolbar/bt_h1.png", { alt: "Заголовок 1" }) %> | # Заголовок 1 | Заголовок 1 |
| <%= image_tag("jstoolbar/bt_h2.png", { alt: "Заголовок 2" }) %> | ## Заголовок 2 | Заголовок 2 |
| <%= image_tag("jstoolbar/bt_h3.png", { alt: "Заголовок 3" }) %> | ### Заголовок 3 | Заголовок 3 |
| Лінки(посилання) (" target="_blank">more) | ||
| http://foo.bar | http://foo.bar | |
| [Foo](http://foo.bar) | Foo | |
| Redmine посилання (" target="_blank">more) | ||
| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Посилання на вікі сторінку" }) %> | [[Вікі сторінка]] | Вікі сторінка |
| <%= image_tag("jstoolbar/bt_link.png", { alt: "Посилання на вікі сторінку" }) %> | [[Вікі сторінка]] | Вікі сторінка |
| Завдання #12 | Завдання #12 | |
| ##12 | Bug #12: The issue subject | |
| Revision r43 | Revision r43 | |
| source:some/file | source:some/file | |
| Вбудовані(inline) зображення (" target="_blank">more) | ||
| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %> |  | |
| <%= image_tag("jstoolbar/bt_img.png", { alt: "Image" }) %> |  | |
|  | ||
| Таблиці | ||
| 字型樣式 (" target="_blank">more) | ||
|---|---|---|
| <%= image_tag("images/jstoolbar/bt_strong.png", { alt: "強調粗體" }) %> | **強調粗體** | 強調粗體 |
| <%= image_tag("images/jstoolbar/bt_em.png", { alt: "斜體" }) %> | *斜體* | 斜體 |
| <%= image_tag("images/jstoolbar/bt_del.png", { alt: "刪除線" }) %> | ~~刪除線~~ | |
| <%= image_tag("images/jstoolbar/bt_code.png", { alt: "內嵌程式碼" }) %> | `內嵌程式碼` | 內嵌程式碼 |
| <%= image_tag("images/jstoolbar/bt_pre.png", { alt: "預先格式化的段落文字" }) %> | ``` 格式化 的段落文字 ``` | + |
| <%= image_tag("jstoolbar/bt_strong.png", { alt: "強調粗體" }) %> | **強調粗體** | 強調粗體 |
| <%= image_tag("jstoolbar/bt_em.png", { alt: "斜體" }) %> | *斜體* | 斜體 |
| <%= image_tag("jstoolbar/bt_del.png", { alt: "刪除線" }) %> | ~~刪除線~~ | |
| <%= image_tag("jstoolbar/bt_code.png", { alt: "內嵌程式碼" }) %> | `內嵌程式碼` | 內嵌程式碼 |
| <%= image_tag("jstoolbar/bt_pre.png", { alt: "預先格式化的段落文字" }) %> | ``` 格式化 的段落文字 ``` |
格式化 的段落文字 @@ -23,7 +23,7 @@ |
| 反白程式碼 (" target="_blank">more | supported languages) | ||
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "反白程式碼" }) %> | ``` ruby 3.times do puts 'Hello' end ``` | + |
| <%= image_tag("jstoolbar/bt_precode.png", { alt: "反白程式碼" }) %> | ``` ruby 3.times do puts 'Hello' end ``` |
|
| 清單 | ||
| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "不排序清單" }) %> | * 清單項目 1 * 子清單項目 * 清單項目 2 |
|
| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "排序清單" }) %> | 1. 清單項目 1 1. 子清單項目 2. 清單項目 2 |
|
| <%= image_tag("jstoolbar/bt_ul.png", { alt: "不排序清單" }) %> | * 清單項目 1 * 子清單項目 * 清單項目 2 |
|
| <%= image_tag("jstoolbar/bt_ol.png", { alt: "排序清單" }) %> | 1. 清單項目 1 1. 子清單項目 2. 清單項目 2 |
|
| 標題 (" target="_blank">more) | ||
| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "標題 1" }) %> | # 標題 1 | 標題 1 |
| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "標題 2" }) %> | ## 標題 2 | 標題 2 |
| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "標題 3" }) %> | ### 標題 3 | 標題 3 |
| <%= image_tag("jstoolbar/bt_h1.png", { alt: "標題 1" }) %> | # 標題 1 | 標題 1 |
| <%= image_tag("jstoolbar/bt_h2.png", { alt: "標題 2" }) %> | ## 標題 2 | 標題 2 |
| <%= image_tag("jstoolbar/bt_h3.png", { alt: "標題 3" }) %> | ### 標題 3 | 標題 3 |
| 連結 (" target="_blank">more) | ||
| http://foo.bar | http://foo.bar | |
| [Foo](http://foo.bar) | Foo | |
| Redmine 連結 (" target="_blank">more) | ||
| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "連結至一個 Wiki 頁面" }) %> | [[Wiki 頁面]] | Wiki 頁面 |
| <%= image_tag("jstoolbar/bt_link.png", { alt: "連結至一個 Wiki 頁面" }) %> | [[Wiki 頁面]] | Wiki 頁面 |
| 議題 #12 | 議題 #12 | |
| ##12 | Bug #12: The issue subject | |
| 版次 r43 | 版次 r43 | |
| source:some/file | source:some/file | |
| 內嵌圖像 (" target="_blank">more) | ||
| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "圖像" }) %> |  | |
| <%= image_tag("jstoolbar/bt_img.png", { alt: "圖像" }) %> |  | |
|  | ||
| 表格 | ||