From 7211ae02b2d287d2a86c38f26ec54bcf47d87ad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20B=C4=82LTEANU?= Date: Mon, 19 Feb 2024 22:03:22 +0200 Subject: [PATCH 9/9] Replace static links to detailed common mark with the new route. --- .../de/wiki_syntax_common_mark.html.erb | 16 ++++++++-------- .../en/wiki_syntax_common_mark.html.erb | 16 ++++++++-------- .../markdown/bg/wiki_syntax_markdown.html.erb | 12 ++++++------ .../markdown/ca/wiki_syntax_markdown.html.erb | 12 ++++++------ .../markdown/cs/wiki_syntax_markdown.html.erb | 12 ++++++------ .../markdown/de/wiki_syntax_markdown.html.erb | 14 +++++++------- .../markdown/en/wiki_syntax_markdown.html.erb | 14 +++++++------- .../markdown/es-pa/wiki_syntax_markdown.html.erb | 12 ++++++------ .../markdown/es/wiki_syntax_markdown.html.erb | 12 ++++++------ .../markdown/fr/wiki_syntax_markdown.html.erb | 12 ++++++------ .../markdown/gl/wiki_syntax_markdown.html.erb | 12 ++++++------ .../markdown/ja/wiki_syntax_markdown.html.erb | 12 ++++++------ .../markdown/ko/wiki_syntax_markdown.html.erb | 12 ++++++------ .../markdown/nl/wiki_syntax_markdown.html.erb | 12 ++++++------ .../markdown/pt-br/wiki_syntax_markdown.html.erb | 12 ++++++------ .../markdown/ta-in/wiki_syntax_markdown.html.erb | 12 ++++++------ .../markdown/uk/wiki_syntax_markdown.html.erb | 14 +++++++------- .../markdown/zh-tw/wiki_syntax_markdown.html.erb | 12 ++++++------ .../textile/bg/wiki_syntax_textile.html.erb | 14 +++++++------- .../textile/ca/wiki_syntax_textile.html.erb | 16 ++++++++-------- .../textile/cs/wiki_syntax_textile.html.erb | 16 ++++++++-------- .../textile/de/wiki_syntax_textile.html.erb | 14 +++++++------- .../textile/en/wiki_syntax_textile.html.erb | 14 +++++++------- .../textile/es-pa/wiki_syntax_textile.html.erb | 14 +++++++------- .../textile/es/wiki_syntax_textile.html.erb | 16 ++++++++-------- .../textile/fr/wiki_syntax_textile.html.erb | 14 +++++++------- .../textile/gl/wiki_syntax_textile.html.erb | 14 +++++++------- .../textile/ja/wiki_syntax_textile.html.erb | 16 ++++++++-------- .../textile/ko/wiki_syntax_textile.html.erb | 14 +++++++------- .../textile/lt/wiki_syntax_textile.html.erb | 14 +++++++------- .../textile/nl/wiki_syntax_textile.html.erb | 14 +++++++------- .../textile/pt-br/wiki_syntax_textile.html.erb | 14 +++++++------- .../textile/ru/wiki_syntax_textile.html.erb | 14 +++++++------- .../textile/ta-in/wiki_syntax_textile.html.erb | 14 +++++++------- .../textile/uk/wiki_syntax_textile.html.erb | 14 +++++++------- .../textile/zh-tw/wiki_syntax_textile.html.erb | 14 +++++++------- .../textile/zh/wiki_syntax_textile.html.erb | 14 +++++++------- 37 files changed, 252 insertions(+), 252 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 faa2fb31c..a1e7b5fd5 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 @@ -9,7 +9,7 @@

Wiki Syntax Schnellreferenz (CommonMark Markdown (GitHub Flavored))

- + @@ -21,7 +21,7 @@ - + - + - + - + @@ -56,7 +56,7 @@ - + @@ -75,13 +75,13 @@ - +
Schriftarten (mehr)
Schriftarten (" target="_blank">mehr)
<%= 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
Hervorgehobener Programmcode (mehr)
Hervorgehobener Programmcode (" target="_blank">mehr)
<%= image_tag("jstoolbar/bt_precode.png", { alt: "Hervorgehobener Programmcode" }) %>```ruby
3.times do
  puts 'Hello'
end
```
3.times do
   puts 'Hello'
@@ -38,17 +38,17 @@
 
<%= 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)
Überschriften (" target="_blank">mehr)
<%= 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)
Links (" target="_blank">mehr)
www.foo.barwww.foo.bar
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine interne Links (mehr)
Redmine interne Links (" target="_blank">mehr)
<%= image_tag("jstoolbar/bt_link.png", { alt:"Link zu einer Wiki-Seite" }) %>[[Wiki page]]Wiki-Seite
Ticket #12Ticket #12
##12Fehler #12: Titel des Tickets
commit:f30e13e43f30e13e4
source:some/filesource:some/file
Eingebettete Bilder (mehr)
Eingebettete Bilder (" target="_blank">mehr)
<%= image_tag("jstoolbar/bt_img.png", { alt:"Image" }) %>![](Bild_url)
![](Angehängtes_Bild)
Roh HTML (mehr)
Roh HTML (" target="_blank">mehr)
HTML ist <del>nicht</del> <u>erlaubt</u>.HTML ist nicht erlaubt.
-

Weitere Informationen

+

Weitere Informationen

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 0c17ca552..8e5a166a4 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 @@ -9,7 +9,7 @@

Wiki Syntax Quick Reference (CommonMark Markdown (GitHub Flavored))

- + @@ -21,7 +21,7 @@ - + - + - + - + @@ -56,7 +56,7 @@ - + @@ -75,13 +75,13 @@ - +
Font Styles (more)
Font Styles (" target="_blank">more)
<%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %>**Strong**Strong
<%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %>*Italic*Italic
<%= image_tag("jstoolbar/bt_del.png", { alt: "Deleted" }) %>~~Deleted~~Deleted
Highlighted code (more)
Highlighted code (" target="_blank">more)
<%= image_tag("jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %>```ruby
3.times do
  puts 'Hello'
end
```
3.times do
   puts 'Hello'
@@ -38,17 +38,17 @@
 
<%= 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)
Headings (" target="_blank">more)
<%= 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)
Links (" target="_blank">more)
www.foo.barwww.foo.bar
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine links (more)
Redmine links (" target="_blank">more)
<%= image_tag("jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %>[[Wiki page]]Wiki page
Issue #12Issue #12
##12Bug #12: The issue subject
commit:f30e13e43f30e13e4
source:some/filesource:some/file
Inline images (more)
Inline images (" target="_blank">more)
<%= image_tag("jstoolbar/bt_img.png", { alt: "Image" }) %>![](image_url)
![](attached_image)
Raw HTML (more)
Raw HTML (" target="_blank">more)
HTML is <del>not</del> <u>allowed</u>.HTML is not allowed.
-

More Information

+

More Information

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 c17efe8e7..1afadfebb 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 @@ -10,7 +10,7 @@

Wiki Syntax Quick Reference (Markdown)

- + @@ -23,7 +23,7 @@ - + - + - + - + @@ -52,7 +52,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 a8b0dd02d..40c14e63a 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 @@ -10,7 +10,7 @@

Guia rapida de la Sintaxis de la Wiki (Markdown)

Font Styles (more)
Font Styles (" target="_blank">more)
<%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %>**Strong**Strong
<%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %>*Italic*Italic
<%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %>_Underline_Underline
Highlighted code (more | supported languages)
Highlighted code (" target="_blank">more | supported languages)
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Вграден код" }) %>``` ruby
3.times do
  puts 'Hello'
end
```
3.times do
   puts 'Hello'
@@ -35,16 +35,16 @@
 
<%= 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)
Headings (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %># Title 1

Title 1

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

Title 2

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

Title 3

Links (more)
Links (" target="_blank">more)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine links (more)
Redmine links (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %>[[Wiki page]]Wiki page
Issue #12Issue #12
##12Bug #12: The issue subject
commit:f30e13e43f30e13e4
source:some/filesource:some/file
Inline images (more)
Inline images (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>![](image_url)
![](attached_image)
- + @@ -23,7 +23,7 @@ - + - + - + - + @@ -52,7 +52,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 c7dcc97be..014ceb829 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 @@ -10,7 +10,7 @@

Syntaxe Wiki - rychlý náhled

(Markdown)
Font Styles (more)
Font Styles (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_strong.png", { alt: "Negreta" }) %>**Negreta**Negreta
<%= image_tag("images/jstoolbar/bt_em.png", { alt: "Cursiva" }) %>*Cursiva*Cursiva
<%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %>_Underline_Underline
Highlighted code (more | supported languages)
Highlighted code (" target="_blank">more | supported languages)
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %>``` ruby
3.times do
  puts 'Hello'
end
```
3.times do
   puts 'Hello'
@@ -35,16 +35,16 @@
 
<%= 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)
Capçaleres (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Encapçament 1" }) %># Títol 1

Títol 1

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

Títol 2

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

Títol 3

Links (more)
Links (" target="_blank">more)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine links (more)
Redmine links (" target="_blank">more)
<%= 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
commit:f30e13e43f30e13e4
source:some/filesource:some/file
Imatges (more)
Imatges (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Imatge" }) %>![](imatge_url)
![](imatge_adjunta)
- + @@ -23,7 +23,7 @@ - + - + - + - + @@ -52,7 +52,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 0adb8777d..0eb9acf7a 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 @@ -10,8 +10,8 @@

Wiki Syntax Schnellreferenz (Markdown)

Styly písma (více)
Styly písma (" target="_blank">více)
<%= image_tag("images/jstoolbar/bt_strong.png", { alt: "tučný" />**tučný**tučný
<%= image_tag("images/jstoolbar/bt_em.png", { alt: "kurzíva" }) %>*kurzíva*kurzíva
<%= image_tag("images/jstoolbar/bt_ins.png", { alt: "podtržený" }) %>_podtržený_podtržený
Zvýrazněný kód (více | podporované jazyky)
Zvýrazněný kód (" target="_blank">více | podporované jazyky)
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %>``` ruby
3.times do
  puts 'Ahoj'
end
```
3.times do
   puts 'Ahoj'
@@ -35,16 +35,16 @@
 
<%= 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)
Nadpisy (" target="_blank">více)
<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %># Nadpis 1

Nadpis 1

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

Nadpis 2

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

Nadpis 3

Odkazy (more)
Odkazy (" target="_blank">more)
http://foo.barhttp://foo.bar
[Odkaz](http://foo.bar)Foo
Redmine odkazy (více)
Redmine odkazy (" target="_blank">více)
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %>[[Wiki stránka]]Wiki stránka
Úkol #12Úkol #12
##12Úkol #12: Předmět úkolu
commit:f30e13e43f30e13e4
source:some/filesource:some/file
Vnořené obrázky (more)
Vnořené obrázky (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Obrázek" }) %>![](url_obrázku)
![](vnořený_obrázek)
- - + + @@ -23,7 +23,7 @@ - + - + - + - + @@ -52,7 +52,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 cd5180578..cfdda9389 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 @@ -10,7 +10,7 @@

Wiki Syntax Quick Reference (Markdown)

Schriftarten (mehr)
<%= image_tag("images/jstoolbar/bt_strong.png", { alt: "Fett" />**Fett**Fett
Schriftarten (" target="_blank">mehr)
<%= image_tag("images/jstoolbar/bt_strong.png", { alt: "Fett" }) %>**Fett**Fett
<%= image_tag("images/jstoolbar/bt_em.png", { alt: "Kursiv" }) %>*Kursiv*Kursiv
<%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Unterstrichen" }) %>_Unterstrichen_Unterstrichen
<%= image_tag("images/jstoolbar/bt_del.png", { alt: "Durchgestrichen" }) %>~~Durchgestrichen~~Durchgestrichen
Hervorgehobener Programmcode (mehr | Unterstützte Sprachen)
Hervorgehobener Programmcode (" target="_blank">mehr | Unterstützte Sprachen)
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %>``` ruby
3.times do
  puts 'Hello'
end
```
3.times do
   puts 'Hello'
@@ -35,16 +35,16 @@
 
<%= 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)
Überschriften (" target="_blank">mehr)
<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Überschrift 1" }) %># Titel 1

Titel 1

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

Titel 2

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

Titel 3

Externe Links (mehr)
Externe Links (" target="_blank">mehr)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine interne Links (mehr)
Redmine interne Links (" target="_blank">mehr)
<%= 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
commit:f30e13e43f30e13e4
source:some/filesource:some/file
eingebettete Bilder (mehr)
eingebettete Bilder (" target="_blank">mehr)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Bild" }) %>![](URL_zu_dem_Bild)
![](angehängtes_Bild)
- + @@ -23,7 +23,7 @@ - + - + - + - + @@ -52,7 +52,7 @@ - + @@ -73,7 +73,7 @@
Font Styles (more)
Font Styles (" target="_blank">more)
<%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %>**Strong**Strong
<%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %>*Italic*Italic
<%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %>_Underline_Underline
Highlighted code (more | supported languages)
Highlighted code (" target="_blank">more | supported languages)
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %>``` ruby
3.times do
  puts 'Hello'
end
```
3.times do
   puts 'Hello'
@@ -35,16 +35,16 @@
 
<%= 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)
Headings (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %># Title 1

Title 1

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

Title 2

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

Title 3

Links (more)
Links (" target="_blank">more)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine links (more)
Redmine links (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %>[[Wiki page]]Wiki page
Issue #12Issue #12
##12Bug #12: The issue subject
commit:f30e13e43f30e13e4
source:some/filesource:some/file
Inline images (more)
Inline images (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>![](image_url)
![](attached_image)
-

More Information

+

More Information

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 71bf89988..4d2e16dab 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 @@ -10,7 +10,7 @@

Wiki Syntax Quick Reference (Markdown)

- + @@ -23,7 +23,7 @@ - + - + - + - + @@ -52,7 +52,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 71bf89988..4d2e16dab 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 @@ -10,7 +10,7 @@

Wiki Syntax Quick Reference (Markdown)

Font Styles (more)
Font Styles (" target="_blank">more)
<%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %>**Strong**Strong
<%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %>*Italic*Italic
<%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %>_Underline_Underline
Highlighted code (more | supported languages)
Highlighted code (" target="_blank">more | supported languages)
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Código resaltado" }) %>``` ruby
3.times do
  puts 'Hello'
end
```
3.times do
   puts 'Hello'
@@ -35,16 +35,16 @@
 
<%= 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)
Headings (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %># Title 1

Title 1

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

Title 2

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

Title 3

Links (more)
Links (" target="_blank">more)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine links (more)
Redmine links (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %>[[Wiki page]]Wiki page
Issue #12Issue #12
##12Bug #12: The issue subject
commit:f30e13e43f30e13e4
source:some/filesource:some/file
Inline images (more)
Inline images (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>![](image_url)
![](attached_image)
- + @@ -23,7 +23,7 @@ - + - + - + - + @@ -52,7 +52,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 ae155f7f4..be21c81c6 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 @@ -10,7 +10,7 @@

Wiki Syntax Quick Reference (Markdown)

Font Styles (more)
Font Styles (" target="_blank">more)
<%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %>**Strong**Strong
<%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %>*Italic*Italic
<%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %>_Underline_Underline
Highlighted code (more | supported languages)
Highlighted code (" target="_blank">more | supported languages)
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Código resaltado" }) %>``` ruby
3.times do
  puts 'Hello'
end
```
3.times do
   puts 'Hello'
@@ -35,16 +35,16 @@
 
<%= 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)
Headings (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %># Title 1

Title 1

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

Title 2

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

Title 3

Links (more)
Links (" target="_blank">more)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine links (more)
Redmine links (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %>[[Wiki page]]Wiki page
Issue #12Issue #12
##12Bug #12: The issue subject
commit:f30e13e43f30e13e4
source:some/filesource:some/file
Inline images (more)
Inline images (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>![](image_url)
![](attached_image)
- + @@ -23,7 +23,7 @@ - + - + - + - + @@ -52,7 +52,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 71bf89988..4d2e16dab 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 @@ -10,7 +10,7 @@

Wiki Syntax Quick Reference (Markdown)

Font Styles (more)
Font Styles (" target="_blank">more)
<%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %>**Strong**Strong
<%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %>*Italic*Italic
<%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %>_Underline_Underline
Highlighted code (more | supported languages)
Highlighted code (" target="_blank">more | supported languages)
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Code colorisé" }) %>``` ruby
3.times do
  puts 'Hello'
end
```
3.times do
   puts 'Hello'
@@ -35,16 +35,16 @@
 
<%= 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)
Headings (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %># Title 1

Title 1

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

Title 2

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

Title 3

Links (more)
Links (" target="_blank">more)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine links (more)
Redmine links (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %>[[Wiki page]]Wiki page
Issue #12Issue #12
##12Bug #12: The issue subject
commit:f30e13e43f30e13e4
source:some/filesource:some/file
Inline images (more)
Inline images (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>![](image_url)
![](attached_image)
- + @@ -23,7 +23,7 @@ - + - + - + - + @@ -52,7 +52,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 6a706ee90..05b59fe17 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 @@ -10,7 +10,7 @@

Wiki記法 クイックリファレンス (Markdown)

Font Styles (more)
Font Styles (" target="_blank">more)
<%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %>**Strong**Strong
<%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %>*Italic*Italic
<%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %>_Underline_Underline
Highlighted code (more | supported languages)
Highlighted code (" target="_blank">more | supported languages)
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Código resaltado" }) %>``` ruby
3.times do
  puts 'Hello'
end
```
3.times do
   puts 'Hello'
@@ -35,16 +35,16 @@
 
<%= 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)
Headings (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %># Title 1

Title 1

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

Title 2

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

Title 3

Links (more)
Links (" target="_blank">more)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine links (more)
Redmine links (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %>[[Wiki page]]Wiki page
Issue #12Issue #12
##12Bug #12: The issue subject
commit:f30e13e43f30e13e4
source:some/filesource:some/file
Inline images (more)
Inline images (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>![](image_url)
![](attached_image)
- + @@ -22,7 +22,7 @@ - + - + - + - + @@ -51,7 +51,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 a28ac5d10..dfd9fbc6d 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 @@ -10,7 +10,7 @@

Wiki Syntax Quick Reference (Markdown)

Font Styles (詳細)
Font Styles (" target="_blank">詳細)
<%= image_tag("images/jstoolbar/bt_strong.png", { alt: "太字" />**太字**太字
<%= image_tag("images/jstoolbar/bt_em.png", { alt: "斜体" }) %>*斜体*斜体
<%= image_tag("images/jstoolbar/bt_del.png", { alt: "取り消し線" }) %>~~取り消し線~~取り消し線
コードハイライト (詳細 | 対応言語)
コードハイライト (" target="_blank">詳細 | 対応言語)
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "コードハイライト" }) %>``` ruby
3.times do
  puts 'Hello'
end
```
3.times do
   puts 'Hello'
@@ -34,16 +34,16 @@
 
<%= 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
見出し (詳細)
見出し (" target="_blank">詳細)
<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %># タイトル1

タイトル1

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

タイトル2

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

タイトル3

リンク (詳細)
リンク (" target="_blank">詳細)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine内のリンク (詳細)
Redmine内のリンク (" target="_blank">詳細)
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Wikiページへのリンク" }) %>[[Wiki page]]Wiki page
チケット #12チケット #12
##12Bug #12: The issue subject
commit:f30e13e43f30e13e4
source:some/filesource:some/file
画像 (詳細)
画像 (" target="_blank">詳細)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>![](画像URL)
![](添付ファイル名)
- + @@ -23,7 +23,7 @@ - + - + - + - + @@ -52,7 +52,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 cb391813b..2298b7244 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 @@ -10,7 +10,7 @@

Wiki Syntax Quick Reference (Markdown)

Font Styles (more)
Font Styles (" target="_blank">more)
<%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %>**Strong**Strong
<%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %>*Italic*Italic
<%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %>_Underline_Underline
Highlighted code (more | supported languages)
Highlighted code (" target="_blank">more | supported languages)
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "색상화한 코드" }) %>``` ruby
3.times do
  puts 'Hello'
end
```
3.times do
   puts 'Hello'
@@ -35,16 +35,16 @@
 
<%= 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)
Headings (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %># Title 1

Title 1

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

Title 2

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

Title 3

Links (more)
Links (" target="_blank">more)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine links (more)
Redmine links (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %>[[Wiki page]]Wiki page
Issue #12Issue #12
##12Bug #12: The issue subject
commit:f30e13e43f30e13e4
source:some/filesource:some/file
Inline images (more)
Inline images (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>![](image_url)
![](attached_image)
- + @@ -23,7 +23,7 @@ - + - + - + - + @@ -52,7 +52,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 3b4e5078b..e6900b0fe 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 @@ -10,7 +10,7 @@

Sintaxe Wiki - Referência Rápida (Markdown)

Font Styles (more)
Font Styles (" target="_blank">more)
<%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %>**Strong**Strong
<%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %>*Italic*Italic
<%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %>_Underline_Underline
Highlighted code (more | supported languages)
Highlighted code (" target="_blank">more | supported languages)
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Gemarkeerde code" }) %>``` ruby
3.times do
  puts 'Hello'
end
```
3.times do
   puts 'Hello'
@@ -35,16 +35,16 @@
 
<%= 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)
Headings (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %># Title 1

Title 1

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

Title 2

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

Title 3

Links (more)
Links (" target="_blank">more)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine links (more)
Redmine links (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %>[[Wiki page]]Wiki page
Issue #12Issue #12
##12Bug #12: The issue subject
commit:f30e13e43f30e13e4
source:some/filesource:some/file
Inline images (more)
Inline images (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>![](image_url)
![](attached_image)
- + @@ -23,7 +23,7 @@ - + - + - + - + @@ -52,7 +52,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 5e508a0ae..cdc35de92 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 @@ -10,7 +10,7 @@

விக்கி தொடரியல் விரைவு குறிப்பு (Markdown)

Estilos de Fonte (more)
Estilos de Fonte (" target="_blank">more)
<%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %>**Negrito**Negrito
<%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %>*Itálico*Itálico
<%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %>_Sublinhado_Sublinhado
Highlighted code (more | supported languages)
Highlighted code (" target="_blank">more | supported languages)
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %>``` ruby
3.times do
  puts 'Hello'
end
```
3.times do
   puts 'Hello'
@@ -35,16 +35,16 @@
 
<%= 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)
Cabeçalhos (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %># Título 1

Título 1

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

Título 2

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

Título 3

Links (more)
Links (" target="_blank">more)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Links do Redmine (more)
Links do Redmine (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %>[[Página Wiki]]Página Wiki
Tarefa #12Tarefa #12
##12Bug #12: Título da tarefa
commit:f30e13e43f30e13e4
source:algum/arquivosource:algum/arquivo
Imagens inline (more)
Imagens inline (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>![](url_da_imagem)
![](imagem_anexada)
- + @@ -23,7 +23,7 @@ - + - + - + - + @@ -52,7 +52,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 6fc2b306f..9d804ddca 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 @@ -10,8 +10,8 @@

Вікі синтаксис швидка підказка (Markdown)

எழுத்துரு பாங்குகள் (மேலும்)
எழுத்துரு பாங்குகள் (" target="_blank">மேலும்)
<%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %>**வலுவான**வலுவான
<%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %>*சாய்வு*சாய்வு
<%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %>_அடிக்கோடிட்டு_அடிக்கோடிட்டு
சிறப்பம்சமாக குறியீடு (மேலும் | supported languages)
சிறப்பம்சமாக குறியீடு (" target="_blank">மேலும் | supported languages)
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %>``` ruby
3.times do
  puts 'Hello'
end
```
3.times do
   puts 'Hello'
@@ -35,16 +35,16 @@
 
<%= 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
தலைப்புகள்(மேலும்)
தலைப்புகள்(" target="_blank">மேலும்)
<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %># தலைப்பு 1

தலைப்பு 1

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

தலைப்பு 2

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

தலைப்பு 3

இணைப்புகள் (மேலும்)
இணைப்புகள் (" target="_blank">மேலும்)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine இணைப்புகள் (மேலும்)
Redmine இணைப்புகள் (" target="_blank">மேலும்)
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %>[[Wiki page]]Wiki page
சிக்கல்கள் #12சிக்கல்கள் #12
##12Bug #12: The issue subject
commit:f30e13e43f30e13e4
source:some/filesource:some/file
இன்லைன் படங்கள் (மேலும)
இன்லைன் படங்கள் (" target="_blank">மேலும)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>![](படம்_url)
![](இணைக்கப்பட்ட_படம்)
- - + + @@ -23,7 +23,7 @@ - + - + - + - + @@ -52,7 +52,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 f0b89fe5e..e8aa0d65b 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 @@ -10,7 +10,7 @@

Wiki 語法快速對照表 (Markdown)

Cтилі шрифтів (more)
<%= image_tag("images/jstoolbar/bt_strong.png", { alt: "Жирний" />**Жирний**Жирний
Cтилі шрифтів (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_strong.png", { alt: "Жирний" }) %>**Жирний**Жирний
<%= image_tag("images/jstoolbar/bt_em.png", { alt: "Курсив" }) %>*Курсив*Курсив
<%= image_tag("images/jstoolbar/bt_del.png", { alt: "Закреслений" }) %>~~Закреслений~~Закреслений
<%= image_tag("images/jstoolbar/bt_code.png", { alt: "Інлайн код" }) %>`Інлайн код`Інлайн код
иділений код (more | supported languages)
иділений код (" target="_blank">more | supported languages)
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Виділений код" }) %>``` ruby
3.times do
  puts 'Hello'
end
```
3.times do
   puts 'Hello'
@@ -35,16 +35,16 @@
 
<%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Ненумерованний список" }) %>* Пункт
  * Підпункт
* Пункт
  • Пункт
    • Підпункт
  • Пункт
<%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Нумерований список" }) %>1. Пункт
   1. Підпункт
2. Пункт
  1. Пункт
    1. Підпункт
  2. Пункт
Заголовоки (more)
Заголовоки (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Заголовок 1" }) %># Заголовок 1

Заголовок 1

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

Заголовок 2

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

Заголовок 3

Лінки(посилання) (more)
Лінки(посилання) (" target="_blank">more)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine посилання (more)
Redmine посилання (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Посилання на вікі сторінку" }) %>[[Вікі сторінка]]Вікі сторінка
Завдання #12Завдання #12
##12Bug #12: The issue subject
commit:f30e13e43f30e13e4
source:some/filesource:some/file
Вбудовані(inline) зображення (more)
Вбудовані(inline) зображення (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>![](image_url)
![](attached_image)
- + @@ -22,7 +22,7 @@ - + - + - + - + @@ -51,7 +51,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 6ce0766f3..7e397bbc9 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 @@ -10,7 +10,7 @@

Wiki Syntax Quick Reference

字型樣式 (more)
字型樣式 (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_strong.png", { alt: "強調粗體" />**強調粗體**強調粗體
<%= image_tag("images/jstoolbar/bt_em.png", { alt: "斜體" }) %>*斜體*斜體
<%= image_tag("images/jstoolbar/bt_del.png", { alt: "刪除線" }) %>~~刪除線~~刪除線
反白程式碼 (more | supported languages)
反白程式碼 (" target="_blank">more | supported languages)
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "反白程式碼" }) %>``` ruby
3.times do
  puts 'Hello'
end
```
3.times do
   puts 'Hello'
@@ -34,16 +34,16 @@
 
<%= 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)
標題 (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "標題 1" }) %># 標題 1

標題 1

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

標題 2

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

標題 3

連結 (more)
連結 (" target="_blank">more)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine 連結 (more)
Redmine 連結 (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "連結至一個 Wiki 頁面" }) %>[[Wiki 頁面]]Wiki 頁面
議題 #12議題 #12
##12Bug #12: The issue subject
commit:f30e13e43f30e13e4
source:some/filesource:some/file
內嵌圖像 (more)
內嵌圖像 (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "圖像" }) %>![](圖像_url)
![](附加_圖像)
- + @@ -24,7 +24,7 @@ - + - + - + - + @@ -53,7 +53,7 @@ - + @@ -75,7 +75,7 @@
Font Styles (more)
Font Styles (" target="_blank">more)
<%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %>*Strong*Strong
<%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %>_Italic_Italic
<%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %>+Underline+Underline
Highlighted code (more | supported languages)
Highlighted code (" target="_blank">more | supported languages)
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Вграден код" }) %><pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
3.times do
   puts 'Hello'
@@ -36,16 +36,16 @@
 
<%= 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)
Headings (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %>h1. Title 1

Title 1

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

Title 2

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

Title 3

Links (more)
Links (" target="_blank">more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Redmine links (more)
Redmine links (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %>[[Wiki page]]Wiki page
Issue #12Issue #12
##12Bug #12: The issue subject
commit:f30e13e43f30e13e4
source:some/filesource:some/file
Inline images (more)
Inline images (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>!image_url!
!attached_image!
-

More Information

+

More Information

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 c8a7fee3b..2725f5ec4 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 @@ -10,8 +10,8 @@

Guia rapida de la Sintaxis de la Wiki

- - + + @@ -24,7 +24,7 @@ - + - + - + - + @@ -53,7 +53,7 @@ - + @@ -75,7 +75,7 @@
Estil de font (more)
<%= image_tag("images/jstoolbar/bt_strong.png", { alt: "Negreta" />*Negreta*Negreta
Estil de font (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_strong.png", { alt: "Negreta" }) %>*Negreta*Negreta
<%= image_tag("images/jstoolbar/bt_em.png", { alt: "Cursiva" }) %>_Cursiva_Cursiva
<%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Subratllat" }) %>+Subratllat+Subratllat
<%= image_tag("images/jstoolbar/bt_del.png", { alt: "Eliminat" }) %>-Eliminat-Eliminat
Highlighted code (more | supported languages)
Highlighted code (" target="_blank">more | supported languages)
<%= 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'
@@ -36,16 +36,16 @@
 
<%= 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)
Capçaleres (" target="_blank">more)
<%= 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)
Links (" target="_blank">more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Links del Redmine (more)
Links del Redmine (" target="_blank">more)
<%= 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
commit:f30e13e43f30e13e4
source:some/filesource:some/file
Imatges (more)
Imatges (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Imatge" }) %>!imatge_url!
!imatge_adjunta!
-

Més informació

+

Més informació

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 ec70b914d..8c113ee5e 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 @@ -10,8 +10,8 @@

Syntaxe Wiki - rychlý náhled

- - + + @@ -24,7 +24,7 @@ - + - + - + - + @@ -53,7 +53,7 @@ - + @@ -75,7 +75,7 @@
Styly písma (více)
<%= image_tag("images/jstoolbar/bt_strong.png", { alt: "tučný" />*tučný*tučný
Styly písma (" target="_blank">více)
<%= image_tag("images/jstoolbar/bt_strong.png", { alt: "tučný" }) %>*tučný*tučný
<%= image_tag("images/jstoolbar/bt_em.png", { alt: "kurzíva" }) %>_kurzíva_kurzíva
<%= image_tag("images/jstoolbar/bt_ins.png", { alt: "podtržený" }) %>+podtržený+podtržený
<%= image_tag("images/jstoolbar/bt_del.png", { alt: "přeškrtnutý" }) %>-přeškrtnutý-přeškrtnutý
Zvýrazněný kód (více | podporované jazyky)
Zvýrazněný kód (" target="_blank">více | podporované jazyky)
<%= 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'
@@ -36,16 +36,16 @@
 
<%= 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)
Nadpisy (" target="_blank">more)
<%= 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)
Odkazy (" target="_blank">více)
http://foo.barhttp://foo.bar
"Odkaz":http://foo.barOdkaz
Redmine odkazy (více)
Redmine odkazy (" target="_blank">více)
<%= 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
commit:f30e13e43f30e13e4
source:some/filesource:some/file
Vnořené obrázky (více)
Vnořené obrázky (" target="_blank">více)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Obrázek" }) %>!url_obrázku!
!vnořený_obrázek!
-

Více informací

+

Více informací

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 54c0084d2..46f017c79 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 @@ -10,7 +10,7 @@

Wiki Syntax Schnellreferenz (Textile)

- + @@ -24,7 +24,7 @@ - + - + - + - + @@ -53,7 +53,7 @@ - + @@ -75,7 +75,7 @@
Schriftarten (mehr)
Schriftarten (" target="_blank">mehr)
<%= image_tag("images/jstoolbar/bt_strong.png", { alt: "Fett" }) %>*Fett*Fett
<%= image_tag("images/jstoolbar/bt_em.png", { alt: "Kursiv" }) %>_Kursiv_Kursiv
<%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Unterstrichen" }) %>+Unterstrichen+Unterstrichen
Hervorgehobener Programmcode (mehr | Unterstützte Sprachen)
Hervorgehobener Programmcode (" target="_blank">mehr | Unterstützte Sprachen)
<%= 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'
@@ -36,16 +36,16 @@
 
<%= 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)
Überschriften (" target="_blank">mehr)
<%= 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)
Links (" target="_blank">mehr)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Redmine Links (mehr)
Redmine Links (" target="_blank">mehr)
<%= 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
commit:f30e13e43f30e13e4
source:some/filesource:some/file
eingebettete Bilder (mehr)
eingebettete Bilder (" target="_blank">mehr)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Bild" }) %>!URL_zu_dem_Bild!
!angehängtes_Bild!
-

weitere Informationen

+

weitere Informationen

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 f113cec38..270176219 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 @@ -10,7 +10,7 @@

Wiki Syntax Quick Reference

- + @@ -24,7 +24,7 @@ - + - + - + - + @@ -53,7 +53,7 @@ - + @@ -75,7 +75,7 @@
Font Styles (more)
Font Styles (" target="_blank">more)
<%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %>*Strong*Strong
<%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %>_Italic_Italic
<%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %>+Underline+Underline
Highlighted code (more | supported languages)
Highlighted code (" target="_blank">more | supported languages)
<%= 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'
@@ -36,16 +36,16 @@
 
<%= 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)
Headings (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %>h1. Title 1

Title 1

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

Title 2

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

Title 3

Links (more)
Links (" target="_blank">more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Redmine links (more)
Redmine links (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %>[[Wiki page]]Wiki page
Issue #12Issue #12
##12Bug #12: The issue subject
commit:f30e13e43f30e13e4
source:some/filesource:some/file
Inline images (more)
Inline images (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>!image_url!
!attached_image!
-

More Information

+

More Information

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 7d652fe45..75e6a2e0f 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 @@ -10,7 +10,7 @@

Guia Rápida de Sintaxis de la Wiki

- + @@ -24,7 +24,7 @@ - + - + - + - + @@ -54,7 +54,7 @@ - + @@ -76,7 +76,7 @@
Estilo de fuentes (more)
Estilo de fuentes (" target="_blank">more)
<%= 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
Highlighted code (more | supported languages)
Highlighted code (" target="_blank">more | supported languages)
<%= 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'
@@ -36,16 +36,16 @@
 
<%= 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)
Cabeceras (" target="_blank">more)
<%= 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)
Enlaces (" target="_blank">more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Enlaces de Redmine (more)
Enlaces de Redmine (" target="_blank">more)
<%= 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
commit:f30e13e43f30e13e4
source:some/filesource:some/file
Imágenes en línea (more)
Imágenes en línea (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Imagen" }) %>!imagen_url!
!imagen_adjunta!
-

Más información

+

Más información

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 7d652fe45..4b5355ac8 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 @@ -10,8 +10,8 @@

Guia Rápida de Sintaxis de la Wiki

- - + + @@ -24,7 +24,7 @@ - + - + - + - + @@ -54,7 +54,7 @@ - + @@ -76,7 +76,7 @@
Estilo de fuentes (more)
<%= image_tag("images/jstoolbar/bt_strong.png", { alt: "Negrita" />*Negrita*Negrita
Estilo de fuentes (" target="_blank">more)
<%= 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
Highlighted code (more | supported languages)
Highlighted code (" target="_blank">more | supported languages)
<%= 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'
@@ -36,16 +36,16 @@
 
<%= 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)
Cabeceras (" target="_blank">more)
<%= 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)
Enlaces (" target="_blank">more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Enlaces de Redmine (more)
Enlaces de Redmine (" target="_blank">more)
<%= 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
commit:f30e13e43f30e13e4
source:some/filesource:some/file
Imágenes en línea (more)
Imágenes en línea (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Imagen" }) %>!imagen_url!
!imagen_adjunta!
-

Más información

+

Más información

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 7ac032954..f7a48e19f 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 @@ -10,7 +10,7 @@

Syntaxe rapide des Wikis

- + @@ -24,7 +24,7 @@ - + - + - + - + @@ -53,7 +53,7 @@ - + @@ -75,7 +75,7 @@
Font Styles (more)
Font Styles (" target="_blank">more)
<%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %>*Gras*Gras
<%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %>_Italique_Italique
<%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %>+Sous-ligné+Sous-ligné
Code colorisé (more | supported languages)
Code colorisé (" target="_blank">more | supported languages)
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Code colorisé" }) %><pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
3.times do
   puts 'Hello'
@@ -36,16 +36,16 @@
 
<%= 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)
Titres (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %>h1. Titre 1

Titre 1

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

Titre 2

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

Titre 3

Liens (more)
Liens (" target="_blank">more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Liens Redmine (more)
Liens Redmine (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %>[[Wiki page]]Wiki page
Demande #12Demande #12
##12Bug #12: The issue subject
commit:f30e13e43f30e13e4
source:some/filesource:some/file
Images en ligne (more)
Images en ligne (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>!url_de_l_image!
!image_en_pièce_jointe!
-

Plus d'informations

+

Plus d'informations

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 aa3d99d2f..6c1f8d651 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 @@ -10,7 +10,7 @@

Wiki Syntax Quick Reference

- + @@ -24,7 +24,7 @@ - + - + - + - + @@ -53,7 +53,7 @@ - + @@ -75,7 +75,7 @@
Font Styles (more)
Font Styles (" target="_blank">more)
<%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %>*Strong*Strong
<%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %>_Italic_Italic
<%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %>+Underline+Underline
Highlighted code (more | supported languages)
Highlighted code (" target="_blank">more | supported languages)
<%= 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'
@@ -36,16 +36,16 @@
 
<%= 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)
Headings (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %>h1. Title 1

Title 1

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

Title 2

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

Title 3

Links (more)
Links (" target="_blank">more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Redmine links (more)
Redmine links (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %>[[Wiki page]]Wiki page
Issue #12Issue #12
##12Bug #12: The issue subject
commit:f30e13e43f30e13e4
source:some/filesource:some/file
Inline images (more)
Inline images (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>!image_url!
!attached_image!
-

More Information

+

More Information

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 bc57db97a..ae62f54d6 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 @@ -10,8 +10,8 @@

Wiki記法 クイックリファレンス

- - + + @@ -24,7 +24,7 @@ - + - + - + - + @@ -53,7 +53,7 @@ - + @@ -75,7 +75,7 @@
フォントスタイル (詳細)
<%= image_tag("images/jstoolbar/bt_strong.png", { alt: "太字" />*太字*太字
フォントスタイル (" target="_blank">詳細)
<%= 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: "取り消し線" }) %>-取り消し線-取り消し線
コードハイライト (詳細 | 対応言語)
コードハイライト (" target="_blank">詳細 | 対応言語)
<%= 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'
@@ -36,16 +36,16 @@
 
<%= 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
見出し (詳細)
見出し (" target="_blank">詳細)
<%= 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

リンク (詳細)
リンク (" target="_blank">詳細)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Redmine内のリンク (詳細)
Redmine内のリンク (" target="_blank">詳細)
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Wikiページへのリンク" }) %>[[Wiki page]]Wiki page
チケット #12チケット #12
##12Bug #12: The issue subject
commit:f30e13e43f30e13e4
source:some/filesource:some/file
画像 (詳細)
画像 (" target="_blank">詳細)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>!画像URL!
!添付ファイル名!
-

より詳細なリファレンス

+

より詳細なリファレンス

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 b4155d5f0..2c3d3f4cd 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 @@ -10,7 +10,7 @@

Wiki Syntax Quick Reference

- + @@ -24,7 +24,7 @@ - + - + - + - + @@ -53,7 +53,7 @@ - + @@ -75,7 +75,7 @@
Font Styles (more)
Font Styles (" target="_blank">more)
<%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %>*Strong*Strong
<%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %>_Italic_Italic
<%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %>+Underline+Underline
Highlighted code (more | supported languages)
Highlighted code (" target="_blank">more | supported languages)
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "색상화한 코드" }) %><pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
3.times do
   puts 'Hello'
@@ -36,16 +36,16 @@
 
<%= 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)
Headings (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %>h1. Title 1

Title 1

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

Title 2

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

Title 3

Links (more)
Links (" target="_blank">more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Redmine links (more)
Redmine links (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %>[[Wiki page]]Wiki page
Issue #12Issue #12
##12Bug #12: The issue subject
commit:f30e13e43f30e13e4
source:some/filesource:some/file
Inline images (more)
Inline images (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>!image_url!
!attached_image!
-

More Information

+

More Information

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 f113cec38..270176219 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 @@ -10,7 +10,7 @@

Wiki Syntax Quick Reference

- + @@ -24,7 +24,7 @@ - + - + - + - + @@ -53,7 +53,7 @@ - + @@ -75,7 +75,7 @@
Font Styles (more)
Font Styles (" target="_blank">more)
<%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %>*Strong*Strong
<%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %>_Italic_Italic
<%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %>+Underline+Underline
Highlighted code (more | supported languages)
Highlighted code (" target="_blank">more | supported languages)
<%= 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'
@@ -36,16 +36,16 @@
 
<%= 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)
Headings (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %>h1. Title 1

Title 1

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

Title 2

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

Title 3

Links (more)
Links (" target="_blank">more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Redmine links (more)
Redmine links (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %>[[Wiki page]]Wiki page
Issue #12Issue #12
##12Bug #12: The issue subject
commit:f30e13e43f30e13e4
source:some/filesource:some/file
Inline images (more)
Inline images (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>!image_url!
!attached_image!
-

More Information

+

More Information

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 08141add8..1323097ff 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 @@ -10,7 +10,7 @@

Wiki Syntax Quick Reference

- + @@ -24,7 +24,7 @@ - + - + - + - + @@ -53,7 +53,7 @@ - + @@ -75,7 +75,7 @@
Font Styles (more)
Font Styles (" target="_blank">more)
<%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %>*Strong*Strong
<%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %>_Italic_Italic
<%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %>+Underline+Underline
Highlighted code (more | supported languages)
Highlighted code (" target="_blank">more | supported languages)
<%= 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'
@@ -36,16 +36,16 @@
 
<%= 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)
Headings (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %>h1. Title 1

Title 1

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

Title 2

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

Title 3

Links (more)
Links (" target="_blank">more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Redmine links (more)
Redmine links (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %>[[Wiki page]]Wiki page
Issue #12Issue #12
##12Bug #12: The issue subject
commit:f30e13e43f30e13e4
source:some/filesource:some/file
Inline images (more)
Inline images (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>!image_url!
!attached_image!
-

More Information

+

More Information

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 b0e9af667..96e3c845f 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 @@ -10,7 +10,7 @@

Sintaxe Wiki - Referência Rápida

- + @@ -24,7 +24,7 @@ - + - + - + - + @@ -53,7 +53,7 @@ - + @@ -75,7 +75,7 @@
Estilos de Fonte (more)
Estilos de Fonte (" target="_blank">more)
<%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %>*Negrito*Negrito
<%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %>_Itálico_Itálico
<%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %>+Sublinhado+Sublinhado
Highlighted code (more | supported languages)
Highlighted code (" target="_blank">more | supported languages)
<%= 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'
@@ -36,16 +36,16 @@
 
<%= 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)
Cabeçalhos (" target="_blank">more)
<%= 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)
Links (" target="_blank">more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Links do Redmine (more)
Links do Redmine (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %>[[Página Wiki]]Página Wiki
Tarefa #12Tarefa #12
##12Bug #12: Título da tarefa
commit:f30e13e43f30e13e4
source:algum/arquivosource:algum/arquivo
Imagens inline (more)
Imagens inline (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>!url_da_imagem!
!imagem_anexada!
-

Mais Informações

+

Mais Informações

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 a17e32931..77210380c 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 @@ -11,7 +11,7 @@ - + @@ -58,7 +58,7 @@ - + - + @@ -88,7 +88,7 @@ - + @@ -101,7 +101,7 @@ - + @@ -130,7 +130,7 @@ - + @@ -161,7 +161,7 @@
Стили Шрифтов (more)Стили Шрифтов (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_strong.png", { alt: "Выделенный" }) %>
Highlighted code (more | supported languages)
Highlighted code (" target="_blank">more | supported languages)
<%= 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'
@@ -70,7 +70,7 @@
 
<%= 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)Заголовки (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Заголовок 1" }) %>

Название 3

Ссылки (more)Ссылки (" target="_blank">more)
Foo
Ссылки Redmine (more)Ссылки Redmine (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Ссылка на Wiki страницу" }) %>source:some/file
Вставка изображений (more)Вставка изображений (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Изображение" }) %>
-

Больше информации

+

Больше информации

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 6a83667a3..dc40cb418 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 @@ -10,7 +10,7 @@

விக்கி தொடரியல் விரைவு குறிப்பு

- + @@ -24,7 +24,7 @@ - + - + - + - + @@ -53,7 +53,7 @@ - + @@ -75,7 +75,7 @@
எழுத்துரு பாங்குகள் (மேலும்)
எழுத்துரு பாங்குகள் (" target="_blank">மேலும்)
<%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %>*வலுவான*வலுவான
<%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %>_சாய்வு_சாய்வு
<%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %>+அடிக்கோடிட்டு+அடிக்கோடிட்டு
சிறப்பம்சமாக குறியீடு (மேலும்) | supported languages)
சிறப்பம்சமாக குறியீடு (" target="_blank">மேலும்) | supported languages)
<%= 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'
@@ -36,16 +36,16 @@
 
<%= 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
தலைப்புகள் (மேலும்)
தலைப்புகள் (" target="_blank">மேலும்)
<%= 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

இணைப்புகள் (மேலும்)
இணைப்புகள் (" target="_blank">மேலும்)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Redmine இணைப்புகள் (மேலும்)
Redmine இணைப்புகள் (" target="_blank">மேலும்)
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %>[[Wiki page]]Wiki page
சிக்கல்கள் #12சிக்கல்கள் #12
##12Bug #12: The issue subject
commit:f30e13e43f30e13e4
source:some/filesource:some/file
இன்லைன் படங்கள் (மேலும்)
இன்லைன் படங்கள் (" target="_blank">மேலும்)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>!படம்_url!
!இணைக்கப்பட்ட_படம்!
-

மேலும் தகவல்

+

மேலும் தகவல்

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 1181ccdfb..daa7171b6 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 @@ -10,7 +10,7 @@

Вікі синтаксис швидка підказка

- + @@ -25,7 +25,7 @@ - + - + - + - + @@ -54,7 +54,7 @@ - + @@ -76,7 +76,7 @@
Cтилі шрифтів (more)
Cтилі шрифтів (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_strong.png", { alt: "Жирний" />*Жирний*Жирний
<%= image_tag("images/jstoolbar/bt_em.png", { alt: "Курсив" }) %>_Курсив_Курсив
<%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Підкреслений" }) %>+Підкреслений+Підкреслений
иділений код (more | supported languages)
иділений код (" target="_blank">more | supported languages)
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Виділений код" }) %><pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
3.times do
   puts 'Hello'
@@ -37,16 +37,16 @@
 
<%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Ненумерованний список" }) %>* Пункт
** Підпункт
* Пункт
  • Пункт
    • Підпункт
  • Пункт
<%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Нумерований список" }) %># Пункт
## Підпункт
# Пункт
  1. Пункт
    1. Підпункт
  2. Пункт
Заголовоки (more)
Заголовоки (" target="_blank">more)
<%= 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)
Лінки(посилання) (" target="_blank">more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Redmine посилання (more)
Redmine посилання (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "Посилання на вікі сторінку" }) %>[[Вікі сторінка]]Вікі сторінка
Завдання #12Завдання #12
##12Bug #12: The issue subject
commit:f30e13e43f30e13e4
source:some/filesource:some/file
Вбудоване(inline) зображення (more)
Вбудоване(inline) зображення (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Зображення" }) %>!image_url!
!attached_image!
-

Детальніша інформація

+

Детальніша інформація

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 85efd5ba3..aa3993d07 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 @@ -10,7 +10,7 @@

Wiki 語法快速對照表

- + @@ -24,7 +24,7 @@ - + - + - + - + @@ -53,7 +53,7 @@ - + @@ -75,7 +75,7 @@
字型樣式 (more)
字型樣式 (" target="_blank">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: "底線" }) %>+底線+底線
反白程式碼 (more | supported languages)
反白程式碼 (" target="_blank">more | supported languages)
<%= image_tag("images/jstoolbar/bt_precode.png", { alt: "反白程式碼" }) %><pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
3.times do
   puts 'Hello'
@@ -36,16 +36,16 @@
 
<%= 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)
標題 (" target="_blank">more)
<%= 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)
連結 (" target="_blank">more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Redmine 連結 (more)
Redmine 連結 (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "連結至一個 Wiki 頁面" }) %>[[Wiki 頁面]]Wiki 頁面
議題 #12議題 #12
##12Bug #12: The issue subject
commit:f30e13e43f30e13e4
source:some/filesource:some/file
內嵌圖像 (more)
內嵌圖像 (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "圖像" }) %>!圖像_url!
!附加_圖像!
-

更多資訊

+

更多資訊

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 c67964afd..9c3a1d798 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 @@ -10,7 +10,7 @@

Wiki 语法快速参考

- + @@ -24,7 +24,7 @@ - + - + - + - + @@ -53,7 +53,7 @@ - + @@ -75,7 +75,7 @@
字体风格 (more)
字体风格 (" target="_blank">more)
<%= 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: "下划线" }) %>+下划线+下划线
Highlighted code (more | supported languages)
Highlighted code (" target="_blank">more | supported languages)
<%= 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'
@@ -36,16 +36,16 @@
 
<%= 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)
标题 (" target="_blank">more)
<%= 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)
链接 (" target="_blank">more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Redmine 链接 (more)
Redmine 链接 (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_link.png", { alt: "链接到一个Wiki 页面" }) %>[[Wiki 页面]]Wiki 页面
问题 #12问题 #12
##12Bug #12: The issue subject
commit:f30e13e43提交: f30e13e4
source:some/file代码:source:some/file
内嵌图片 (more)
内嵌图片 (" target="_blank">more)
<%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %>!image_url!
!attached_image!
-

更多帮助信息

+

更多帮助信息

-- 2.39.3 (Apple Git-145)