From a46ed1aa718c1266cef50e665d16b52bf121fcf2 Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Mon, 19 Feb 2024 21:02:39 +0000 Subject: [PATCH] Cleanup wiki syntax files by moving inline style for img border to CSS (#39111, #40137). git-svn-id: https://svn.redmine.org/redmine/trunk@22724 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/assets/stylesheets/wiki_syntax.css | 1 + .../de/wiki_syntax_common_mark.html.erb | 29 +++++++++--------- .../en/wiki_syntax_common_mark.html.erb | 29 +++++++++--------- .../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 ++++++++--------- 38 files changed, 518 insertions(+), 519 deletions(-) diff --git a/app/assets/stylesheets/wiki_syntax.css b/app/assets/stylesheets/wiki_syntax.css index a5f613599..01543c359 100644 --- a/app/assets/stylesheets/wiki_syntax.css +++ b/app/assets/stylesheets/wiki_syntax.css @@ -2,6 +2,7 @@ h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; colo body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; } table th { padding-top: 1em; } +table th img { border: 1px solid #bbb; } table td { background-color: #f5f5f5; height: 2em; vertical-align: middle;} table td code { font-size: 1.2em; } table td h1 { font-size: 1.8em; text-align: left; } 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 1134bbbd7..fd560eadf 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 @@ - + @@ -85,4 +85,3 @@

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 146141966..ad14609c4 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
```
+
Strong**Fett**Fett
Italic*Kursiv*Kursiv
Deleted~~Durchgestrichen~~Durchgestrichen
Inline Code`Inline Code`Inline Code
Preformatted text```
 vorformatierte
 Textzeilen
```
  vorformatierte
  Textzeilen
@@ -22,7 +22,7 @@
 
Hervorgehobener Programmcode (mehr)
Hervorgehobener Programmcode```ruby
3.times do
  puts 'Hello'
end
```
+
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
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
Überschriften (mehr)
Heading 1# Titel 1

Titel 1

Heading 2## Titel 2

Titel 2

Heading 3### Titel 3

Titel 3

Heading 1# Titel 1

Titel 1

Heading 2## Titel 2

Titel 2

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
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![](Bild_url)
![](Angehängtes_Bild)
Tabellen
- - - - - + + + + - - - - + + + - - - + + + @@ -49,7 +49,7 @@ - + @@ -57,7 +57,7 @@ - + @@ -85,4 +85,3 @@

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 9d984c8c0..62eafe743 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
```
+
Strong**Strong**Strong
Italic*Italic*Italic
Deleted~~Deleted~~Deleted
Inline Code`Inline Code`Inline Code
Preformatted text```
 lines
 of code
```
  lines
  of code
@@ -22,7 +22,7 @@
 
Highlighted code (more)
Highlighted code```ruby
3.times do
  puts 'Hello'
end
```
+
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
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
Headings (more)
Heading 1# Title 1

Title 1

Heading 2## Title 2

Title 2

Heading 3### Title 3

Title 3

Heading 1# Title 1

Title 1

Heading 2## Title 2

Title 2

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
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![](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 ee1f20db5..9dcb9fbd7 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
```
+
Strong**Strong**Strong
Italic*Italic*Italic
Underline_Underline_Underline
Deleted~~Deleted~~Deleted
Inline Code`Inline Code`Inline Code
Preformatted text```
 lines
 of code
```
  lines
  of code
@@ -24,7 +24,7 @@
 
Highlighted code (more | supported languages)
Вграден код``` ruby
3.times do
  puts 'Hello'
end
```
+
Вграден код``` 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
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
Headings (more)
Heading 1# Title 1

Title 1

Heading 2## Title 2

Title 2

Heading 3### Title 3

Title 3

Heading 1# Title 1

Title 1

Heading 2## Title 2

Title 2

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
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![](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 a264d2deb..99a1bb0e0 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
```
+
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
```
  linies
  de codi
@@ -24,7 +24,7 @@
 
Highlighted code (more | supported languages)
Highlighted code``` ruby
3.times do
  puts 'Hello'
end
```
+
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
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
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

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

Links (more)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine links (more)
Link a la pagina Wiki[[Pagina Wiki]]Pagina Wiki
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)
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 276f01b35..b92e5b20a 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
```
+
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
```
  řá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
```
+
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
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
Nadpisy (více)
Heading 1# Nadpis 1

Nadpis 1

Heading 2## Nadpis 2

Nadpis 2

Heading 3### Nadpis 3

Nadpis 3

Heading 1# Nadpis 1

Nadpis 1

Heading 2## Nadpis 2

Nadpis 2

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
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)
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 08b738e0a..7a2332566 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
```
+
Fett**Fett**Fett
Kursiv*Kursiv*Kursiv
Unterstrichen_Unterstrichen_Unterstrichen
Durchgestrichen~~Durchgestrichen~~Durchgestrichen
Inline Code`Inline Code`Inline Code
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
```
+
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
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
Überschriften (mehr)
Überschrift 1# Titel 1

Titel 1

Überschrift 2## Titel 2

Titel 2

Überschrift 3### Titel 3

Titel 3

Überschrift 1# Titel 1

Titel 1

Überschrift 2## Titel 2

Titel 2

Ü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
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)
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 435c9a3b8..1ca8b4059 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
```
+
Strong**Strong**Strong
Italic*Italic*Italic
Underline_Underline_Underline
Deleted~~Deleted~~Deleted
Inline Code`Inline Code`Inline Code
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
```
+
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
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
Headings (more)
Heading 1# Title 1

Title 1

Heading 2## Title 2

Title 2

Heading 3### Title 3

Title 3

Heading 1# Title 1

Title 1

Heading 2## Title 2

Title 2

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
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![](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 435c9a3b8..1ca8b4059 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
```
+
Strong**Strong**Strong
Italic*Italic*Italic
Underline_Underline_Underline
Deleted~~Deleted~~Deleted
Inline Code`Inline Code`Inline Code
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
```
+
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
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
Headings (more)
Heading 1# Title 1

Title 1

Heading 2## Title 2

Title 2

Heading 3### Title 3

Title 3

Heading 1# Title 1

Title 1

Heading 2## Title 2

Title 2

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
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![](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 6b138c73a..0eb031e47 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
```
+
Strong**Strong**Strong
Italic*Italic*Italic
Underline_Underline_Underline
Deleted~~Deleted~~Deleted
Inline Code`Inline Code`Inline Code
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
```
+
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
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
Headings (more)
Heading 1# Title 1

Title 1

Heading 2## Title 2

Title 2

Heading 3### Title 3

Title 3

Heading 1# Title 1

Title 1

Heading 2## Title 2

Title 2

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
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![](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 435c9a3b8..1ca8b4059 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
```
+
Strong**Strong**Strong
Italic*Italic*Italic
Underline_Underline_Underline
Deleted~~Deleted~~Deleted
Inline Code`Inline Code`Inline Code
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
```
+
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
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
Headings (more)
Heading 1# Title 1

Title 1

Heading 2## Title 2

Title 2

Heading 3### Title 3

Title 3

Heading 1# Title 1

Title 1

Heading 2## Title 2

Title 2

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
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![](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 ae14bb372..29b284c4b 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
```
+
Strong**Strong**Strong
Italic*Italic*Italic
Underline_Underline_Underline
Deleted~~Deleted~~Deleted
Inline Code`Inline Code`Inline Code
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
```
+
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
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
Headings (more)
Heading 1# Title 1

Title 1

Heading 2## Title 2

Title 2

Heading 3### Title 3

Title 3

Heading 1# Title 1

Title 1

Heading 2## Title 2

Title 2

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
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![](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 f86cbb873..a18062ddd 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 (詳細)
太字**太字**太字
斜体*斜体*斜体
取り消し線~~取り消し線~~取り消し線
コード`コード`コード
整形済みテキスト```
 è¤‡æ•°è¡Œã®
 ã‚³ãƒ¼ãƒ‰
```
+
太字**太字**太字
斜体*斜体*斜体
取り消し線~~取り消し線~~取り消し線
コード`コード`コード
整形済みテキスト```
 è¤‡æ•°è¡Œã®
 ã‚³ãƒ¼ãƒ‰
```
  複数行の
  コード
@@ -23,7 +23,7 @@
 
コードハイライト (詳細 | 対応言語)
コードハイライト``` ruby
3.times do
  puts 'Hello'
end
```
+
コードハイライト``` 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
リスト* 項目1
  * 下位階層の項目
* 項目2
  • 項目1
    • 下位階層の項目
  • 項目2
順序付きリスト1. 項目1
   1. 下位階層の項目
2. 項目2
  1. 項目1
    1. 下位階層の項目
  2. 項目2
見出し (詳細)
Heading 1# タイトル1

タイトル1

Heading 2## タイトル2

タイトル2

Heading 3### タイトル3

タイトル3

Heading 1# タイトル1

タイトル1

Heading 2## タイトル2

タイトル2

Heading 3### タイトル3

タイトル3

リンク (詳細)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine内のリンク (詳細)
Wikiページへのリンク[[Wiki page]]Wiki page
Wikiページへのリンク[[Wiki page]]Wiki page
チケット #12チケット #12
##12Bug #12: The issue subject
リビジョン r43リビジョン r43
source:some/filesource:some/file
画像 (詳細)
Image![](画像URL)
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 4d3c97329..ba9e06551 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
```
+
Strong**Strong**Strong
Italic*Italic*Italic
Underline_Underline_Underline
Deleted~~Deleted~~Deleted
Inline Code`Inline Code`Inline Code
Preformatted text```
 lines
 of code
```
  lines
  of code
@@ -24,7 +24,7 @@
 
Highlighted code (more | supported languages)
색상화한 코드``` ruby
3.times do
  puts 'Hello'
end
```
+
색상화한 코드``` 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
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
Headings (more)
Heading 1# Title 1

Title 1

Heading 2## Title 2

Title 2

Heading 3### Title 3

Title 3

Heading 1# Title 1

Title 1

Heading 2## Title 2

Title 2

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
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![](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 05b5bf7a6..5ce1fd30b 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
```
+
Strong**Strong**Strong
Italic*Italic*Italic
Underline_Underline_Underline
Deleted~~Deleted~~Deleted
Inline Code`Inline Code`Inline Code
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
```
+
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
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
Headings (more)
Heading 1# Title 1

Title 1

Heading 2## Title 2

Title 2

Heading 3### Title 3

Title 3

Heading 1# Title 1

Title 1

Heading 2## Title 2

Title 2

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
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![](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 ca3a0e742..1a109bafd 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
```
+
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
```
  linhas
  de código
@@ -24,7 +24,7 @@
 
Highlighted code (more | supported languages)
Highlighted code``` ruby
3.times do
  puts 'Hello'
end
```
+
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
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
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

Heading 1# Título 1

Título 1

Heading 2## Título 2

Título 2

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
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![](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 3ea1b8a58..0b2b16657 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```
 à®•à¯‡à®¾à®Ÿà¯à®•à®³à¯
 à®•à¯à®±à®¿à®¯à¯€à®Ÿà¯
```
+
Strong**வலுவான**வலுவான
Italic*சாய்வு*சாய்வு
Underline_அடிக்கோடிட்டு_அடிக்கோடிட்டு
Deleted~~நீக்கப்பட்டது~~நீக்கப்பட்டது
Inline Code`இன்லைன் குறியீடு`இன்லைன் குறியீடு
Preformatted text```
 à®•à¯‡à®¾à®Ÿà¯à®•à®³à¯
 à®•à¯à®±à®¿à®¯à¯€à®Ÿà¯
```
  கோடுகள்
  குறியீடு
@@ -24,7 +24,7 @@
 
சிறப்பம்சமாக குறியீடு (மேலும் | supported languages)
Highlighted code``` ruby
3.times do
  puts 'Hello'
end
```
+
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
Unordered list* பொருள் 1
  * துணை
* பொருள் 2
  • பொருள் 1
    • துணை
  • பொருள் 2
Ordered list1. பொருள் 1
   1. துணை
2. பொருள் 2
  1. பொருள் 1
    1. துணை
  2. பொருள் 2
தலைப்புகள்(மேலும்)
Heading 1# தலைப்பு 1

தலைப்பு 1

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

தலைப்பு 2

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

தலைப்பு 3

Heading 1# தலைப்பு 1

தலைப்பு 1

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

தலைப்பு 2

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

தலைப்பு 3

இணைப்புகள் (மேலும்)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine இணைப்புகள் (மேலும்)
Link to a Wiki page[[Wiki page]]Wiki page
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![](படம்_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 463ebcb26..156db0b5e 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)
Жирний**Жирний**Жирний
Курсив*Курсив*Курсив
Закреслений~~Закреслений~~Закреслений
Інлайн код`Інлайн код`Інлайн код
Попередньо відформатований текст```
 ÐŸÐ¾Ð¿ÐµÑ€ÐµÐ´Ð½ÑŒÐ¾
 Ð²Ñ–дформатований
 Ñ‚екст
```
+
Жирний**Жирний**Жирний
Курсив*Курсив*Курсив
Закреслений~~Закреслений~~Закреслений
Інлайн код`Інлайн код`Інлайн код
Попередньо відформатований текст```
 ÐŸÐ¾Ð¿ÐµÑ€ÐµÐ´Ð½ÑŒÐ¾
 Ð²Ñ–дформатований
 Ñ‚екст
```
  Попередньо
  відформатований
@@ -24,7 +24,7 @@
 
иділений код (more | supported languages)
Виділений код``` ruby
3.times do
  puts 'Hello'
end
```
+
Виділений код``` ruby
3.times do
  puts 'Hello'
end
```
3.times do
   puts 'Hello'
 end
@@ -32,20 +32,20 @@
 
Списки
Ненумерованний список* Пункт
  * Підпункт
* Пункт
  • Пункт
    • Підпункт
  • Пункт
Нумерований список1. Пункт
   1. Підпункт
2. Пункт
  1. Пункт
    1. Підпункт
  2. Пункт
Ненумерованний список* Пункт
  * Підпункт
* Пункт
  • Пункт
    • Підпункт
  • Пункт
Нумерований список1. Пункт
   1. Підпункт
2. Пункт
  1. Пункт
    1. Підпункт
  2. Пункт
Заголовоки (more)
Заголовок 1# Заголовок 1

Заголовок 1

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

Заголовок 2

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

Заголовок 3

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

Заголовок 1

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

Заголовок 2

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

Заголовок 3

Лінки(посилання) (more)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine посилання (more)
Посилання на вікі сторінку[[Вікі сторінка]]Вікі сторінка
Посилання на вікі сторінку[[Вікі сторінка]]Вікі сторінка
Завдання #12Завдання #12
##12Bug #12: The issue subject
Revision r43Revision r43
source:some/filesource:some/file
Вбудовані(inline) зображення (more)
Image![](image_url)
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 ba3d523dd..cbe726e06 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)
強調粗體**強調粗體**強調粗體
斜體*斜體*斜體
刪除線~~刪除線~~刪除線
內嵌程式碼`內嵌程式碼`內嵌程式碼
預先格式化的段落文字```
 æ ¼å¼åŒ–
 çš„段落文字
```
+
強調粗體**強調粗體**強調粗體
斜體*斜體*斜體
刪除線~~刪除線~~刪除線
內嵌程式碼`內嵌程式碼`內嵌程式碼
預先格式化的段落文字```
 æ ¼å¼åŒ–
 çš„段落文字
```
  格式化
  的段落文字
@@ -23,7 +23,7 @@
 
反白程式碼 (more | supported languages)
反白程式碼``` ruby
3.times do
  puts 'Hello'
end
```
+
反白程式碼``` 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
不排序清單* 清單項目 1
  * 子清單項目
* 清單項目 2
  • 清單項目 1
    • 子清單項目
  • 清單項目 2
排序清單1. 清單項目 1
   1. 子清單項目
2. 清單項目 2
  1. 清單項目 1
    1. 子清單項目
  2. 清單項目 2
標題 (more)
標題 1# 標題 1

標題 1

標題 2## 標題 2

標題 2

標題 3### 標題 3

標題 3

標題 1# 標題 1

標題 1

標題 2## 標題 2

標題 2

標題 3### 標題 3

標題 3

連結 (more)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine 連結 (more)
連結至一個 Wiki 頁面[[Wiki 頁面]]Wiki 頁面
連結至一個 Wiki 頁面[[Wiki 頁面]]Wiki 頁面
議題 #12議題 #12
##12Bug #12: The issue subject
版次 r43版次 r43
source:some/filesource:some/file
內嵌圖像 (more)
圖像![](圖像_url)
圖像![](圖像_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 d20d67ad7..c8351632b 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
Strong*Strong*Strong
Italic_Italic_Italic
Underline+Underline+Underline
Deleted-Deleted-Deleted
??Quote??Quote
Inline Code@Inline Code@Inline Code
Preformatted text<pre>
 lines
 of code
</pre>
+
Inline Code@Inline Code@Inline Code
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>
+
Вграден код<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
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
Headings (more)
Heading 1h1. Title 1

Title 1

Heading 2h2. Title 2

Title 2

Heading 3h3. Title 3

Title 3

Heading 1h1. Title 1

Title 1

Heading 2h2. Title 2

Title 2

Heading 3h3. 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
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!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 d8116d762..dc3b723d9 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
Negreta*Negreta*Negreta
Cursiva_Cursiva_Cursiva
Subratllat+Subratllat+Subratllat
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>
+
Codi en línia@Codi en línia@Codi en línia
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>
+
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
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
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

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

Links (more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Links del Redmine (more)
Link a la pagina Wiki[[Pagina Wiki]]Pagina Wiki
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!
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 daf0076da..2222010cb 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ý
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ý
??Citace??Citace
vnořený kód@vnořený kód@vnořený kód
předformátovaný text<pre>
 Å™Ã¡dky
 kódu
</pre>
+
vnořený kód@vnořený kód@vnořený kód
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>
+
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
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
Nadpisy (more)
Nadpis 1h1. Nadpis 1

Nadpis 1

Nadpis 2h2. Nadpis 2

Nadpis 2

Nadpis 3h3. Nadpis 3

Nadpis 3

Nadpis 1h1. Nadpis 1

Nadpis 1

Nadpis 2h2. Nadpis 2

Nadpis 2

Nadpis 3h3. 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
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!
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 525e6d033..95c5acd3d 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
Fett*Fett*Fett
Kursiv_Kursiv_Kursiv
Unterstrichen+Unterstrichen+Unterstrichen
Durchgestrichen-Durchgestrichen-Durchgestrichen
??Zitat??Zitat
Inline-Code@Inline-Code@Inline-Code
Vorformatierter Text<pre>
 vorformatierte
 Codezeilen
</pre>
+
Inline-Code@Inline-Code@Inline-Code
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>
+
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
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
Überschriften (mehr)
Überschrift 1h1. Überschrift 1

Überschrift 1

Überschrift 2h2. Überschrift 2

Überschrift 2

Überschrift 3h3. Überschrift 3

Überschrift 3

Überschrift 1h1. Überschrift 1

Überschrift 1

Überschrift 2h2. Überschrift 2

Überschrift 2

Überschrift 3h3. Ü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
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!
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 b80067af5..b9919e88b 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
Strong*Strong*Strong
Italic_Italic_Italic
Underline+Underline+Underline
Deleted-Deleted-Deleted
??Quote??Quote
Inline Code@Inline Code@Inline Code
Preformatted text<pre>
 lines
 of code
</pre>
+
Inline Code@Inline Code@Inline Code
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>
+
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
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
Headings (more)
Heading 1h1. Title 1

Title 1

Heading 2h2. Title 2

Title 2

Heading 3h3. Title 3

Title 3

Heading 1h1. Title 1

Title 1

Heading 2h2. Title 2

Title 2

Heading 3h3. 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
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!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 b80067af5..b9919e88b 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
Negrita*Negrita*Negrita
Cursiva_Cursiva_Cursiva
Subrayado+Subrayado+Subrayado
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>
+
Código en linea@Código en linea@Código en linea
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>
+
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
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
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

Cabecera 1h1. Título 1

Título 1

Cabecera 2h2. Título 2

Título 2

Cabecera 3h3. 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
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
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!
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 1593c8b65..f04211f53 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
Negrita*Negrita*Negrita
Cursiva_Cursiva_Cursiva
Subrayado+Subrayado+Subrayado
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>
+
Código en linea@Código en linea@Código en linea
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>
+
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
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
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

Cabecera 1h1. Título 1

Título 1

Cabecera 2h2. Título 2

Título 2

Cabecera 3h3. 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
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
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!
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 76ecbe504..367b49ec6 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é
Strong*Gras*Gras
Italic_Italique_Italique
Underline+Sous-ligné+Sous-ligné
Deleted-Barré-Barré
??Citation??Citation
Inline Code@Code en ligne@Code en ligne
Preformatted text<pre>
 lignes
 de code
</pre>
+
Inline Code@Code en ligne@Code en ligne
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>
+
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
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
Titres (more)
Heading 1h1. Titre 1

Titre 1

Heading 2h2. Titre 2

Titre 2

Heading 3h3. Titre 3

Titre 3

Heading 1h1. Titre 1

Titre 1

Heading 2h2. Titre 2

Titre 2

Heading 3h3. 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
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!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 985157f03..b51856851 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
Strong*Strong*Strong
Italic_Italic_Italic
Underline+Underline+Underline
Deleted-Deleted-Deleted
??Quote??Quote
Inline Code@Inline Code@Inline Code
Preformatted text<pre>
 lines
 of code
</pre>
+
Inline Code@Inline Code@Inline Code
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>
+
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
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
Headings (more)
Heading 1h1. Title 1

Title 1

Heading 2h2. Title 2

Title 2

Heading 3h3. Title 3

Title 3

Heading 1h1. Title 1

Title 1

Heading 2h2. Title 2

Title 2

Heading 3h3. 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
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!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 8635c3967..2a3aba448 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 @@
フォントスタイル (詳細)
太字*太字*太字
斜体_斜体_斜体
下線+下線+下線
取り消し線-取り消し線-取り消し線
太字*太字*太字
斜体_斜体_斜体
下線+下線+下線
取り消し線-取り消し線-取り消し線
??引用??引用
コード@コード@コード
整形済みテキスト<pre>
 è¤‡æ•°è¡Œã®
 ã‚³ãƒ¼ãƒ‰
</pre>
+
コード@コード@コード
整形済みテキスト<pre>
 è¤‡æ•°è¡Œã®
 ã‚³ãƒ¼ãƒ‰
</pre>
 複数行の
 コード
@@ -25,7 +25,7 @@
 
コードハイライト (詳細 | 対応言語)
コードハイライト<pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
+
コードハイライト<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
リスト* 項目1
** 下位階層の項目
* 項目2
  • 項目1
    • 下位階層の項目
  • 項目2
順序付きリスト# 項目1
## 下位階層の項目
# 項目2
  1. 項目1
    1. 下位階層の項目
  2. 項目2
見出し (詳細)
見出し1h1. タイトル1

タイトル1

見出し2h2. タイトル2

タイトル2

見出し3h3. タイトル3

タイトル3

見出し1h1. タイトル1

タイトル1

見出し2h2. タイトル2

タイトル2

見出し3h3. タイトル3

タイトル3

リンク (詳細)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Redmine内のリンク (詳細)
Wikiページへのリンク[[Wiki page]]Wiki page
Wikiページへのリンク[[Wiki page]]Wiki page
チケット #12チケット #12
##12Bug #12: The issue subject
リビジョン r43リビジョン r43
source:some/filesource:some/file
画像 (詳細)
Image!画像URL!
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 525e6d033..95c5acd3d 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
Strong*Strong*Strong
Italic_Italic_Italic
Underline+Underline+Underline
Deleted-Deleted-Deleted
??Quote??Quote
Inline Code@Inline Code@Inline Code
Preformatted text<pre>
 lines
 of code
</pre>
+
Inline Code@Inline Code@Inline Code
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>
+
색상화한 코드<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
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
Headings (more)
Heading 1h1. Title 1

Title 1

Heading 2h2. Title 2

Title 2

Heading 3h3. Title 3

Title 3

Heading 1h1. Title 1

Title 1

Heading 2h2. Title 2

Title 2

Heading 3h3. 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
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!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 1cfff7af5..4a7a8f57e 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
Strong*Strong*Strong
Italic_Italic_Italic
Underline+Underline+Underline
Deleted-Deleted-Deleted
??Quote??Quote
Inline Code@Inline Code@Inline Code
Preformatted text<pre>
 lines
 of code
</pre>
+
Inline Code@Inline Code@Inline Code
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>
+
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
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
Headings (more)
Heading 1h1. Title 1

Title 1

Heading 2h2. Title 2

Title 2

Heading 3h3. Title 3

Title 3

Heading 1h1. Title 1

Title 1

Heading 2h2. Title 2

Title 2

Heading 3h3. 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
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!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 40ad8f18e..5976e821b 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
Strong*Strong*Strong
Italic_Italic_Italic
Underline+Underline+Underline
Deleted-Deleted-Deleted
??Quote??Quote
Inline Code@Inline Code@Inline Code
Preformatted text<pre>
 lines
 of code
</pre>
+
Inline Code@Inline Code@Inline Code
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>
+
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
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
Headings (more)
Heading 1h1. Title 1

Title 1

Heading 2h2. Title 2

Title 2

Heading 3h3. Title 3

Title 3

Heading 1h1. Title 1

Title 1

Heading 2h2. Title 2

Title 2

Heading 3h3. 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
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!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 df9552118..caedc729f 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 e837fd625..2d22a40e7 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
Strong*Negrito*Negrito
Italic_Itálico_Itálico
Underline+Sublinhado+Sublinhado
Deleted-Tachado-Tachado
??Citação??Citação
Inline Code@Código Inline@Código Inline
Preformatted text<pre>
 linhas
 de código
</pre>
+
Inline Code@Código Inline@Código Inline
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>
+
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
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
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

Heading 1h1. Título 1

Título 1

Heading 2h2. Título 2

Título 2

Heading 3h3. 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
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!url_da_imagem!
!imagem_anexada!
Tabelas
Стили Шрифтов (more)
ВыделенныйВыделенный *Выделенный* Выделенный
НаклонныйНаклонный _Наклонный_ Наклонный
ПодчёркнутыйПодчёркнутый +Подчёркнутый+ Подчёркнутый
ЗачёркнутыйЗачёркнутый -Зачёркнутый- Зачёркнутый @@ -43,12 +43,12 @@ Цитата
Вставка КодаВставка Кода @Вставка Кода@ Вставка Кода
Отформатированный текстОтформатированный текст <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>
+
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
Несортированный список* Элемент 1
** Подэлемент
* Элемент 2
  • Элемент 1
    • Подэлемент
  • Элемент 2
Сортированный список# Элемент 1
## Подэлемент
# Элемент 2
  1. Элемент 1
    1. Подэлемент
  2. Элемент 2
Заголовки (more)
Заголовок 1Заголовок 1 h1. Название 1

Название 1

Заголовок 2Заголовок 2 h2. Название 2

Название 2

Заголовок 3Заголовок 3 h3. Название 3

Название 3

Ссылки Redmine (more)
Ссылка на Wiki страницуСсылка на Wiki страницу [[Wiki страница]] Wiki страница
Вставка изображений (more)
ИзображениеИзображение !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 74fcf14f7..0541332e5 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-நீக்கப்பட்டது-நீக்கப்பட்டது
Strong*வலுவான*வலுவான
Italic_சாய்வு_சாய்வு
Underline+அடிக்கோடிட்டு+அடிக்கோடிட்டு
Deleted-நீக்கப்பட்டது-நீக்கப்பட்டது
??மேற்கோள்??மேற்கோள்
Inline Code@இன்லைன் குறியீடு@இன்லைன் குறியீடு
Preformatted text<pre>
 à®•à¯‡à®¾à®Ÿà¯à®•à®³à¯
 à®•à¯à®±à®¿à®¯à¯€à®Ÿà¯
</pre>
+
Inline Code@இன்லைன் குறியீடு@இன்லைன் குறியீடு
Preformatted text<pre>
 à®•à¯‡à®¾à®Ÿà¯à®•à®³à¯
 à®•à¯à®±à®¿à®¯à¯€à®Ÿà¯
</pre>
  கோடுகள்
  குறியீடு
@@ -25,7 +25,7 @@
 
சிறப்பம்சமாக குறியீடு (மேலும்) | supported languages)
Highlighted code<pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
+
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
Unordered list* பொருள் 1
** துணை
* பொருள் 2
  • பொருள் 1
    • துணை
  • பொருள் 2
Ordered list# பொருள் 1
## துணை
# பொருள் 2
  1. பொருள் 1
    1. துணை
  2. பொருள் 2
தலைப்புகள் (மேலும்)
Heading 1h1. தலைப்பு 1

தலைப்பு 1

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

தலைப்பு 2

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

தலைப்பு 3

Heading 1h1. தலைப்பு 1

தலைப்பு 1

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

தலைப்பு 2

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

தலைப்பு 3

இணைப்புகள் (மேலும்)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Redmine இணைப்புகள் (மேலும்)
Link to a Wiki page[[Wiki page]]Wiki page
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!படம்_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 da3f3d02e..63589af63 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)
Жирний*Жирний*Жирний
Курсив_Курсив_Курсив
Підкреслений+Підкреслений+Підкреслений
Закреслений-Закреслений-Закреслений
Жирний*Жирний*Жирний
Курсив_Курсив_Курсив
Підкреслений+Підкреслений+Підкреслений
Закреслений-Закреслений-Закреслений
??Цитування??Цитування
Інлайн код@Інлайн код@Інлайн код
Попередньо відформатований текст<pre>
 ÐŸÐ¾Ð¿ÐµÑ€ÐµÐ´Ð½ÑŒÐ¾
 Ð²Ñ–дформатований
 Ñ‚екст
</pre>
+
Інлайн код@Інлайн код@Інлайн код
Попередньо відформатований текст<pre>
 ÐŸÐ¾Ð¿ÐµÑ€ÐµÐ´Ð½ÑŒÐ¾
 Ð²Ñ–дформатований
 Ñ‚екст
</pre>
  Попередньо
  відформатований
@@ -26,7 +26,7 @@
 
иділений код (more | supported languages)
Виділений код<pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
+
Виділений код<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. Пункт
Ненумерованний список* Пункт
** Підпункт
* Пункт
  • Пункт
    • Підпункт
  • Пункт
Нумерований список# Пункт
## Підпункт
# Пункт
  1. Пункт
    1. Підпункт
  2. Пункт
Заголовоки (more)
Заголовок 1h1. Заголовок 1

Заголовок 1

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

Заголовок 2

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

Заголовок 3

Заголовок 1h1. Заголовок 1

Заголовок 1

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

Заголовок 2

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

Заголовок 3

Лінки(посилання) (more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Redmine посилання (more)
Посилання на вікі сторінку[[Вікі сторінка]]Вікі сторінка
Посилання на вікі сторінку[[Вікі сторінка]]Вікі сторінка
Завдання #12Завдання #12
##12Bug #12: The issue subject
Revision r43Revision r43
source:some/filesource:some/file
Вбудоване(inline) зображення (more)
Зображення!image_url!
Зображення!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 c31fb04ee..7ae545a22 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)
強調粗體*強調粗體*強調粗體
斜體_斜體_斜體
底線+底線+底線
刪除線-刪除線-刪除線
強調粗體*強調粗體*強調粗體
斜體_斜體_斜體
底線+底線+底線
刪除線-刪除線-刪除線
??引文??引文
內嵌程式碼@內嵌程式碼@內嵌程式碼 (inline code)
預先格式化的段落文字<pre>
 æ ¼å¼åŒ–
 çš„段落文字
</pre>
+
內嵌程式碼@內嵌程式碼@內嵌程式碼 (inline code)
預先格式化的段落文字<pre>
 æ ¼å¼åŒ–
 çš„段落文字
</pre>
  格式化
  的段落文字
@@ -25,7 +25,7 @@
 
反白程式碼 (more | supported languages)
反白程式碼<pre><code class="ruby">
3.times do
  puts 'Hello'
end
</code></pre>
+
反白程式碼<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
不排序清單* 清單項目 1
** 子清單項目
* 清單項目 2
  • 清單項目 1
    • 子清單項目
  • 清單項目 2
排序清單# 清單項目 1
## Sub
# 清單項目 2
  1. 清單項目 1
    1. Sub
  2. 清單項目 2
標題 (more)
標題 1h1. 標題 1

標題 1

標題 2h2. 標題 2

標題 2

標題 3h3. 標題 3

標題 3

標題 1h1. 標題 1

標題 1

標題 2h2. 標題 2

標題 2

標題 3h3. 標題 3

標題 3

連結 (more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Redmine 連結 (more)
連結至一個 Wiki 頁面[[Wiki 頁面]]Wiki 頁面
連結至一個 Wiki 頁面[[Wiki 頁面]]Wiki 頁面
議題 #12議題 #12
##12Bug #12: The issue subject
版次 r43版次 r43
source:some/filesource:some/file
內嵌圖像 (more)
圖像!圖像_url!
圖像!圖像_url!
!附加_圖像!
表格
- - - - + + + + - - + - - - + + - - - + + + - + @@ -54,7 +54,7 @@ - + -- 2.39.5
字体风格 (more)
粗体*粗体*粗体
斜体_Italic_斜体
下划线+下划线+下划线
删除线-删除线-删除线
粗体*粗体*粗体
斜体_Italic_斜体
下划线+下划线+下划线
删除线-删除线-删除线
??引用??引用
内嵌程序代码@内嵌程序代码@内嵌程序代码
预先格式化的段落<pre>
 æ ¼å¼åŒ–
 çš„段落
</pre>
+
内嵌程序代码@内嵌程序代码@内嵌程序代码
预先格式化的段落<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>
+
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
不排序列表* 列表项 1
** Sub
* 列表项 2
  • 列表项 1
    • 子项
  • 列表项 2
排序列表# 列表项 1
## Sub
# 列表项 2
  1. 列表项 1
    1. 子项
  2. 列表项 2
标题 (more)
标题 1h1. 标题 1

标题 1

标题 2h2. 标题 2

标题 2

标题 3h3. 标题 3

标题 3

标题 1h1. 标题 1

标题 1

标题 2h2. 标题 2

标题 2

标题 3h3. 标题 3

标题 3

链接 (more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Redmine 链接 (more)
链接到一个Wiki 页面[[Wiki 页面]]Wiki 页面
链接到一个Wiki 页面[[Wiki 页面]]Wiki 页面
问题 #12问题 #12
##12Bug #12: The issue subject
修订 r43修订 r43
source:some/file代码:source:some/file
内嵌图片 (more)
Image!image_url!
Image!image_url!
!attached_image!
表格