From e32bf7d734b097b98cad6216f9380800f6ca93b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20B=C4=82LTEANU?= Date: Mon, 19 Feb 2024 02:41:52 +0200 Subject: [PATCH 8/9] Replace static image tag with image_tag in order to load the images from asset pipeline. --- .../de/wiki_syntax_common_mark.html.erb | 28 ++++++++--------- .../en/wiki_syntax_common_mark.html.erb | 28 ++++++++--------- .../markdown/bg/wiki_syntax_markdown.html.erb | 28 ++++++++--------- .../markdown/ca/wiki_syntax_markdown.html.erb | 28 ++++++++--------- .../markdown/cs/wiki_syntax_markdown.html.erb | 28 ++++++++--------- .../markdown/de/wiki_syntax_markdown.html.erb | 28 ++++++++--------- .../markdown/en/wiki_syntax_markdown.html.erb | 28 ++++++++--------- .../es-pa/wiki_syntax_markdown.html.erb | 28 ++++++++--------- .../markdown/es/wiki_syntax_markdown.html.erb | 28 ++++++++--------- .../markdown/fr/wiki_syntax_markdown.html.erb | 28 ++++++++--------- .../markdown/gl/wiki_syntax_markdown.html.erb | 28 ++++++++--------- .../markdown/ja/wiki_syntax_markdown.html.erb | 26 ++++++++-------- .../markdown/ko/wiki_syntax_markdown.html.erb | 28 ++++++++--------- .../markdown/nl/wiki_syntax_markdown.html.erb | 28 ++++++++--------- .../pt-br/wiki_syntax_markdown.html.erb | 28 ++++++++--------- .../ta-in/wiki_syntax_markdown.html.erb | 28 ++++++++--------- .../markdown/uk/wiki_syntax_markdown.html.erb | 26 ++++++++-------- .../zh-tw/wiki_syntax_markdown.html.erb | 26 ++++++++-------- .../textile/bg/wiki_syntax_textile.html.erb | 28 ++++++++--------- .../textile/ca/wiki_syntax_textile.html.erb | 28 ++++++++--------- .../textile/cs/wiki_syntax_textile.html.erb | 28 ++++++++--------- .../textile/de/wiki_syntax_textile.html.erb | 28 ++++++++--------- .../textile/en/wiki_syntax_textile.html.erb | 28 ++++++++--------- .../es-pa/wiki_syntax_textile.html.erb | 30 +++++++++---------- .../textile/es/wiki_syntax_textile.html.erb | 30 +++++++++---------- .../textile/fr/wiki_syntax_textile.html.erb | 28 ++++++++--------- .../textile/gl/wiki_syntax_textile.html.erb | 28 ++++++++--------- .../textile/ja/wiki_syntax_textile.html.erb | 28 ++++++++--------- .../textile/ko/wiki_syntax_textile.html.erb | 28 ++++++++--------- .../textile/lt/wiki_syntax_textile.html.erb | 28 ++++++++--------- .../textile/nl/wiki_syntax_textile.html.erb | 28 ++++++++--------- .../pt-br/wiki_syntax_textile.html.erb | 28 ++++++++--------- .../textile/ru/wiki_syntax_textile.html.erb | 28 ++++++++--------- .../ta-in/wiki_syntax_textile.html.erb | 28 ++++++++--------- .../textile/uk/wiki_syntax_textile.html.erb | 28 ++++++++--------- .../zh-tw/wiki_syntax_textile.html.erb | 28 ++++++++--------- .../textile/zh/wiki_syntax_textile.html.erb | 28 ++++++++--------- 37 files changed, 517 insertions(+), 517 deletions(-) diff --git a/app/views/help/wiki_syntax/common_mark/de/wiki_syntax_common_mark.html.erb b/app/views/help/wiki_syntax/common_mark/de/wiki_syntax_common_mark.html.erb index ed210f923..faa2fb31c 100644 --- a/app/views/help/wiki_syntax/common_mark/de/wiki_syntax_common_mark.html.erb +++ b/app/views/help/wiki_syntax/common_mark/de/wiki_syntax_common_mark.html.erb @@ -10,11 +10,11 @@ - - - - - + + + + - - - - + + + - - - + + + @@ -49,7 +49,7 @@ - + @@ -57,7 +57,7 @@ - + diff --git a/app/views/help/wiki_syntax/common_mark/en/wiki_syntax_common_mark.html.erb b/app/views/help/wiki_syntax/common_mark/en/wiki_syntax_common_mark.html.erb index e750f9f89..0c17ca552 100644 --- a/app/views/help/wiki_syntax/common_mark/en/wiki_syntax_common_mark.html.erb +++ b/app/views/help/wiki_syntax/common_mark/en/wiki_syntax_common_mark.html.erb @@ -10,11 +10,11 @@
Schriftarten (mehr)
Strong**Fett**Fett
Italic*Kursiv*Kursiv
Deleted~~Durchgestrichen~~Durchgestrichen
Inline Code`Inline Code`Inline Code
Preformatted text```
 vorformatierte
 Textzeilen
```
+
<%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %>**Fett**Fett
<%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %>*Kursiv*Kursiv
<%= image_tag("jstoolbar/bt_del.png", { alt: "Deleted" }) %>~~Durchgestrichen~~Durchgestrichen
<%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %>`Inline Code`Inline Code
<%= image_tag("jstoolbar/bt_pre.png", { alt: "Preformatted text" }) %>```
 vorformatierte
 Textzeilen
```
  vorformatierte
  Textzeilen
@@ -22,7 +22,7 @@
 
Hervorgehobener Programmcode (mehr)
Hervorgehobener Programmcode```ruby
3.times do
  puts 'Hello'
end
```
+
<%= image_tag("jstoolbar/bt_precode.png", { alt: "Hervorgehobener Programmcode" }) %>```ruby
3.times do
  puts 'Hello'
end
```
3.times do
   puts 'Hello'
 end
@@ -34,14 +34,14 @@
 
Beenden Sie eine Zeile mit einem Backslash\
oder zwei Leerzeichen, um einen manuellen Zeilenumbruch einzufügen.

Beenden Sie eine Zeile mit einem Backslash
oder zwei Leerzeichen, um einen manuellen Zeilenumbruch einzufügen.

Listen
Ungeordnete Liste* Element 1
  * Sub
* Element 2
  • Element 1
    • Sub
  • Element 2
Geordnete Liste1. Element 1
   1. Sub
2. Element 2
  1. Element 1
    1. Sub
  2. Element 2
Ausgabenliste* [ ] Element 1
* [x] Element 2
  • Element 1
  • Element 2
<%= image_tag("jstoolbar/bt_ul.png", { alt:"Ungeordnete Liste" }) %>* Element 1
  * Sub
* Element 2
  • Element 1
    • Sub
  • Element 2
<%= image_tag("jstoolbar/bt_ol.png", { alt:"Geordnete Liste" }) %>1. Element 1
   1. Sub
2. Element 2
  1. Element 1
    1. Sub
  2. Element 2
<%= image_tag("jstoolbar/bt_tl.png", { alt:"Ausgabenliste" }) %>* [ ] Element 1
* [x] Element 2
  • Element 1
  • Element 2
Überschriften (mehr)
Heading 1# Titel 1

Titel 1

Heading 2## Titel 2

Titel 2

Heading 3### Titel 3

Titel 3

<%= image_tag("jstoolbar/bt_h1.png", { alt:"Heading 1" }) %># Titel 1

Titel 1

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

Titel 2

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

Titel 3

Links (mehr)
www.foo.barwww.foo.bar
[Foo](http://foo.bar)Foo
Redmine interne Links (mehr)
Link zu einer Wiki-Seite[[Wiki page]]Wiki-Seite
<%= image_tag("jstoolbar/bt_link.png", { alt:"Link zu einer Wiki-Seite" }) %>[[Wiki page]]Wiki-Seite
Ticket #12Ticket #12
##12Fehler #12: Titel des Tickets
Revision r43Revision r43
source:some/filesource:some/file
Eingebettete Bilder (mehr)
Image![](Bild_url)
<%= image_tag("jstoolbar/bt_img.png", { alt:"Image" }) %>![](Bild_url)
![](Angehängtes_Bild)
Tabellen
- - - - - + + + + - - - - + + + - - - + + + @@ -49,7 +49,7 @@ - + @@ -57,7 +57,7 @@ - + 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 e9c348b87..c17efe8e7 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 @@ -11,12 +11,12 @@
Font Styles (more)
Strong**Strong**Strong
Italic*Italic*Italic
Deleted~~Deleted~~Deleted
Inline Code`Inline Code`Inline Code
Preformatted text```
 lines
 of code
```
+
<%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %>**Strong**Strong
<%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %>*Italic*Italic
<%= image_tag("jstoolbar/bt_del.png", { alt: "Deleted" }) %>~~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
```
  lines
  of code
@@ -22,7 +22,7 @@
 
Highlighted code (more)
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
```
3.times do
   puts 'Hello'
 end
@@ -34,14 +34,14 @@
 
End a line with a backslash\
or two spaces to insert a manual line break.

End a line with a backslash
or two spaces to insert a manual line break.

Lists
Unordered list* Item 1
  * Sub
* Item 2
  • Item 1
    • Sub
  • Item 2
Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
Task list* [ ] Item 1
* [x] Item 2
  • Item 1
  • Item 2
<%= image_tag("jstoolbar/bt_ul.png", { alt: "Unordered list" }) %>* Item 1
  * Sub
* Item 2
  • Item 1
    • Sub
  • Item 2
<%= image_tag("jstoolbar/bt_ol.png", { alt: "Ordered list" }) %>1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
<%= image_tag("jstoolbar/bt_tl.png", { alt: "Task list" }) %>* [ ] Item 1
* [x] Item 2
  • Item 1
  • Item 2
Headings (more)
Heading 1# Title 1

Title 1

Heading 2## Title 2

Title 2

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 (more)
www.foo.barwww.foo.bar
[Foo](http://foo.bar)Foo
Redmine links (more)
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 #12Issue #12
##12Bug #12: The issue subject
Revision r43Revision r43
source:some/filesource:some/file
Inline images (more)
Image![](image_url)
<%= image_tag("jstoolbar/bt_img.png", { alt: "Image" }) %>![](image_url)
![](attached_image)
Tables
- - - - - - + + + + + - - - + + - - - + + + - + @@ -53,7 +53,7 @@ - + diff --git a/app/views/help/wiki_syntax/markdown/ca/wiki_syntax_markdown.html.erb b/app/views/help/wiki_syntax/markdown/ca/wiki_syntax_markdown.html.erb index c6d58beb5..a8b0dd02d 100644 --- a/app/views/help/wiki_syntax/markdown/ca/wiki_syntax_markdown.html.erb +++ b/app/views/help/wiki_syntax/markdown/ca/wiki_syntax_markdown.html.erb @@ -11,12 +11,12 @@
Font Styles (more)
Strong**Strong**Strong
Italic*Italic*Italic
Underline_Underline_Underline
Deleted~~Deleted~~Deleted
Inline Code`Inline Code`Inline Code
Preformatted text```
 lines
 of code
```
+
<%= 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
<%= 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
```
  lines
  of code
@@ -24,7 +24,7 @@
 
Highlighted code (more | supported languages)
Вграден код``` ruby
3.times do
  puts 'Hello'
end
```
+
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Вграден код" }) %>``` ruby
3.times do
  puts 'Hello'
end
```
3.times do
   puts 'Hello'
 end
@@ -32,20 +32,20 @@
 
Lists
Unordered list* Item 1
  * Sub
* Item 2
  • Item 1
    • Sub
  • Item 2
Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
<%= 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" }) %>1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
Headings (more)
Heading 1# Title 1

Title 1

Heading 2## Title 2

Title 2

Heading 3### Title 3

Title 3

<%= 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

Links (more)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine links (more)
Link to a Wiki page[[Wiki page]]Wiki page
<%= 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
source:some/filesource:some/file
Inline images (more)
Image![](image_url)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>![](image_url)
![](attached_image)
Tables
- - - - - - + + + + + - - - + + - - - + + + - + @@ -53,7 +53,7 @@ - + diff --git a/app/views/help/wiki_syntax/markdown/cs/wiki_syntax_markdown.html.erb b/app/views/help/wiki_syntax/markdown/cs/wiki_syntax_markdown.html.erb index 53857cd00..c7dcc97be 100644 --- a/app/views/help/wiki_syntax/markdown/cs/wiki_syntax_markdown.html.erb +++ b/app/views/help/wiki_syntax/markdown/cs/wiki_syntax_markdown.html.erb @@ -11,12 +11,12 @@
Font Styles (more)
Negreta**Negreta**Negreta
Cursiva*Cursiva*Cursiva
Underline_Underline_Underline
Eliminat~~Eliminat~~Eliminat
Codi en línia`Codi en línia`Codi en línia
Linies de codi```
 linies
 de codi
```
+
<%= 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~~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
```
  linies
  de codi
@@ -24,7 +24,7 @@
 
Highlighted code (more | supported languages)
Highlighted code``` ruby
3.times do
  puts 'Hello'
end
```
+
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %>``` ruby
3.times do
  puts 'Hello'
end
```
3.times do
   puts 'Hello'
 end
@@ -32,20 +32,20 @@
 
Llistes
Llista desordenada* Article 1
  * Sub
* Article 2
  • Article 1
    • Sub
  • Article 2
Llista Ordenada1. Article 1
   1. Sub
2. Article 2
  1. Article 1
    1. Sub
  2. Article 2
<%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Llista desordenada" }) %>* Article 1
  * Sub
* Article 2
  • Article 1
    • Sub
  • Article 2
<%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Llista Ordenada" }) %>1. Article 1
   1. Sub
2. Article 2
  1. Article 1
    1. Sub
  2. Article 2
Capçaleres (more)
Encapçament 1# Títol 1

Títol 1

Encapçament 2## Títol 2

Títol 2

Encapçament 3### Títol 3

Títol 3

<%= 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

Links (more)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine links (more)
Link a la pagina Wiki[[Pagina Wiki]]Pagina Wiki
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link a la pagina Wiki" }) %>[[Pagina Wiki]]Pagina Wiki
Assumpte #12Assumpte #12
##12Bug #12: The issue subject
Revisió r43Revisió r43
source:some/filesource:some/file
Imatges (more)
Imatge![](imatge_url)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Imatge" }) %>![](imatge_url)
![](imatge_adjunta)
Taules
- - - - - - + + + + + - - - + + - - - + + + - + @@ -53,7 +53,7 @@ - + diff --git a/app/views/help/wiki_syntax/markdown/de/wiki_syntax_markdown.html.erb b/app/views/help/wiki_syntax/markdown/de/wiki_syntax_markdown.html.erb index 420c486af..0adb8777d 100644 --- a/app/views/help/wiki_syntax/markdown/de/wiki_syntax_markdown.html.erb +++ b/app/views/help/wiki_syntax/markdown/de/wiki_syntax_markdown.html.erb @@ -11,12 +11,12 @@
Styly písma (více)
tučný**tučný**tučný
kurzíva*kurzíva*kurzíva
podtržený_podtržený_podtržený
smazaný~~přeškrtnutý~~Přeškrtnutý
vnořený kód`vnořený kód`vnořený kód
předformátovaný text```
 řádky
 kódu
```
+
<%= 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ý~~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
```
  řádky
  kódu
@@ -24,7 +24,7 @@
 
Zvýrazněný kód (více | podporované jazyky)
Highlighted code``` ruby
3.times do
  puts 'Ahoj'
end
```
+
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %>``` ruby
3.times do
  puts 'Ahoj'
end
```
3.times do
   puts 'Ahoj'
 end
@@ -32,20 +32,20 @@
 
Seznamy
Nesetříděný seznam* Položka 1
  * Pod
* Položka 2
  • Položka 1
    • Pod
  • Položka 2
Setříděný seznam1. Položka 1
   1. Pod
2. Položka 2
  1. Položka 1
    1. Pod
  2. Položka 2
<%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Nesetříděný seznam" }) %>* Položka 1
  * Pod
* Položka 2
  • 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
  1. Položka 1
    1. Pod
  2. Položka 2
Nadpisy (více)
Heading 1# Nadpis 1

Nadpis 1

Heading 2## Nadpis 2

Nadpis 2

Heading 3### Nadpis 3

Nadpis 3

<%= 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

Odkazy (more)
http://foo.barhttp://foo.bar
[Odkaz](http://foo.bar)Foo
Redmine odkazy (více)
Link to a Wiki page[[Wiki stránka]]Wiki stránka
<%= image_tag("images/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 r43Revize r43
source:some/filesource:some/file
Vnořené obrázky (more)
Obrázek![](url_obrázku)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Obrázek" }) %>![](url_obrázku)
![](vnořený_obrázek)
Tabulky
- - - - - - + + + + + - - - + + - - - + + + - + @@ -53,7 +53,7 @@ - + diff --git a/app/views/help/wiki_syntax/markdown/en/wiki_syntax_markdown.html.erb b/app/views/help/wiki_syntax/markdown/en/wiki_syntax_markdown.html.erb index cf7056fea..cd5180578 100644 --- a/app/views/help/wiki_syntax/markdown/en/wiki_syntax_markdown.html.erb +++ b/app/views/help/wiki_syntax/markdown/en/wiki_syntax_markdown.html.erb @@ -11,12 +11,12 @@
Schriftarten (mehr)
Fett**Fett**Fett
Kursiv*Kursiv*Kursiv
Unterstrichen_Unterstrichen_Unterstrichen
Durchgestrichen~~Durchgestrichen~~Durchgestrichen
Inline Code`Inline Code`Inline Code
Vorformatiertert Text```
 vorformatierte
 Textzeilen
```
+
<%= 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~~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
```
  vorformatierte
  Textzeilen
@@ -24,7 +24,7 @@
 
Hervorgehobener Programmcode (mehr | Unterstützte Sprachen)
Highlighted code``` ruby
3.times do
  puts 'Hello'
end
```
+
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %>``` ruby
3.times do
  puts 'Hello'
end
```
3.times do
   puts 'Hello'
 end
@@ -32,20 +32,20 @@
 
Listen
Ungeordnete Liste* Element 1
  * Sub
* Element 2
  • Element 1
    • Sub
  • Element 2
Geordnete Liste1. Element 1
   1. Sub
2. Element 2
  1. Element 1
    1. Sub
  2. Element 2
<%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Ungeordnete Liste" }) %>* Element 1
  * Sub
* Element 2
  • Element 1
    • Sub
  • Element 2
<%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Geordnete Liste" }) %>1. Element 1
   1. Sub
2. Element 2
  1. Element 1
    1. Sub
  2. Element 2
Überschriften (mehr)
Überschrift 1# Titel 1

Titel 1

Überschrift 2## Titel 2

Titel 2

Überschrift 3### Titel 3

Titel 3

<%= 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

Externe Links (mehr)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine interne Links (mehr)
Link zu einer Wiki Seite[[Wiki Seite]]Wiki Seite
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link zu einer Wiki Seite" }) %>[[Wiki Seite]]Wiki Seite
Ticket #12Ticket #12
##12Fehler #12: Titel der Aufgabe
Revision r43Revision r43
source:some/filesource:some/file
eingebettete Bilder (mehr)
Bild![](URL_zu_dem_Bild)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Bild" }) %>![](URL_zu_dem_Bild)
![](angehängtes_Bild)
Tabellen
- - - - - - + + + + + - - - + + - - - + + + - + @@ -53,7 +53,7 @@ - + diff --git a/app/views/help/wiki_syntax/markdown/es-pa/wiki_syntax_markdown.html.erb b/app/views/help/wiki_syntax/markdown/es-pa/wiki_syntax_markdown.html.erb index 99d65ae99..71bf89988 100644 --- a/app/views/help/wiki_syntax/markdown/es-pa/wiki_syntax_markdown.html.erb +++ b/app/views/help/wiki_syntax/markdown/es-pa/wiki_syntax_markdown.html.erb @@ -11,12 +11,12 @@
Font Styles (more)
Strong**Strong**Strong
Italic*Italic*Italic
Underline_Underline_Underline
Deleted~~Deleted~~Deleted
Inline Code`Inline Code`Inline Code
Preformatted text```
 lines
 of code
```
+
<%= 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
<%= 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
```
  lines
  of code
@@ -24,7 +24,7 @@
 
Highlighted code (more | supported languages)
Highlighted code``` ruby
3.times do
  puts 'Hello'
end
```
+
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %>``` ruby
3.times do
  puts 'Hello'
end
```
3.times do
   puts 'Hello'
 end
@@ -32,20 +32,20 @@
 
Lists
Unordered list* Item 1
  * Sub
* Item 2
  • Item 1
    • Sub
  • Item 2
Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
<%= 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" }) %>1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
Headings (more)
Heading 1# Title 1

Title 1

Heading 2## Title 2

Title 2

Heading 3### Title 3

Title 3

<%= 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

Links (more)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine links (more)
Link to a Wiki page[[Wiki page]]Wiki page
<%= 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
source:some/filesource:some/file
Inline images (more)
Image![](image_url)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>![](image_url)
![](attached_image)
Tables
- - - - - - + + + + + - - - + + - - - + + + - + @@ -53,7 +53,7 @@ - + diff --git a/app/views/help/wiki_syntax/markdown/es/wiki_syntax_markdown.html.erb b/app/views/help/wiki_syntax/markdown/es/wiki_syntax_markdown.html.erb index 99d65ae99..71bf89988 100644 --- a/app/views/help/wiki_syntax/markdown/es/wiki_syntax_markdown.html.erb +++ b/app/views/help/wiki_syntax/markdown/es/wiki_syntax_markdown.html.erb @@ -11,12 +11,12 @@
Font Styles (more)
Strong**Strong**Strong
Italic*Italic*Italic
Underline_Underline_Underline
Deleted~~Deleted~~Deleted
Inline Code`Inline Code`Inline Code
Preformatted text```
 lines
 of code
```
+
<%= 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
<%= 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
```
  lines
  of code
@@ -24,7 +24,7 @@
 
Highlighted code (more | supported languages)
Código resaltado``` ruby
3.times do
  puts 'Hello'
end
```
+
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Código resaltado" }) %>``` ruby
3.times do
  puts 'Hello'
end
```
3.times do
   puts 'Hello'
 end
@@ -32,20 +32,20 @@
 
Lists
Unordered list* Item 1
  * Sub
* Item 2
  • Item 1
    • Sub
  • Item 2
Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
<%= 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" }) %>1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
Headings (more)
Heading 1# Title 1

Title 1

Heading 2## Title 2

Title 2

Heading 3### Title 3

Title 3

<%= 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

Links (more)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine links (more)
Link to a Wiki page[[Wiki page]]Wiki page
<%= 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
source:some/filesource:some/file
Inline images (more)
Image![](image_url)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>![](image_url)
![](attached_image)
Tables
- - - - - - + + + + + - - - + + - - - + + + - + @@ -53,7 +53,7 @@ - + diff --git a/app/views/help/wiki_syntax/markdown/fr/wiki_syntax_markdown.html.erb b/app/views/help/wiki_syntax/markdown/fr/wiki_syntax_markdown.html.erb index f752e75ab..ae155f7f4 100644 --- a/app/views/help/wiki_syntax/markdown/fr/wiki_syntax_markdown.html.erb +++ b/app/views/help/wiki_syntax/markdown/fr/wiki_syntax_markdown.html.erb @@ -11,12 +11,12 @@
Font Styles (more)
Strong**Strong**Strong
Italic*Italic*Italic
Underline_Underline_Underline
Deleted~~Deleted~~Deleted
Inline Code`Inline Code`Inline Code
Preformatted text```
 lines
 of code
```
+
<%= 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
<%= 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
```
  lines
  of code
@@ -24,7 +24,7 @@
 
Highlighted code (more | supported languages)
Código resaltado``` ruby
3.times do
  puts 'Hello'
end
```
+
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Código resaltado" }) %>``` ruby
3.times do
  puts 'Hello'
end
```
3.times do
   puts 'Hello'
 end
@@ -32,20 +32,20 @@
 
Lists
Unordered list* Item 1
  * Sub
* Item 2
  • Item 1
    • Sub
  • Item 2
Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
<%= 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" }) %>1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
Headings (more)
Heading 1# Title 1

Title 1

Heading 2## Title 2

Title 2

Heading 3### Title 3

Title 3

<%= 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

Links (more)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine links (more)
Link to a Wiki page[[Wiki page]]Wiki page
<%= 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
source:some/filesource:some/file
Inline images (more)
Image![](image_url)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>![](image_url)
![](attached_image)
Tables
- - - - - - + + + + + - - - + + - - - + + + - + @@ -53,7 +53,7 @@ - + diff --git a/app/views/help/wiki_syntax/markdown/gl/wiki_syntax_markdown.html.erb b/app/views/help/wiki_syntax/markdown/gl/wiki_syntax_markdown.html.erb index 99d65ae99..71bf89988 100644 --- a/app/views/help/wiki_syntax/markdown/gl/wiki_syntax_markdown.html.erb +++ b/app/views/help/wiki_syntax/markdown/gl/wiki_syntax_markdown.html.erb @@ -11,12 +11,12 @@
Font Styles (more)
Strong**Strong**Strong
Italic*Italic*Italic
Underline_Underline_Underline
Deleted~~Deleted~~Deleted
Inline Code`Inline Code`Inline Code
Preformatted text```
 lines
 of code
```
+
<%= 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
<%= 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
```
  lines
  of code
@@ -24,7 +24,7 @@
 
Highlighted code (more | supported languages)
Code colorisé``` ruby
3.times do
  puts 'Hello'
end
```
+
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Code colorisé" }) %>``` ruby
3.times do
  puts 'Hello'
end
```
3.times do
   puts 'Hello'
 end
@@ -32,20 +32,20 @@
 
Lists
Unordered list* Item 1
  * Sub
* Item 2
  • Item 1
    • Sub
  • Item 2
Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
<%= 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" }) %>1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
Headings (more)
Heading 1# Title 1

Title 1

Heading 2## Title 2

Title 2

Heading 3### Title 3

Title 3

<%= 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

Links (more)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine links (more)
Link to a Wiki page[[Wiki page]]Wiki page
<%= 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
source:some/filesource:some/file
Inline images (more)
Image![](image_url)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>![](image_url)
![](attached_image)
Tables
- - - - - - + + + + + - - - + + - - - + + + - + @@ -53,7 +53,7 @@ - + diff --git a/app/views/help/wiki_syntax/markdown/ja/wiki_syntax_markdown.html.erb b/app/views/help/wiki_syntax/markdown/ja/wiki_syntax_markdown.html.erb index 58140ef4a..6a706ee90 100644 --- a/app/views/help/wiki_syntax/markdown/ja/wiki_syntax_markdown.html.erb +++ b/app/views/help/wiki_syntax/markdown/ja/wiki_syntax_markdown.html.erb @@ -11,11 +11,11 @@
Font Styles (more)
Strong**Strong**Strong
Italic*Italic*Italic
Underline_Underline_Underline
Deleted~~Deleted~~Deleted
Inline Code`Inline Code`Inline Code
Preformatted text```
 lines
 of code
```
+
<%= 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
<%= 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
```
  lines
  of code
@@ -24,7 +24,7 @@
 
Highlighted code (more | supported languages)
Código resaltado``` ruby
3.times do
  puts 'Hello'
end
```
+
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Código resaltado" }) %>``` ruby
3.times do
  puts 'Hello'
end
```
3.times do
   puts 'Hello'
 end
@@ -32,20 +32,20 @@
 
Lists
Unordered list* Item 1
  * Sub
* Item 2
  • Item 1
    • Sub
  • Item 2
Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
<%= 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" }) %>1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
Headings (more)
Heading 1# Title 1

Title 1

Heading 2## Title 2

Title 2

Heading 3### Title 3

Title 3

<%= 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

Links (more)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine links (more)
Link to a Wiki page[[Wiki page]]Wiki page
<%= 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
source:some/filesource:some/file
Inline images (more)
Image![](image_url)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>![](image_url)
![](attached_image)
Tables
- - - - - + + + + - - - + + - - - + + + - + @@ -52,7 +52,7 @@ - + diff --git a/app/views/help/wiki_syntax/markdown/ko/wiki_syntax_markdown.html.erb b/app/views/help/wiki_syntax/markdown/ko/wiki_syntax_markdown.html.erb index 2e17c1f48..a28ac5d10 100644 --- a/app/views/help/wiki_syntax/markdown/ko/wiki_syntax_markdown.html.erb +++ b/app/views/help/wiki_syntax/markdown/ko/wiki_syntax_markdown.html.erb @@ -11,12 +11,12 @@
Font Styles (詳細)
太字**太字**太字
斜体*斜体*斜体
取り消し線~~取り消し線~~取り消し線
コード`コード`コード
整形済みテキスト```
 複数行の
 コード
```
+
<%= 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: "整形済みテキスト" }) %>```
 複数行の
 コード
```
  複数行の
  コード
@@ -23,7 +23,7 @@
 
コードハイライト (詳細 | 対応言語)
コードハイライト``` ruby
3.times do
  puts 'Hello'
end
```
+
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "コードハイライト" }) %>``` ruby
3.times do
  puts 'Hello'
end
```
3.times do
   puts 'Hello'
 end
@@ -31,20 +31,20 @@
 
リスト
リスト* 項目1
  * 下位階層の項目
* 項目2
  • 項目1
    • 下位階層の項目
  • 項目2
順序付きリスト1. 項目1
   1. 下位階層の項目
2. 項目2
  1. 項目1
    1. 下位階層の項目
  2. 項目2
<%= image_tag("images/jstoolbar/bt_ul.png", { alt: "リスト" }) %>* 項目1
  * 下位階層の項目
* 項目2
  • 項目1
    • 下位階層の項目
  • 項目2
<%= image_tag("images/jstoolbar/bt_ol.png", { alt: "順序付きリスト" }) %>1. 項目1
   1. 下位階層の項目
2. 項目2
  1. 項目1
    1. 下位階層の項目
  2. 項目2
見出し (詳細)
Heading 1# タイトル1

タイトル1

Heading 2## タイトル2

タイトル2

Heading 3### タイトル3

タイトル3

<%= 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

リンク (詳細)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine内のリンク (詳細)
Wikiページへのリンク[[Wiki page]]Wiki page
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Wikiページへのリンク" }) %>[[Wiki page]]Wiki page
チケット #12チケット #12
##12Bug #12: The issue subject
リビジョン r43リビジョン r43
source:some/filesource:some/file
画像 (詳細)
Image![](画像URL)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>![](画像URL)
![](添付ファイル名)
Tables
- - - - - - + + + + + - - - + + - - - + + + - + @@ -53,7 +53,7 @@ - + diff --git a/app/views/help/wiki_syntax/markdown/nl/wiki_syntax_markdown.html.erb b/app/views/help/wiki_syntax/markdown/nl/wiki_syntax_markdown.html.erb index 96b98e700..cb391813b 100644 --- a/app/views/help/wiki_syntax/markdown/nl/wiki_syntax_markdown.html.erb +++ b/app/views/help/wiki_syntax/markdown/nl/wiki_syntax_markdown.html.erb @@ -11,12 +11,12 @@
Font Styles (more)
Strong**Strong**Strong
Italic*Italic*Italic
Underline_Underline_Underline
Deleted~~Deleted~~Deleted
Inline Code`Inline Code`Inline Code
Preformatted text```
 lines
 of code
```
+
<%= 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
<%= 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
```
  lines
  of code
@@ -24,7 +24,7 @@
 
Highlighted code (more | supported languages)
색상화한 코드``` ruby
3.times do
  puts 'Hello'
end
```
+
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "색상화한 코드" }) %>``` ruby
3.times do
  puts 'Hello'
end
```
3.times do
   puts 'Hello'
 end
@@ -32,20 +32,20 @@
 
Lists
Unordered list* Item 1
  * Sub
* Item 2
  • Item 1
    • Sub
  • Item 2
Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
<%= 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" }) %>1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
Headings (more)
Heading 1# Title 1

Title 1

Heading 2## Title 2

Title 2

Heading 3### Title 3

Title 3

<%= 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

Links (more)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine links (more)
Link to a Wiki page[[Wiki page]]Wiki page
<%= 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
source:some/filesource:some/file
Inline images (more)
Image![](image_url)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>![](image_url)
![](attached_image)
Tables
- - - - - - + + + + + - - - + + - - - + + + - + @@ -53,7 +53,7 @@ - + diff --git a/app/views/help/wiki_syntax/markdown/pt-br/wiki_syntax_markdown.html.erb b/app/views/help/wiki_syntax/markdown/pt-br/wiki_syntax_markdown.html.erb index 845a857b3..3b4e5078b 100644 --- a/app/views/help/wiki_syntax/markdown/pt-br/wiki_syntax_markdown.html.erb +++ b/app/views/help/wiki_syntax/markdown/pt-br/wiki_syntax_markdown.html.erb @@ -11,12 +11,12 @@
Font Styles (more)
Strong**Strong**Strong
Italic*Italic*Italic
Underline_Underline_Underline
Deleted~~Deleted~~Deleted
Inline Code`Inline Code`Inline Code
Preformatted text```
 lines
 of code
```
+
<%= 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
<%= 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
```
  lines
  of code
@@ -24,7 +24,7 @@
 
Highlighted code (more | supported languages)
Gemarkeerde code``` ruby
3.times do
  puts 'Hello'
end
```
+
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Gemarkeerde code" }) %>``` ruby
3.times do
  puts 'Hello'
end
```
3.times do
   puts 'Hello'
 end
@@ -32,20 +32,20 @@
 
Lists
Unordered list* Item 1
  * Sub
* Item 2
  • Item 1
    • Sub
  • Item 2
Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
<%= 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" }) %>1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
Headings (more)
Heading 1# Title 1

Title 1

Heading 2## Title 2

Title 2

Heading 3### Title 3

Title 3

<%= 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

Links (more)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine links (more)
Link to a Wiki page[[Wiki page]]Wiki page
<%= 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
source:some/filesource:some/file
Inline images (more)
Image![](image_url)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>![](image_url)
![](attached_image)
Tables
- - - - - - + + + + + - - - + + - - - + + + - + @@ -53,7 +53,7 @@ - + diff --git a/app/views/help/wiki_syntax/markdown/ta-in/wiki_syntax_markdown.html.erb b/app/views/help/wiki_syntax/markdown/ta-in/wiki_syntax_markdown.html.erb index b06e57d2f..5e508a0ae 100644 --- a/app/views/help/wiki_syntax/markdown/ta-in/wiki_syntax_markdown.html.erb +++ b/app/views/help/wiki_syntax/markdown/ta-in/wiki_syntax_markdown.html.erb @@ -11,12 +11,12 @@
Estilos de Fonte (more)
Strong**Negrito**Negrito
Italic*Itálico*Itálico
Underline_Sublinhado_Sublinhado
Deleted~~Tachado~~Tachado
Inline Code`Código Inline`Código Inline
Preformatted text```
 linhas
 de código
```
+
<%= 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_del.png", { alt: "Deleted" }) %>~~Tachado~~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
```
  linhas
  de código
@@ -24,7 +24,7 @@
 
Highlighted code (more | supported languages)
Highlighted code``` ruby
3.times do
  puts 'Hello'
end
```
+
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %>``` ruby
3.times do
  puts 'Hello'
end
```
3.times do
   puts 'Hello'
 end
@@ -32,20 +32,20 @@
 
Listas
Unordered list* Item 1
  * Sub
* Item 2
  • Item 1
    • Sub
  • Item 2
Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
<%= 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" }) %>1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
Cabeçalhos (more)
Heading 1# Título 1

Título 1

Heading 2## Título 2

Título 2

Heading 3### Título 3

Título 3

<%= 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

Links (more)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Links do Redmine (more)
Link to a Wiki page[[Página Wiki]]Página Wiki
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %>[[Página Wiki]]Página Wiki
Tarefa #12Tarefa #12
##12Bug #12: Título da tarefa
Revisão r43Revisão r43
source:algum/arquivosource:algum/arquivo
Imagens inline (more)
Image![](url_da_imagem)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>![](url_da_imagem)
![](imagem_anexada)
Tabelas
- - - - - - + + + + + - - - + + - - - + + + - + @@ -53,7 +53,7 @@ - + diff --git a/app/views/help/wiki_syntax/markdown/uk/wiki_syntax_markdown.html.erb b/app/views/help/wiki_syntax/markdown/uk/wiki_syntax_markdown.html.erb index d79d169ab..6fc2b306f 100644 --- a/app/views/help/wiki_syntax/markdown/uk/wiki_syntax_markdown.html.erb +++ b/app/views/help/wiki_syntax/markdown/uk/wiki_syntax_markdown.html.erb @@ -11,11 +11,11 @@
எழுத்துரு பாங்குகள் (மேலும்)
Strong**வலுவான**வலுவான
Italic*சாய்வு*சாய்வு
Underline_அடிக்கோடிட்டு_அடிக்கோடிட்டு
Deleted~~நீக்கப்பட்டது~~நீக்கப்பட்டது
Inline Code`இன்லைன் குறியீடு`இன்லைன் குறியீடு
Preformatted text```
 கோடுகள்
 குறியீடு
```
+
<%= 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_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 @@
 
சிறப்பம்சமாக குறியீடு (மேலும் | supported languages)
Highlighted code``` ruby
3.times do
  puts 'Hello'
end
```
+
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %>``` ruby
3.times do
  puts 'Hello'
end
```
3.times do
   puts 'Hello'
 end
@@ -32,20 +32,20 @@
 
பட்டியல்கள்
Unordered list* பொருள் 1
  * துணை
* பொருள் 2
  • பொருள் 1
    • துணை
  • பொருள் 2
Ordered list1. பொருள் 1
   1. துணை
2. பொருள் 2
  1. பொருள் 1
    1. துணை
  2. பொருள் 2
<%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Unordered list" }) %>* பொருள் 1
  * துணை
* பொருள் 2
  • பொருள் 1
    • துணை
  • பொருள் 2
<%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Ordered list" }) %>1. பொருள் 1
   1. துணை
2. பொருள் 2
  1. பொருள் 1
    1. துணை
  2. பொருள் 2
தலைப்புகள்(மேலும்)
Heading 1# தலைப்பு 1

தலைப்பு 1

Heading 2## தலைப்பு 2

தலைப்பு 2

Heading 3### தலைப்பு 3

தலைப்பு 3

<%= 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

இணைப்புகள் (மேலும்)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine இணைப்புகள் (மேலும்)
Link to a Wiki page[[Wiki page]]Wiki page
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %>[[Wiki page]]Wiki page
சிக்கல்கள் #12சிக்கல்கள் #12
##12Bug #12: The issue subject
திருத்தம் r43திருத்தம் r43
source:some/filesource:some/file
இன்லைன் படங்கள் (மேலும)
Image![](படம்_url)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>![](படம்_url)
![](இணைக்கப்பட்ட_படம்)
அட்டவணை
- - - - - + + + + - - - + + - - - + + + - + @@ -53,7 +53,7 @@ - + diff --git a/app/views/help/wiki_syntax/markdown/zh-tw/wiki_syntax_markdown.html.erb b/app/views/help/wiki_syntax/markdown/zh-tw/wiki_syntax_markdown.html.erb index cf63605a9..f0b89fe5e 100644 --- a/app/views/help/wiki_syntax/markdown/zh-tw/wiki_syntax_markdown.html.erb +++ b/app/views/help/wiki_syntax/markdown/zh-tw/wiki_syntax_markdown.html.erb @@ -11,11 +11,11 @@
Cтилі шрифтів (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: "Попередньо відформатований текст" }) %>```
 Попередньо
 відформатований
 текст
```
  Попередньо
  відформатований
@@ -24,7 +24,7 @@
 
иділений код (more | supported languages)
Виділений код``` ruby
3.times do
  puts 'Hello'
end
```
+
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Виділений код" }) %>``` ruby
3.times do
  puts 'Hello'
end
```
3.times do
   puts 'Hello'
 end
@@ -32,20 +32,20 @@
 
Списки
Ненумерованний список* Пункт
  * Підпункт
* Пункт
  • Пункт
    • Підпункт
  • Пункт
Нумерований список1. Пункт
   1. Підпункт
2. Пункт
  1. Пункт
    1. Підпункт
  2. Пункт
<%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Ненумерованний список" }) %>* Пункт
  * Підпункт
* Пункт
  • Пункт
    • Підпункт
  • Пункт
<%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Нумерований список" }) %>1. Пункт
   1. Підпункт
2. Пункт
  1. Пункт
    1. Підпункт
  2. Пункт
Заголовоки (more)
Заголовок 1# Заголовок 1

Заголовок 1

Заголовок 2## Заголовок 2

Заголовок 2

Заголовок 3### Заголовок 3

Заголовок 3

<%= 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

Лінки(посилання) (more)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine посилання (more)
Посилання на вікі сторінку[[Вікі сторінка]]Вікі сторінка
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Посилання на вікі сторінку" }) %>[[Вікі сторінка]]Вікі сторінка
Завдання #12Завдання #12
##12Bug #12: The issue subject
Revision r43Revision r43
source:some/filesource:some/file
Вбудовані(inline) зображення (more)
Image![](image_url)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>![](image_url)
![](attached_image)
Таблиці
- - - - - + + + + - - - + + - - - + + + - + @@ -52,7 +52,7 @@ - + diff --git a/app/views/help/wiki_syntax/textile/bg/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/bg/wiki_syntax_textile.html.erb index 4e8ff9550..6ce0766f3 100644 --- a/app/views/help/wiki_syntax/textile/bg/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/bg/wiki_syntax_textile.html.erb @@ -11,13 +11,13 @@
字型樣式 (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: "預先格式化的段落文字" }) %>```
 格式化
 的段落文字
```
  格式化
  的段落文字
@@ -23,7 +23,7 @@
 
反白程式碼 (more | supported languages)
反白程式碼``` ruby
3.times do
  puts 'Hello'
end
```
+
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "反白程式碼" }) %>``` ruby
3.times do
  puts 'Hello'
end
```
3.times do
   puts 'Hello'
 end
@@ -31,20 +31,20 @@
 
清單
不排序清單* 清單項目 1
  * 子清單項目
* 清單項目 2
  • 清單項目 1
    • 子清單項目
  • 清單項目 2
排序清單1. 清單項目 1
   1. 子清單項目
2. 清單項目 2
  1. 清單項目 1
    1. 子清單項目
  2. 清單項目 2
<%= image_tag("images/jstoolbar/bt_ul.png", { alt: "不排序清單" }) %>* 清單項目 1
  * 子清單項目
* 清單項目 2
  • 清單項目 1
    • 子清單項目
  • 清單項目 2
<%= image_tag("images/jstoolbar/bt_ol.png", { alt: "排序清單" }) %>1. 清單項目 1
   1. 子清單項目
2. 清單項目 2
  1. 清單項目 1
    1. 子清單項目
  2. 清單項目 2
標題 (more)
標題 1# 標題 1

標題 1

標題 2## 標題 2

標題 2

標題 3### 標題 3

標題 3

<%= 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

連結 (more)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine 連結 (more)
連結至一個 Wiki 頁面[[Wiki 頁面]]Wiki 頁面
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "連結至一個 Wiki 頁面" }) %>[[Wiki 頁面]]Wiki 頁面
議題 #12議題 #12
##12Bug #12: The issue subject
版次 r43版次 r43
source:some/filesource:some/file
內嵌圖像 (more)
圖像![](圖像_url)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "圖像" }) %>![](圖像_url)
![](附加_圖像)
表格
- - - - + + + + - - + - - - + + - - - + + + - + @@ -54,7 +54,7 @@ - + diff --git a/app/views/help/wiki_syntax/textile/ca/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/ca/wiki_syntax_textile.html.erb index 51ede9b51..c8a7fee3b 100644 --- a/app/views/help/wiki_syntax/textile/ca/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/ca/wiki_syntax_textile.html.erb @@ -11,13 +11,13 @@
Font Styles (more)
Strong*Strong*Strong
Italic_Italic_Italic
Underline+Underline+Underline
Deleted-Deleted-Deleted
<%= 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
Inline Code@Inline Code@Inline Code
Preformatted text<pre>
 lines
 of code
</pre>
+
<%= 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
@@ -25,7 +25,7 @@
 
Highlighted code (more | supported languages)
Вграден код<pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
+
<%= 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
@@ -33,20 +33,20 @@
 
Lists
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
<%= 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 (more)
Heading 1h1. Title 1

Title 1

Heading 2h2. Title 2

Title 2

Heading 3h3. Title 3

Title 3

<%= 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 (more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Redmine links (more)
Link to a Wiki page[[Wiki page]]Wiki page
<%= 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
source:some/filesource:some/file
Inline images (more)
Image!image_url!
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>!image_url!
!attached_image!
Tables
- - - - + + + + - - + - - - + + - - - + + + - + @@ -54,7 +54,7 @@ - + diff --git a/app/views/help/wiki_syntax/textile/cs/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/cs/wiki_syntax_textile.html.erb index dfe02e353..ec70b914d 100644 --- a/app/views/help/wiki_syntax/textile/cs/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/cs/wiki_syntax_textile.html.erb @@ -11,13 +11,13 @@
Estil de font (more)
Negreta*Negreta*Negreta
Cursiva_Cursiva_Cursiva
Subratllat+Subratllat+Subratllat
Eliminat-Eliminat-Eliminat
<%= 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: "Subratllat" }) %>+Subratllat+Subratllat
<%= image_tag("images/jstoolbar/bt_del.png", { alt: "Eliminat" }) %>-Eliminat-Eliminat
??Cita??Cita
Codi en línia@Codi en línia@Codi en línia
Linies de codi<pre>
 linies
 de codi
</pre>
+
<%= 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" }) %><pre>
 linies
 de codi
</pre>
  linies
  de codi
@@ -25,7 +25,7 @@
 
Highlighted code (more | supported languages)
Highlighted code<pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
+
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %><pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
3.times do
   puts 'Hello'
 end
@@ -33,20 +33,20 @@
 
Llistes
Llista desordenada* Article 1
** Sub
* Article 2
  • Article 1
    • Sub
  • Article 2
Llista ordenada# Article 1
## Sub
# Article 2
  1. Article 1
    1. Sub
  2. Article 2
<%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Llista desordenada" }) %>* Article 1
** Sub
* Article 2
  • Article 1
    • Sub
  • Article 2
<%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Llista ordenada" }) %># Article 1
## Sub
# Article 2
  1. Article 1
    1. Sub
  2. Article 2
Capçaleres (more)
Encapçament 1h1. Títol 1

Títol 1

Encapçament 2h2. Títol 2

Títol 2

Encapçament 3h3. Títol 3

Títol 3

<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Encapçament 1" }) %>h1. Títol 1

Títol 1

<%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Encapçament 2" }) %>h2. Títol 2

Títol 2

<%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Encapçament 3" }) %>h3. Títol 3

Títol 3

Links (more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Links del Redmine (more)
Link a la pagina Wiki[[Pagina Wiki]]Pagina Wiki
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link a la pagina Wiki" }) %>[[Pagina Wiki]]Pagina Wiki
Assumpte #12Assumpte #12
##12Bug #12: The issue subject
Revisió r43Revisió r43
source:some/filesource:some/file
Imatges (more)
Imatge!imatge_url!
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Imatge" }) %>!imatge_url!
!imatge_adjunta!
Taules
- - - - + + + + - - + - - - + + - - - + + + - + @@ -54,7 +54,7 @@ - + diff --git a/app/views/help/wiki_syntax/textile/de/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/de/wiki_syntax_textile.html.erb index 9ccda6bd0..54c0084d2 100644 --- a/app/views/help/wiki_syntax/textile/de/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/de/wiki_syntax_textile.html.erb @@ -11,13 +11,13 @@
Styly písma (více)
tučný*tučný*tučný
kurzíva_kurzíva_kurzíva
podtržený+podtržený+podtržený
přeškrtnutý-přeškrtnutý-přeškrtnutý
<%= 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: "přeškrtnutý" }) %>-přeškrtnutý-přeškrtnutý
??Citace??Citace
vnořený kód@vnořený kód@vnořený kód
předformátovaný text<pre>
 řádky
 kódu
</pre>
+
<%= 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" }) %><pre>
 řádky
 kódu
</pre>
  řádky
  kódu
@@ -25,7 +25,7 @@
 
Zvýrazněný kód (více | podporované jazyky)
Zvýrazněný kód<pre><code class="ruby">
3.times do
  puts 'Ahoj'
end
</code></pre>
+
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Zvýrazněný kód" }) %><pre><code class="ruby">
3.times do
  puts 'Ahoj'
end
</code></pre>
3.times do
   puts 'Ahoj'
 end
@@ -33,20 +33,20 @@
 
Seznamy
Nesetříděný seznam* Položka 1
** Pod
* Položka 2
  • Položka 1
    • Pod
  • Položka 2
Setříděný seznam# Položka 1
## Pod
# Položka 2
  1. Položka 1
    1. Pod
  2. Položka 2
<%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Nesetříděný seznam" }) %>* Položka 1
** Pod
* Položka 2
  • Položka 1
    • Pod
  • Položka 2
<%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Setříděný seznam" }) %># Položka 1
## Pod
# Položka 2
  1. Položka 1
    1. Pod
  2. Položka 2
Nadpisy (more)
Nadpis 1h1. Nadpis 1

Nadpis 1

Nadpis 2h2. Nadpis 2

Nadpis 2

Nadpis 3h3. Nadpis 3

Nadpis 3

<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Nadpis 1" }) %>h1. Nadpis 1

Nadpis 1

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

Nadpis 2

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

Nadpis 3

Odkazy (více)
http://foo.barhttp://foo.bar
"Odkaz":http://foo.barOdkaz
Redmine odkazy (více)
Odkaz na Wiki stránku[[Wiki stránka]]Wiki stránka
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Odkaz na Wiki stránku" }) %>[[Wiki stránka]]Wiki stránka
Úkol #12Úkol #12
##12Úkol #12: Předmět úkolu
Revize r43Revize r43
source:some/filesource:some/file
Vnořené obrázky (více)
Obrázek!url_obrázku!
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Obrázek" }) %>!url_obrázku!
!vnořený_obrázek!
Tabulky
- - - - + + + + - - + - - - + + - - - + + + - + @@ -54,7 +54,7 @@ - + diff --git a/app/views/help/wiki_syntax/textile/en/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/en/wiki_syntax_textile.html.erb index 28fb3e512..f113cec38 100644 --- a/app/views/help/wiki_syntax/textile/en/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/en/wiki_syntax_textile.html.erb @@ -11,13 +11,13 @@
Schriftarten (mehr)
Fett*Fett*Fett
Kursiv_Kursiv_Kursiv
Unterstrichen+Unterstrichen+Unterstrichen
Durchgestrichen-Durchgestrichen-Durchgestrichen
<%= 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-Durchgestrichen
??Zitat??Zitat
Inline-Code@Inline-Code@Inline-Code
Vorformatierter Text<pre>
 vorformatierte
 Codezeilen
</pre>
+
<%= image_tag("images/jstoolbar/bt_code.png", { alt: "Inline-Code" }) %>@Inline-Code@Inline-Code
<%= image_tag("images/jstoolbar/bt_pre.png", { alt: "Vorformatierter Text" }) %><pre>
 vorformatierte
 Codezeilen
</pre>
  vorformartierte
  Codezeilen
@@ -25,7 +25,7 @@
 
Hervorgehobener Programmcode (mehr | Unterstützte Sprachen)
Hervorgehobener Programmcode<pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
+
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Hervorgehobener Programmcode" }) %><pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
3.times do
   puts 'Hello'
 end
@@ -33,20 +33,20 @@
 
Listen
Unsortierte Liste* Element 1
** Sub
* Element 2
  • Element 1
    • Sub
  • Element 2
Sortierte Liste# Element 1
## Sub
# Element 2
  1. Element 1
    1. Sub
  2. Element 2
<%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Unsortierte Liste" }) %>* Element 1
** Sub
* Element 2
  • Element 1
    • Sub
  • Element 2
<%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Sortierte Liste" }) %># Element 1
## Sub
# Element 2
  1. Element 1
    1. Sub
  2. Element 2
Überschriften (mehr)
Überschrift 1h1. Überschrift 1

Überschrift 1

Überschrift 2h2. Überschrift 2

Überschrift 2

Überschrift 3h3. Überschrift 3

Überschrift 3

<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Überschrift 1" }) %>h1. Überschrift 1

Überschrift 1

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

Überschrift 2

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

Überschrift 3

Links (mehr)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Redmine Links (mehr)
Link zu einer Wiki Seite[[Wiki Seite]]Wiki Seite
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link zu einer Wiki Seite" }) %>[[Wiki Seite]]Wiki Seite
Ticket #12Ticket #12
##12Bug #12: Titel der Aufgabe
Revision r43Revision r43
source:some/filesource:some/file
eingebettete Bilder (mehr)
Bild!URL_zu_dem_Bild!
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Bild" }) %>!URL_zu_dem_Bild!
!angehängtes_Bild!
Tabellen
- - - - + + + + - - + - - - + + - - - + + + - + @@ -54,7 +54,7 @@ - + diff --git a/app/views/help/wiki_syntax/textile/es-pa/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/es-pa/wiki_syntax_textile.html.erb index 9fa4e9c32..7d652fe45 100644 --- a/app/views/help/wiki_syntax/textile/es-pa/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/es-pa/wiki_syntax_textile.html.erb @@ -11,13 +11,13 @@
Font Styles (more)
Strong*Strong*Strong
Italic_Italic_Italic
Underline+Underline+Underline
Deleted-Deleted-Deleted
<%= 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
Inline Code@Inline Code@Inline Code
Preformatted text<pre>
 lines
 of code
</pre>
+
<%= 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
@@ -25,7 +25,7 @@
 
Highlighted code (more | supported languages)
Highlighted code<pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
+
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %><pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
3.times do
   puts 'Hello'
 end
@@ -33,20 +33,20 @@
 
Lists
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
<%= 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 (more)
Heading 1h1. Title 1

Title 1

Heading 2h2. Title 2

Title 2

Heading 3h3. Title 3

Title 3

<%= 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 (more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Redmine links (more)
Link to a Wiki page[[Wiki page]]Wiki page
<%= 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
source:some/filesource:some/file
Inline images (more)
Image!image_url!
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>!image_url!
!attached_image!
Tables
- - - - + + + + - - + - - - + + - - - + + + - - + + @@ -55,7 +55,7 @@ - + diff --git a/app/views/help/wiki_syntax/textile/es/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/es/wiki_syntax_textile.html.erb index 9fa4e9c32..7d652fe45 100644 --- a/app/views/help/wiki_syntax/textile/es/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/es/wiki_syntax_textile.html.erb @@ -11,13 +11,13 @@
Estilo de fuentes (more)
Negrita*Negrita*Negrita
Cursiva_Cursiva_Cursiva
Subrayado+Subrayado+Subrayado
Tachado-Tachado-Tachado
<%= image_tag("images/jstoolbar/bt_strong.png", { alt: "Negrita" />*Negrita*Negrita
<%= image_tag("images/jstoolbar/bt_em.png", { alt: "Cursiva" }) %>_Cursiva_Cursiva
<%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Subrayado" }) %>+Subrayado+Subrayado
<%= image_tag("images/jstoolbar/bt_del.png", { alt: "Tachado" }) %>-Tachado-Tachado
??Cita??Cita
Código en linea@Código en linea@Código en linea
Có preformateado<pre>
 Líneas
 de có
</pre>
+
<%= image_tag("images/jstoolbar/bt_code.png", { alt: "Código en linea" }) %>@Código en linea@Código en linea
<%= image_tag("images/jstoolbar/bt_pre.png", { alt: "Có preformateado" }) %><pre>
 Líneas
 de có
</pre>
  líneas
  de código
@@ -25,7 +25,7 @@
 
Highlighted code (more | supported languages)
Código resaltado<pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
+
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Código resaltado" }) %><pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
3.times do
   puts 'Hello'
 end
@@ -33,21 +33,21 @@
 
Listas
Lista no ordenada* artículo 1
** Sub
* artículo 2
  • artículo 1
    • Sub
  • artículo
Lista ordenada# artículo 1
## Sub
# artículo 2
  1. artículo 1
    1. Sub
  2. artículo 2
<%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Lista no ordenada" }) %>* artículo 1
** Sub
* artículo 2
  • artículo 1
    • Sub
  • artículo
<%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Lista ordenada" }) %># artículo 1
## Sub
# artículo 2
  1. artículo 1
    1. Sub
  2. artículo 2
Cabeceras (more)
Cabecera 1h1. Título 1

Título 1

Cabecera 2h2. Título 2

Título 2

Cabecera 3h3. Título 3

Título 3

<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Cabecera 1" }) %>h1. Título 1

Título 1

<%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Cabecera 2" }) %>h2. Título 2

Título 2

<%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Cabecera 3" }) %>h3. Título 3

Título 3

Enlaces (more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Enlaces de Redmine (more)
Enlace a una página de la Wiki[[pagina Wiki]]Pagina Wiki
Enlace a una página de la Wiki con nombre descripciptivo[[pagina Wiki|Nombre descriptivo]]Nombre descriptivo
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Enlace a una página de la Wiki" }) %>[[pagina Wiki]]Pagina Wiki
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Enlace a una página de la Wiki con nombre descripciptivo" }) %>[[pagina Wiki|Nombre descriptivo]]Nombre descriptivo
Petición #12Petición #12
##12Bug #12: The issue subject
Revisión r43Revisión r43
source:some/filesource:some/file
Imágenes en línea (more)
Imagen!imagen_url!
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Imagen" }) %>!imagen_url!
!imagen_adjunta!
Tables
- - - - + + + + - - + - - - + + - - - + + + - - + + @@ -55,7 +55,7 @@ - + diff --git a/app/views/help/wiki_syntax/textile/fr/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/fr/wiki_syntax_textile.html.erb index cf6ca6e86..7ac032954 100644 --- a/app/views/help/wiki_syntax/textile/fr/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/fr/wiki_syntax_textile.html.erb @@ -11,13 +11,13 @@
Estilo de fuentes (more)
Negrita*Negrita*Negrita
Cursiva_Cursiva_Cursiva
Subrayado+Subrayado+Subrayado
Tachado-Tachado-Tachado
<%= image_tag("images/jstoolbar/bt_strong.png", { alt: "Negrita" />*Negrita*Negrita
<%= image_tag("images/jstoolbar/bt_em.png", { alt: "Cursiva" }) %>_Cursiva_Cursiva
<%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Subrayado" }) %>+Subrayado+Subrayado
<%= image_tag("images/jstoolbar/bt_del.png", { alt: "Tachado" }) %>-Tachado-Tachado
??Cita??Cita
Código en linea@Código en linea@Código en linea
Có preformateado<pre>
 Líneas
 de có
</pre>
+
<%= image_tag("images/jstoolbar/bt_code.png", { alt: "Código en linea" }) %>@Código en linea@Código en linea
<%= image_tag("images/jstoolbar/bt_pre.png", { alt: "Có preformateado" }) %><pre>
 Líneas
 de có
</pre>
  líneas
  de código
@@ -25,7 +25,7 @@
 
Highlighted code (more | supported languages)
Código resaltado<pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
+
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Código resaltado" }) %><pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
3.times do
   puts 'Hello'
 end
@@ -33,21 +33,21 @@
 
Listas
Lista no ordenada* artículo 1
** Sub
* artículo 2
  • artículo 1
    • Sub
  • artículo
Lista ordenada# artículo 1
## Sub
# artículo 2
  1. artículo 1
    1. Sub
  2. artículo 2
<%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Lista no ordenada" }) %>* artículo 1
** Sub
* artículo 2
  • artículo 1
    • Sub
  • artículo
<%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Lista ordenada" }) %># artículo 1
## Sub
# artículo 2
  1. artículo 1
    1. Sub
  2. artículo 2
Cabeceras (more)
Cabecera 1h1. Título 1

Título 1

Cabecera 2h2. Título 2

Título 2

Cabecera 3h3. Título 3

Título 3

<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Cabecera 1" }) %>h1. Título 1

Título 1

<%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Cabecera 2" }) %>h2. Título 2

Título 2

<%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Cabecera 3" }) %>h3. Título 3

Título 3

Enlaces (more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Enlaces de Redmine (more)
Enlace a una página de la Wiki[[pagina Wiki]]Pagina Wiki
Enlace a una página de la Wiki con nombre descripciptivo[[pagina Wiki|Nombre descriptivo]]Nombre descriptivo
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Enlace a una página de la Wiki" }) %>[[pagina Wiki]]Pagina Wiki
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Enlace a una página de la Wiki con nombre descripciptivo" }) %>[[pagina Wiki|Nombre descriptivo]]Nombre descriptivo
Petición #12Petición #12
##12Bug #12: The issue subject
Revisión r43Revisión r43
source:some/filesource:some/file
Imágenes en línea (more)
Imagen!imagen_url!
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Imagen" }) %>!imagen_url!
!imagen_adjunta!
Tables
- - - - + + + + - - + - - - + + - - - + + + - + @@ -54,7 +54,7 @@ - + diff --git a/app/views/help/wiki_syntax/textile/gl/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/gl/wiki_syntax_textile.html.erb index b582592f3..aa3d99d2f 100644 --- a/app/views/help/wiki_syntax/textile/gl/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/gl/wiki_syntax_textile.html.erb @@ -11,13 +11,13 @@
Font Styles (more)
Strong*Gras*Gras
Italic_Italique_Italique
Underline+Sous-ligné+Sous-ligné
Deleted-Barré-Barré
<%= 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
Inline Code@Code en ligne@Code en ligne
Preformatted text<pre>
 lignes
 de code
</pre>
+
<%= 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
@@ -25,7 +25,7 @@
 
Code colorisé (more | supported languages)
Code colorisé<pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
+
<%= 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
@@ -33,20 +33,20 @@
 
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
<%= 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 (more)
Heading 1h1. Titre 1

Titre 1

Heading 2h2. Titre 2

Titre 2

Heading 3h3. Titre 3

Titre 3

<%= 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 (more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Liens Redmine (more)
Link to a Wiki page[[Wiki page]]Wiki page
<%= 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
source:some/filesource:some/file
Images en ligne (more)
Image!url_de_l_image!
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>!url_de_l_image!
!image_en_pièce_jointe!
Tables
- - - - + + + + - - + - - - + + - - - + + + - + @@ -54,7 +54,7 @@ - + diff --git a/app/views/help/wiki_syntax/textile/ja/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/ja/wiki_syntax_textile.html.erb index 5f75c889e..bc57db97a 100644 --- a/app/views/help/wiki_syntax/textile/ja/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/ja/wiki_syntax_textile.html.erb @@ -11,13 +11,13 @@
Font Styles (more)
Strong*Strong*Strong
Italic_Italic_Italic
Underline+Underline+Underline
Deleted-Deleted-Deleted
<%= 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
Inline Code@Inline Code@Inline Code
Preformatted text<pre>
 lines
 of code
</pre>
+
<%= 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
@@ -25,7 +25,7 @@
 
Highlighted code (more | supported languages)
Código resaltado<pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
+
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Código resaltado" }) %><pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
3.times do
   puts 'Hello'
 end
@@ -33,20 +33,20 @@
 
Lists
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
<%= 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 (more)
Heading 1h1. Title 1

Title 1

Heading 2h2. Title 2

Title 2

Heading 3h3. Title 3

Title 3

<%= 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 (more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Redmine links (more)
Link to a Wiki page[[Wiki page]]Wiki page
<%= 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
source:some/filesource:some/file
Inline images (more)
Image!image_url!
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>!image_url!
!attached_image!
Tables
- - - - + + + + - - + - - - + + - - - + + + - + @@ -54,7 +54,7 @@ - + diff --git a/app/views/help/wiki_syntax/textile/ko/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/ko/wiki_syntax_textile.html.erb index a3392647f..b4155d5f0 100644 --- a/app/views/help/wiki_syntax/textile/ko/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/ko/wiki_syntax_textile.html.erb @@ -11,13 +11,13 @@
フォントスタイル (詳細)
太字*太字*太字
斜体_斜体_斜体
下線+下線+下線
取り消し線-取り消し線-取り消し線
<%= image_tag("images/jstoolbar/bt_strong.png", { alt: "太字" />*太字*太字
<%= image_tag("images/jstoolbar/bt_em.png", { alt: "斜体" }) %>_斜体_斜体
<%= image_tag("images/jstoolbar/bt_ins.png", { alt: "下線" }) %>+下線+下線
<%= image_tag("images/jstoolbar/bt_del.png", { alt: "取り消し線" }) %>-取り消し線-取り消し線
??引用??引用
コード@コード@コード
整形済みテキスト<pre>
 複数行の
 コード
</pre>
+
<%= image_tag("images/jstoolbar/bt_code.png", { alt: "コード" }) %>@コード@コード
<%= image_tag("images/jstoolbar/bt_pre.png", { alt: "整形済みテキスト" }) %><pre>
 複数行の
 コード
</pre>
 複数行の
 コード
@@ -25,7 +25,7 @@
 
コードハイライト (詳細 | 対応言語)
コードハイライト<pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
+
<%= 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
@@ -33,20 +33,20 @@
 
リスト
リスト* 項目1
** 下位階層の項目
* 項目2
  • 項目1
    • 下位階層の項目
  • 項目2
順序付きリスト# 項目1
## 下位階層の項目
# 項目2
  1. 項目1
    1. 下位階層の項目
  2. 項目2
<%= image_tag("images/jstoolbar/bt_ul.png", { alt: "リスト" }) %>* 項目1
** 下位階層の項目
* 項目2
  • 項目1
    • 下位階層の項目
  • 項目2
<%= image_tag("images/jstoolbar/bt_ol.png", { alt: "順序付きリスト" }) %># 項目1
## 下位階層の項目
# 項目2
  1. 項目1
    1. 下位階層の項目
  2. 項目2
見出し (詳細)
見出し1h1. タイトル1

タイトル1

見出し2h2. タイトル2

タイトル2

見出し3h3. タイトル3

タイトル3

<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "見出し1" }) %>h1. タイトル1

タイトル1

<%= image_tag("images/jstoolbar/bt_h2.png", { alt: "見出し2" }) %>h2. タイトル2

タイトル2

<%= image_tag("images/jstoolbar/bt_h3.png", { alt: "見出し3" }) %>h3. タイトル3

タイトル3

リンク (詳細)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Redmine内のリンク (詳細)
Wikiページへのリンク[[Wiki page]]Wiki page
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Wikiページへのリンク" }) %>[[Wiki page]]Wiki page
チケット #12チケット #12
##12Bug #12: The issue subject
リビジョン r43リビジョン r43
source:some/filesource:some/file
画像 (詳細)
Image!画像URL!
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>!画像URL!
!添付ファイル名!
Tables
- - - - + + + + - - + - - - + + - - - + + + - + @@ -54,7 +54,7 @@ - + diff --git a/app/views/help/wiki_syntax/textile/lt/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/lt/wiki_syntax_textile.html.erb index 28fb3e512..f113cec38 100644 --- a/app/views/help/wiki_syntax/textile/lt/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/lt/wiki_syntax_textile.html.erb @@ -11,13 +11,13 @@
Font Styles (more)
Strong*Strong*Strong
Italic_Italic_Italic
Underline+Underline+Underline
Deleted-Deleted-Deleted
<%= 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
Inline Code@Inline Code@Inline Code
Preformatted text<pre>
 lines
 of code
</pre>
+
<%= 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
@@ -25,7 +25,7 @@
 
Highlighted code (more | supported languages)
색상화한 코드<pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
+
<%= 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
@@ -33,20 +33,20 @@
 
Lists
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
<%= 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 (more)
Heading 1h1. Title 1

Title 1

Heading 2h2. Title 2

Title 2

Heading 3h3. Title 3

Title 3

<%= 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 (more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Redmine links (more)
Link to a Wiki page[[Wiki page]]Wiki page
<%= 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
source:some/filesource:some/file
Inline images (more)
Image!image_url!
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>!image_url!
!attached_image!
Tables
- - - - + + + + - - + - - - + + - - - + + + - + @@ -54,7 +54,7 @@ - + diff --git a/app/views/help/wiki_syntax/textile/nl/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/nl/wiki_syntax_textile.html.erb index fc4c708be..08141add8 100644 --- a/app/views/help/wiki_syntax/textile/nl/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/nl/wiki_syntax_textile.html.erb @@ -11,13 +11,13 @@
Font Styles (more)
Strong*Strong*Strong
Italic_Italic_Italic
Underline+Underline+Underline
Deleted-Deleted-Deleted
<%= 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
Inline Code@Inline Code@Inline Code
Preformatted text<pre>
 lines
 of code
</pre>
+
<%= 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
@@ -25,7 +25,7 @@
 
Highlighted code (more | supported languages)
Highlighted code<pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
+
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %><pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
3.times do
   puts 'Hello'
 end
@@ -33,20 +33,20 @@
 
Lists
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
<%= 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 (more)
Heading 1h1. Title 1

Title 1

Heading 2h2. Title 2

Title 2

Heading 3h3. Title 3

Title 3

<%= 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 (more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Redmine links (more)
Link to a Wiki page[[Wiki page]]Wiki page
<%= 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
source:some/filesource:some/file
Inline images (more)
Image!image_url!
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>!image_url!
!attached_image!
Tables
- - - - + + + + - - + - - - + + - - - + + + - + @@ -54,7 +54,7 @@ - + diff --git a/app/views/help/wiki_syntax/textile/pt-br/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/pt-br/wiki_syntax_textile.html.erb index 2d76630c1..b0e9af667 100644 --- a/app/views/help/wiki_syntax/textile/pt-br/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/pt-br/wiki_syntax_textile.html.erb @@ -11,13 +11,13 @@
Font Styles (more)
Strong*Strong*Strong
Italic_Italic_Italic
Underline+Underline+Underline
Deleted-Deleted-Deleted
<%= 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
Inline Code@Inline Code@Inline Code
Preformatted text<pre>
 lines
 of code
</pre>
+
<%= 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
@@ -25,7 +25,7 @@
 
Highlighted code (more | supported languages)
Gemarkeerde code<pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
+
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Gemarkeerde code" }) %><pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
3.times do
   puts 'Hello'
 end
@@ -33,20 +33,20 @@
 
Lists
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
<%= 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 (more)
Heading 1h1. Title 1

Title 1

Heading 2h2. Title 2

Title 2

Heading 3h3. Title 3

Title 3

<%= 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 (more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Redmine links (more)
Link to a Wiki page[[Wiki page]]Wiki page
<%= 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
source:some/filesource:some/file
Inline images (more)
Image!image_url!
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>!image_url!
!attached_image!
Tables
- - - - + + + + - - + - - - + + - - - + + + - + @@ -54,7 +54,7 @@ - + diff --git a/app/views/help/wiki_syntax/textile/ru/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/ru/wiki_syntax_textile.html.erb index d12017da6..a17e32931 100644 --- a/app/views/help/wiki_syntax/textile/ru/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/ru/wiki_syntax_textile.html.erb @@ -14,24 +14,24 @@ - + - + - + - + - + - + - - - + + - + - + - + @@ -104,7 +104,7 @@ - + @@ -133,7 +133,7 @@ - + diff --git a/app/views/help/wiki_syntax/textile/ta-in/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/ta-in/wiki_syntax_textile.html.erb index c842d6f6e..6a83667a3 100644 --- a/app/views/help/wiki_syntax/textile/ta-in/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/ta-in/wiki_syntax_textile.html.erb @@ -11,13 +11,13 @@
Estilos de Fonte (more)
Strong*Negrito*Negrito
Italic_Itálico_Itálico
Underline+Sublinhado+Sublinhado
Deleted-Tachado-Tachado
<%= 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_del.png", { alt: "Deleted" }) %>-Tachado-Tachado
??Citação??Citação
Inline Code@Código Inline@Código Inline
Preformatted text<pre>
 linhas
 de código
</pre>
+
<%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %>@Código Inline@Código Inline
<%= image_tag("jstoolbar/bt_pre.png", { alt: "Preformatted text" }) %><pre>
 linhas
 de código
</pre>
  linhas
  de código
@@ -25,7 +25,7 @@
 
Highlighted code (more | supported languages)
Highlighted code<pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
+
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %><pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
3.times do
   puts 'Hello'
 end
@@ -33,20 +33,20 @@
 
Listas
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
<%= 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
Cabeçalhos (more)
Heading 1h1. Título 1

Título 1

Heading 2h2. Título 2

Título 2

Heading 3h3. Título 3

Título 3

<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %>h1. Título 1

Título 1

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

Título 2

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

Título 3

Links (more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Links do Redmine (more)
Link to a Wiki page[[Página Wiki]]Página Wiki
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %>[[Página Wiki]]Página Wiki
Tarefa #12Tarefa #12
##12Bug #12: Título da tarefa
Revisão r43Revisão r43
source:algum/arquivosource:algum/arquivo
Imagens inline (more)
Image!url_da_imagem!
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>!url_da_imagem!
!imagem_anexada!
Tabelas
Стили Шрифтов (more)
Выделенный<%= image_tag("images/jstoolbar/bt_strong.png", { alt: "Выделенный" }) %> *Выделенный* Выделенный
Наклонный<%= image_tag("images/jstoolbar/bt_em.png", { alt: "Наклонный" }) %> _Наклонный_ Наклонный
Подчёркнутый<%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Подчёркнутый" }) %> +Подчёркнутый+ Подчёркнутый
Зачёркнутый<%= image_tag("images/jstoolbar/bt_del.png", { alt: "Зачёркнутый" }) %> -Зачёркнутый- Зачёркнутый @@ -43,12 +43,12 @@ Цитата
Вставка Кода<%= image_tag("images/jstoolbar/bt_code.png", { alt: "Вставка Кода" }) %> @Вставка Кода@ Вставка Кода
Отформатированный текст<%= image_tag("images/jstoolbar/bt_pre.png", { alt: "Отформатированный текст" }) %> <pre>
 строки
 кода
</pre>
@@ -59,7 +59,7 @@
     
Highlighted code (more | supported languages)
Highlighted code<pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
+
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %><pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
3.times do
   puts 'Hello'
 end
@@ -67,23 +67,23 @@
 
Списки
Несортированный список* Элемент 1
** Подэлемент
* Элемент 2
  • Элемент 1
    • Подэлемент
  • Элемент 2
Сортированный список# Элемент 1
## Подэлемент
# Элемент 2
  1. Элемент 1
    1. Подэлемент
  2. Элемент 2
<%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Несортированный список" }) %>* Элемент 1
** Подэлемент
* Элемент 2
  • Элемент 1
    • Подэлемент
  • Элемент 2
<%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Сортированный список" }) %># Элемент 1
## Подэлемент
# Элемент 2
  1. Элемент 1
    1. Подэлемент
  2. Элемент 2
Заголовки (more)
Заголовок 1<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Заголовок 1" }) %> h1. Название 1

Название 1

Заголовок 2<%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Заголовок 2" }) %> h2. Название 2

Название 2

Заголовок 3<%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Заголовок 3" }) %> h3. Название 3

Название 3

Ссылки Redmine (more)
Ссылка на Wiki страницу<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Ссылка на Wiki страницу" }) %> [[Wiki страница]] Wiki страница
Вставка изображений (more)
Изображение<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Изображение" }) %> !url_картинки!
- - - - + + + + - - + - - - + + - - - + + + - + @@ -54,7 +54,7 @@ - + diff --git a/app/views/help/wiki_syntax/textile/uk/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/uk/wiki_syntax_textile.html.erb index 7c3694d2a..1181ccdfb 100644 --- a/app/views/help/wiki_syntax/textile/uk/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/uk/wiki_syntax_textile.html.erb @@ -11,13 +11,13 @@
எழுத்துரு பாங்குகள் (மேலும்)
Strong*வலுவான*வலுவான
Italic_சாய்வு_சாய்வு
Underline+அடிக்கோடிட்டு+அடிக்கோடிட்டு
Deleted-நீக்கப்பட்டது-நீக்கப்பட்டது
<%= 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_del.png", { alt: "Deleted" }) %>-நீக்கப்பட்டது-நீக்கப்பட்டது
??மேற்கோள்??மேற்கோள்
Inline Code@இன்லைன் குறியீடு@இன்லைன் குறியீடு
Preformatted text<pre>
 கோடுகள்
 குறியீடு
</pre>
+
<%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %>@இன்லைன் குறியீடு@இன்லைன் குறியீடு
<%= image_tag("jstoolbar/bt_pre.png", { alt: "Preformatted text" }) %><pre>
 கோடுகள்
 குறியீடு
</pre>
  கோடுகள்
  குறியீடு
@@ -25,7 +25,7 @@
 
சிறப்பம்சமாக குறியீடு (மேலும்) | supported languages)
Highlighted code<pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
+
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %><pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
3.times do
   puts 'Hello'
 end
@@ -33,20 +33,20 @@
 
பட்டியல்கள்
Unordered list* பொருள் 1
** துணை
* பொருள் 2
  • பொருள் 1
    • துணை
  • பொருள் 2
Ordered list# பொருள் 1
## துணை
# பொருள் 2
  1. பொருள் 1
    1. துணை
  2. பொருள் 2
<%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Unordered list" }) %>* பொருள் 1
** துணை
* பொருள் 2
  • பொருள் 1
    • துணை
  • பொருள் 2
<%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Ordered list" }) %># பொருள் 1
## துணை
# பொருள் 2
  1. பொருள் 1
    1. துணை
  2. பொருள் 2
தலைப்புகள் (மேலும்)
Heading 1h1. தலைப்பு 1

தலைப்பு 1

Heading 2h2. தலைப்பு 2

தலைப்பு 2

Heading 3h3. தலைப்பு 3

தலைப்பு 3

<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %>h1. தலைப்பு 1

தலைப்பு 1

<%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Heading 2" }) %>h2. தலைப்பு 2

தலைப்பு 2

<%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Heading 3" }) %>h3. தலைப்பு 3

தலைப்பு 3

இணைப்புகள் (மேலும்)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Redmine இணைப்புகள் (மேலும்)
Link to a Wiki page[[Wiki page]]Wiki page
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %>[[Wiki page]]Wiki page
சிக்கல்கள் #12சிக்கல்கள் #12
##12Bug #12: The issue subject
திருத்தம் r43திருத்தம் r43
source:some/filesource:some/file
இன்லைன் படங்கள் (மேலும்)
Image!படம்_url!
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>!படம்_url!
!இணைக்கப்பட்ட_படம்!
அட்டவணை
- - - - + + + + - - + - - - + + - - - + + + - + @@ -55,7 +55,7 @@ - + diff --git a/app/views/help/wiki_syntax/textile/zh-tw/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/zh-tw/wiki_syntax_textile.html.erb index b95ad9150..85efd5ba3 100644 --- a/app/views/help/wiki_syntax/textile/zh-tw/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/zh-tw/wiki_syntax_textile.html.erb @@ -11,13 +11,13 @@
Cтилі шрифтів (more)
Жирний*Жирний*Жирний
Курсив_Курсив_Курсив
Підкреслений+Підкреслений+Підкреслений
Закреслений-Закреслений-Закреслений
<%= image_tag("images/jstoolbar/bt_strong.png", { alt: "Жирний" />*Жирний*Жирний
<%= image_tag("images/jstoolbar/bt_em.png", { alt: "Курсив" }) %>_Курсив_Курсив
<%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Підкреслений" }) %>+Підкреслений+Підкреслений
<%= image_tag("images/jstoolbar/bt_del.png", { alt: "Закреслений" }) %>-Закреслений-Закреслений
??Цитування??Цитування
Інлайн код@Інлайн код@Інлайн код
Попередньо відформатований текст<pre>
 Попередньо
 відформатований
 текст
</pre>
+
<%= image_tag("images/jstoolbar/bt_code.png", { alt: "Інлайн код" }) %>@Інлайн код@Інлайн код
<%= image_tag("images/jstoolbar/bt_pre.png", { alt: "Попередньо відформатований текст" }) %><pre>
 Попередньо
 відформатований
 текст
</pre>
  Попередньо
  відформатований
@@ -26,7 +26,7 @@
 
иділений код (more | supported languages)
Виділений код<pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
+
<%= 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
@@ -34,20 +34,20 @@
 
Списки
Ненумерованний список* Пункт
** Підпункт
* Пункт
  • Пункт
    • Підпункт
  • Пункт
Нумерований список# Пункт
## Підпункт
# Пункт
  1. Пункт
    1. Підпункт
  2. Пункт
<%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Ненумерованний список" }) %>* Пункт
** Підпункт
* Пункт
  • Пункт
    • Підпункт
  • Пункт
<%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Нумерований список" }) %># Пункт
## Підпункт
# Пункт
  1. Пункт
    1. Підпункт
  2. Пункт
Заголовоки (more)
Заголовок 1h1. Заголовок 1

Заголовок 1

Заголовок 2h2. Заголовок 2

Заголовок 2

Заголовок 3h3. Заголовок 3

Заголовок 3

<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Заголовок 1" }) %>h1. Заголовок 1

Заголовок 1

<%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Заголовок 2" }) %>h2. Заголовок 2

Заголовок 2

<%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Заголовок 3" }) %>h3. Заголовок 3

Заголовок 3

Лінки(посилання) (more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Redmine посилання (more)
Посилання на вікі сторінку[[Вікі сторінка]]Вікі сторінка
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Посилання на вікі сторінку" }) %>[[Вікі сторінка]]Вікі сторінка
Завдання #12Завдання #12
##12Bug #12: The issue subject
Revision r43Revision r43
source:some/filesource:some/file
Вбудоване(inline) зображення (more)
Зображення!image_url!
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Зображення" }) %>!image_url!
!attached_image!
Таблиці
- - - - + + + + - - + - - - + + - - - + + + - + @@ -54,7 +54,7 @@ - + diff --git a/app/views/help/wiki_syntax/textile/zh/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/zh/wiki_syntax_textile.html.erb index 5774177a9..c67964afd 100644 --- a/app/views/help/wiki_syntax/textile/zh/wiki_syntax_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/zh/wiki_syntax_textile.html.erb @@ -11,13 +11,13 @@
字型樣式 (more)
強調粗體*強調粗體*強調粗體
斜體_斜體_斜體
底線+底線+底線
刪除線-刪除線-刪除線
<%= image_tag("images/jstoolbar/bt_strong.png", { alt: "強調粗體" }) %>*強調粗體*強調粗體
<%= image_tag("images/jstoolbar/bt_em.png", { alt: "斜體" }) %>_斜體_斜體
<%= image_tag("images/jstoolbar/bt_ins.png", { alt: "底線" }) %>+底線+底線
<%= image_tag("images/jstoolbar/bt_del.png", { alt: "刪除線" }) %>-刪除線-刪除線
??引文??引文
內嵌程式碼@內嵌程式碼@內嵌程式碼 (inline code)
預先格式化的段落文字<pre>
 格式化
 的段落文字
</pre>
+
<%= image_tag("images/jstoolbar/bt_code.png", { alt: "內嵌程式碼" }) %>@內嵌程式碼@內嵌程式碼 (inline code)
<%= image_tag("images/jstoolbar/bt_pre.png", { alt: "預先格式化的段落文字" }) %><pre>
 格式化
 的段落文字
</pre>
  格式化
  的段落文字
@@ -25,7 +25,7 @@
 
反白程式碼 (more | supported languages)
反白程式碼<pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
+
<%= 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
@@ -33,20 +33,20 @@
 
清單
不排序清單* 清單項目 1
** 子清單項目
* 清單項目 2
  • 清單項目 1
    • 子清單項目
  • 清單項目 2
排序清單# 清單項目 1
## Sub
# 清單項目 2
  1. 清單項目 1
    1. Sub
  2. 清單項目 2
<%= image_tag("images/jstoolbar/bt_ul.png", { alt: "不排序清單" }) %>* 清單項目 1
** 子清單項目
* 清單項目 2
  • 清單項目 1
    • 子清單項目
  • 清單項目 2
<%= image_tag("images/jstoolbar/bt_ol.png", { alt: "排序清單" }) %># 清單項目 1
## Sub
# 清單項目 2
  1. 清單項目 1
    1. Sub
  2. 清單項目 2
標題 (more)
標題 1h1. 標題 1

標題 1

標題 2h2. 標題 2

標題 2

標題 3h3. 標題 3

標題 3

<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "標題 1" }) %>h1. 標題 1

標題 1

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

標題 2

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

標題 3

連結 (more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Redmine 連結 (more)
連結至一個 Wiki 頁面[[Wiki 頁面]]Wiki 頁面
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "連結至一個 Wiki 頁面" }) %>[[Wiki 頁面]]Wiki 頁面
議題 #12議題 #12
##12Bug #12: The issue subject
版次 r43版次 r43
source:some/filesource:some/file
內嵌圖像 (more)
圖像!圖像_url!
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "圖像" }) %>!圖像_url!
!附加_圖像!
表格
- - - - + + + + - - + - - - + + - - - + + + - + @@ -54,7 +54,7 @@ - + -- 2.39.3 (Apple Git-145)
字体风格 (more)
粗体*粗体*粗体
斜体_Italic_斜体
下划线+下划线+下划线
删除线-删除线-删除线
<%= image_tag("images/jstoolbar/bt_strong.png", { alt: "粗体" />*粗体*粗体
<%= image_tag("images/jstoolbar/bt_em.png", { alt: "斜体" }) %>_Italic_斜体
<%= image_tag("images/jstoolbar/bt_ins.png", { alt: "下划线" }) %>+下划线+下划线
<%= image_tag("images/jstoolbar/bt_del.png", { alt: "删除线" }) %>-删除线-删除线
??引用??引用
内嵌程序代码@内嵌程序代码@内嵌程序代码
预先格式化的段落<pre>
 格式化
 的段落
</pre>
+
<%= image_tag("images/jstoolbar/bt_code.png", { alt: "内嵌程序代码" }) %>@内嵌程序代码@内嵌程序代码
<%= image_tag("images/jstoolbar/bt_pre.png", { alt: "预先格式化的段落" }) %><pre>
 格式化
 的段落
</pre>
  格式化
  的段落
@@ -25,7 +25,7 @@
 
Highlighted code (more | supported languages)
Highlighted code<pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
+
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %><pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
3.times do
   puts 'Hello'
 end
@@ -33,20 +33,20 @@
 
列表
不排序列表* 列表项 1
** Sub
* 列表项 2
  • 列表项 1
    • 子项
  • 列表项 2
排序列表# 列表项 1
## Sub
# 列表项 2
  1. 列表项 1
    1. 子项
  2. 列表项 2
<%= image_tag("images/jstoolbar/bt_ul.png", { alt: "不排序列表" }) %>* 列表项 1
** Sub
* 列表项 2
  • 列表项 1
    • 子项
  • 列表项 2
<%= image_tag("images/jstoolbar/bt_ol.png", { alt: "排序列表" }) %># 列表项 1
## Sub
# 列表项 2
  1. 列表项 1
    1. 子项
  2. 列表项 2
标题 (more)
标题 1h1. 标题 1

标题 1

标题 2h2. 标题 2

标题 2

标题 3h3. 标题 3

标题 3

<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "标题 1" }) %>h1. 标题 1

标题 1

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

标题 2

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

标题 3

链接 (more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Redmine 链接 (more)
链接到一个Wiki 页面[[Wiki 页面]]Wiki 页面
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "链接到一个Wiki 页面" }) %>[[Wiki 页面]]Wiki 页面
问题 #12问题 #12
##12Bug #12: The issue subject
修订 r43修订 r43
source:some/file代码:source:some/file
内嵌图片 (more)
Image!image_url!
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>!image_url!
!attached_image!
表格