diff options
author | Go MAEDA <maeda@farend.jp> | 2018-04-11 21:58:59 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-04-11 21:58:59 +0000 |
commit | 3e97bc6d94a3773949abb35965d60a51505cf65e (patch) | |
tree | eb322675a470764a54c050259ad9101d50281a17 /public/help | |
parent | 8b0bfbbc8b05c12e29199feb99ff6042a3461b67 (diff) | |
download | redmine-3e97bc6d94a3773949abb35965d60a51505cf65e.tar.gz redmine-3e97bc6d94a3773949abb35965d60a51505cf65e.zip |
Change the value of "pre" button in Markdown toolbar from "~~~" to "```" (#22843).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@17295 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/help')
98 files changed, 147 insertions, 147 deletions
diff --git a/public/help/ar/wiki_syntax_detailed_markdown.html b/public/help/ar/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/ar/wiki_syntax_detailed_markdown.html +++ b/public/help/ar/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/ar/wiki_syntax_markdown.html b/public/help/ar/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/ar/wiki_syntax_markdown.html +++ b/public/help/ar/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/az/wiki_syntax_detailed_markdown.html b/public/help/az/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/az/wiki_syntax_detailed_markdown.html +++ b/public/help/az/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/az/wiki_syntax_markdown.html b/public/help/az/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/az/wiki_syntax_markdown.html +++ b/public/help/az/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/bg/wiki_syntax_detailed_markdown.html b/public/help/bg/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/bg/wiki_syntax_detailed_markdown.html +++ b/public/help/bg/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/bg/wiki_syntax_markdown.html b/public/help/bg/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/bg/wiki_syntax_markdown.html +++ b/public/help/bg/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/bs/wiki_syntax_detailed_markdown.html b/public/help/bs/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/bs/wiki_syntax_detailed_markdown.html +++ b/public/help/bs/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/bs/wiki_syntax_markdown.html b/public/help/bs/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/bs/wiki_syntax_markdown.html +++ b/public/help/bs/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/ca/wiki_syntax_detailed_markdown.html b/public/help/ca/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/ca/wiki_syntax_detailed_markdown.html +++ b/public/help/ca/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/ca/wiki_syntax_markdown.html b/public/help/ca/wiki_syntax_markdown.html index 3cad889a2..28625f1d4 100644 --- a/public/help/ca/wiki_syntax_markdown.html +++ b/public/help/ca/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Cursiva" /></th><td>*Cursiva*</td><td><em>Cursiva</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Eliminat" /></th><td>~~Eliminat~~</td><td><del>Eliminat</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Codi en línia" /></th><td>`Codi en línia`</td><td><code>Codi en línia</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Linies de codi" /></th><td>~~~<br /> linies<br /> de codi<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Linies de codi" /></th><td>```<br /> linies<br /> de codi<br />```</td><td> <pre> linies de codi diff --git a/public/help/cs/wiki_syntax_detailed_markdown.html b/public/help/cs/wiki_syntax_detailed_markdown.html index ea554565f..bd514f1a2 100644 --- a/public/help/cs/wiki_syntax_detailed_markdown.html +++ b/public/help/cs/wiki_syntax_detailed_markdown.html @@ -285,9 +285,9 @@ Pro rozbalení klikněte na odkaz. <p>Kód můžete na stránce zvýraznit pomocí následující syntaxe (záleží na velikosti písma jazyku nebo aliasu):</p> <pre> -~~~ ruby +``` ruby Váš kód vložte zde. -~~~ +``` </pre> <p>Např:</p> diff --git a/public/help/cs/wiki_syntax_markdown.html b/public/help/cs/wiki_syntax_markdown.html index 57131af0d..c2b23201f 100644 --- a/public/help/cs/wiki_syntax_markdown.html +++ b/public/help/cs/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Kurzívou*</td><td><em>Kurzívou</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Smazaný~~</td><td><del>Smazaný</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Vnořený kód`</td><td><code>Vnořený kód</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> řádky<br /> kódu<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> řádky<br /> kódu<br />```</td><td> <pre> řádky kódu diff --git a/public/help/da/wiki_syntax_detailed_markdown.html b/public/help/da/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/da/wiki_syntax_detailed_markdown.html +++ b/public/help/da/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/da/wiki_syntax_markdown.html b/public/help/da/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/da/wiki_syntax_markdown.html +++ b/public/help/da/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/de/wiki_syntax_detailed_markdown.html b/public/help/de/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/de/wiki_syntax_detailed_markdown.html +++ b/public/help/de/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/de/wiki_syntax_markdown.html b/public/help/de/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/de/wiki_syntax_markdown.html +++ b/public/help/de/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/el/wiki_syntax_detailed_markdown.html b/public/help/el/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/el/wiki_syntax_detailed_markdown.html +++ b/public/help/el/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/el/wiki_syntax_markdown.html b/public/help/el/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/el/wiki_syntax_markdown.html +++ b/public/help/el/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/en-gb/wiki_syntax_detailed_markdown.html b/public/help/en-gb/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/en-gb/wiki_syntax_detailed_markdown.html +++ b/public/help/en-gb/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/en-gb/wiki_syntax_markdown.html b/public/help/en-gb/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/en-gb/wiki_syntax_markdown.html +++ b/public/help/en-gb/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/en/wiki_syntax_detailed_markdown.html b/public/help/en/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/en/wiki_syntax_detailed_markdown.html +++ b/public/help/en/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/en/wiki_syntax_markdown.html b/public/help/en/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/en/wiki_syntax_markdown.html +++ b/public/help/en/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/es-pa/wiki_syntax_detailed_markdown.html b/public/help/es-pa/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/es-pa/wiki_syntax_detailed_markdown.html +++ b/public/help/es-pa/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/es-pa/wiki_syntax_markdown.html b/public/help/es-pa/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/es-pa/wiki_syntax_markdown.html +++ b/public/help/es-pa/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/es/wiki_syntax_detailed_markdown.html b/public/help/es/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/es/wiki_syntax_detailed_markdown.html +++ b/public/help/es/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/es/wiki_syntax_markdown.html b/public/help/es/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/es/wiki_syntax_markdown.html +++ b/public/help/es/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/et/wiki_syntax_detailed_markdown.html b/public/help/et/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/et/wiki_syntax_detailed_markdown.html +++ b/public/help/et/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/et/wiki_syntax_markdown.html b/public/help/et/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/et/wiki_syntax_markdown.html +++ b/public/help/et/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/eu/wiki_syntax_detailed_markdown.html b/public/help/eu/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/eu/wiki_syntax_detailed_markdown.html +++ b/public/help/eu/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/eu/wiki_syntax_markdown.html b/public/help/eu/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/eu/wiki_syntax_markdown.html +++ b/public/help/eu/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/fa/wiki_syntax_detailed_markdown.html b/public/help/fa/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/fa/wiki_syntax_detailed_markdown.html +++ b/public/help/fa/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/fa/wiki_syntax_markdown.html b/public/help/fa/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/fa/wiki_syntax_markdown.html +++ b/public/help/fa/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/fi/wiki_syntax_detailed_markdown.html b/public/help/fi/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/fi/wiki_syntax_detailed_markdown.html +++ b/public/help/fi/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/fi/wiki_syntax_markdown.html b/public/help/fi/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/fi/wiki_syntax_markdown.html +++ b/public/help/fi/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/fr/wiki_syntax_detailed_markdown.html b/public/help/fr/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/fr/wiki_syntax_detailed_markdown.html +++ b/public/help/fr/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/fr/wiki_syntax_markdown.html b/public/help/fr/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/fr/wiki_syntax_markdown.html +++ b/public/help/fr/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/gl/wiki_syntax_detailed_markdown.html b/public/help/gl/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/gl/wiki_syntax_detailed_markdown.html +++ b/public/help/gl/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/gl/wiki_syntax_markdown.html b/public/help/gl/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/gl/wiki_syntax_markdown.html +++ b/public/help/gl/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/he/wiki_syntax_detailed_markdown.html b/public/help/he/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/he/wiki_syntax_detailed_markdown.html +++ b/public/help/he/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/he/wiki_syntax_markdown.html b/public/help/he/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/he/wiki_syntax_markdown.html +++ b/public/help/he/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/hr/wiki_syntax_detailed_markdown.html b/public/help/hr/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/hr/wiki_syntax_detailed_markdown.html +++ b/public/help/hr/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/hr/wiki_syntax_markdown.html b/public/help/hr/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/hr/wiki_syntax_markdown.html +++ b/public/help/hr/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/hu/wiki_syntax_detailed_markdown.html b/public/help/hu/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/hu/wiki_syntax_detailed_markdown.html +++ b/public/help/hu/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/hu/wiki_syntax_markdown.html b/public/help/hu/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/hu/wiki_syntax_markdown.html +++ b/public/help/hu/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/id/wiki_syntax_detailed_markdown.html b/public/help/id/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/id/wiki_syntax_detailed_markdown.html +++ b/public/help/id/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/id/wiki_syntax_markdown.html b/public/help/id/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/id/wiki_syntax_markdown.html +++ b/public/help/id/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/it/wiki_syntax_detailed_markdown.html b/public/help/it/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/it/wiki_syntax_detailed_markdown.html +++ b/public/help/it/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/it/wiki_syntax_markdown.html b/public/help/it/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/it/wiki_syntax_markdown.html +++ b/public/help/it/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/ja/wiki_syntax_detailed_markdown.html b/public/help/ja/wiki_syntax_detailed_markdown.html index 1078ab373..4108ea79d 100644 --- a/public/help/ja/wiki_syntax_detailed_markdown.html +++ b/public/help/ja/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ To go live, all you need to add is a database and a web server. <p>Wiki記法に対応している箇所であればどこでも以下の記述によりコードハイライトが利用できます (言語名・別名では大文字・小文字は区別されません):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>表示例:</p> diff --git a/public/help/ja/wiki_syntax_markdown.html b/public/help/ja/wiki_syntax_markdown.html index e5f6b86ee..37626eb77 100644 --- a/public/help/ja/wiki_syntax_markdown.html +++ b/public/help/ja/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="斜体" /></th><td>*斜体*</td><td><em>斜体</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="取り消し線" /></th><td>~~取り消し線~~</td><td><del>取り消し線</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="コード" /></th><td>`コード`</td><td><code>コード</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="整形済みテキスト" /></th><td>~~~<br /> 複数行の<br /> コード<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="整形済みテキスト" /></th><td>```<br /> 複数行の<br /> コード<br />```</td><td> <pre> 複数行の コード diff --git a/public/help/ko/wiki_syntax_detailed_markdown.html b/public/help/ko/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/ko/wiki_syntax_detailed_markdown.html +++ b/public/help/ko/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/ko/wiki_syntax_markdown.html b/public/help/ko/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/ko/wiki_syntax_markdown.html +++ b/public/help/ko/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/lt/wiki_syntax_detailed_markdown.html b/public/help/lt/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/lt/wiki_syntax_detailed_markdown.html +++ b/public/help/lt/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/lt/wiki_syntax_markdown.html b/public/help/lt/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/lt/wiki_syntax_markdown.html +++ b/public/help/lt/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/lv/wiki_syntax_detailed_markdown.html b/public/help/lv/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/lv/wiki_syntax_detailed_markdown.html +++ b/public/help/lv/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/lv/wiki_syntax_markdown.html b/public/help/lv/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/lv/wiki_syntax_markdown.html +++ b/public/help/lv/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/mk/wiki_syntax_detailed_markdown.html b/public/help/mk/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/mk/wiki_syntax_detailed_markdown.html +++ b/public/help/mk/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/mk/wiki_syntax_markdown.html b/public/help/mk/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/mk/wiki_syntax_markdown.html +++ b/public/help/mk/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/mn/wiki_syntax_detailed_markdown.html b/public/help/mn/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/mn/wiki_syntax_detailed_markdown.html +++ b/public/help/mn/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/mn/wiki_syntax_markdown.html b/public/help/mn/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/mn/wiki_syntax_markdown.html +++ b/public/help/mn/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/nl/wiki_syntax_detailed_markdown.html b/public/help/nl/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/nl/wiki_syntax_detailed_markdown.html +++ b/public/help/nl/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/nl/wiki_syntax_markdown.html b/public/help/nl/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/nl/wiki_syntax_markdown.html +++ b/public/help/nl/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/no/wiki_syntax_detailed_markdown.html b/public/help/no/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/no/wiki_syntax_detailed_markdown.html +++ b/public/help/no/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/no/wiki_syntax_markdown.html b/public/help/no/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/no/wiki_syntax_markdown.html +++ b/public/help/no/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/pl/wiki_syntax_detailed_markdown.html b/public/help/pl/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/pl/wiki_syntax_detailed_markdown.html +++ b/public/help/pl/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/pl/wiki_syntax_markdown.html b/public/help/pl/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/pl/wiki_syntax_markdown.html +++ b/public/help/pl/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/pt-br/wiki_syntax_detailed_markdown.html b/public/help/pt-br/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/pt-br/wiki_syntax_detailed_markdown.html +++ b/public/help/pt-br/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/pt-br/wiki_syntax_markdown.html b/public/help/pt-br/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/pt-br/wiki_syntax_markdown.html +++ b/public/help/pt-br/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/pt/wiki_syntax_detailed_markdown.html b/public/help/pt/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/pt/wiki_syntax_detailed_markdown.html +++ b/public/help/pt/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/pt/wiki_syntax_markdown.html b/public/help/pt/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/pt/wiki_syntax_markdown.html +++ b/public/help/pt/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/ro/wiki_syntax_detailed_markdown.html b/public/help/ro/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/ro/wiki_syntax_detailed_markdown.html +++ b/public/help/ro/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/ro/wiki_syntax_markdown.html b/public/help/ro/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/ro/wiki_syntax_markdown.html +++ b/public/help/ro/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/ru/wiki_syntax_detailed_markdown.html b/public/help/ru/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/ru/wiki_syntax_detailed_markdown.html +++ b/public/help/ru/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/ru/wiki_syntax_markdown.html b/public/help/ru/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/ru/wiki_syntax_markdown.html +++ b/public/help/ru/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/sk/wiki_syntax_detailed_markdown.html b/public/help/sk/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/sk/wiki_syntax_detailed_markdown.html +++ b/public/help/sk/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/sk/wiki_syntax_markdown.html b/public/help/sk/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/sk/wiki_syntax_markdown.html +++ b/public/help/sk/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/sl/wiki_syntax_detailed_markdown.html b/public/help/sl/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/sl/wiki_syntax_detailed_markdown.html +++ b/public/help/sl/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/sl/wiki_syntax_markdown.html b/public/help/sl/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/sl/wiki_syntax_markdown.html +++ b/public/help/sl/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/sq/wiki_syntax_detailed_markdown.html b/public/help/sq/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/sq/wiki_syntax_detailed_markdown.html +++ b/public/help/sq/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/sq/wiki_syntax_markdown.html b/public/help/sq/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/sq/wiki_syntax_markdown.html +++ b/public/help/sq/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/sr-yu/wiki_syntax_detailed_markdown.html b/public/help/sr-yu/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/sr-yu/wiki_syntax_detailed_markdown.html +++ b/public/help/sr-yu/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/sr-yu/wiki_syntax_markdown.html b/public/help/sr-yu/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/sr-yu/wiki_syntax_markdown.html +++ b/public/help/sr-yu/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/sr/wiki_syntax_detailed_markdown.html b/public/help/sr/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/sr/wiki_syntax_detailed_markdown.html +++ b/public/help/sr/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/sr/wiki_syntax_markdown.html b/public/help/sr/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/sr/wiki_syntax_markdown.html +++ b/public/help/sr/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/sv/wiki_syntax_detailed_markdown.html b/public/help/sv/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/sv/wiki_syntax_detailed_markdown.html +++ b/public/help/sv/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/sv/wiki_syntax_markdown.html b/public/help/sv/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/sv/wiki_syntax_markdown.html +++ b/public/help/sv/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/th/wiki_syntax_detailed_markdown.html b/public/help/th/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/th/wiki_syntax_detailed_markdown.html +++ b/public/help/th/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/th/wiki_syntax_markdown.html b/public/help/th/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/th/wiki_syntax_markdown.html +++ b/public/help/th/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/tr/wiki_syntax_detailed_markdown.html b/public/help/tr/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/tr/wiki_syntax_detailed_markdown.html +++ b/public/help/tr/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/tr/wiki_syntax_markdown.html b/public/help/tr/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/tr/wiki_syntax_markdown.html +++ b/public/help/tr/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/uk/wiki_syntax_detailed_markdown.html b/public/help/uk/wiki_syntax_detailed_markdown.html index ea01bdb16..15b1a2788 100644 --- a/public/help/uk/wiki_syntax_detailed_markdown.html +++ b/public/help/uk/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ http://www.redmine.org, someone@foo.bar <p>Ви можете виділити підсвіткою код в будь-якому місці, яке підтримує вікі-форматування, використовуючи наступний синтаксис (зверніть увагу, що назва мови або псевдонім не чутливі до регістру):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Приклад:</p> diff --git a/public/help/uk/wiki_syntax_markdown.html b/public/help/uk/wiki_syntax_markdown.html index af138db46..f64a608e7 100644 --- a/public/help/uk/wiki_syntax_markdown.html +++ b/public/help/uk/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Курсив" /></th><td>*Курсив*</td><td><em>Курсив</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Закреслений" /></th><td>~~Закреслений~~</td><td><del>Закреслений</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Інлайн код" /></th><td>`Інлайн код`</td><td><code>Інлайн код</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Попередньо відформатований текст" /></th><td>~~~<br /> Попередньо<br /> відформатований<br /> текст<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Попередньо відформатований текст" /></th><td>```<br /> Попередньо<br /> відформатований<br /> текст<br />```</td><td> <pre> Попередньо відформатований diff --git a/public/help/vi/wiki_syntax_detailed_markdown.html b/public/help/vi/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/vi/wiki_syntax_detailed_markdown.html +++ b/public/help/vi/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/vi/wiki_syntax_markdown.html b/public/help/vi/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/vi/wiki_syntax_markdown.html +++ b/public/help/vi/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code diff --git a/public/help/zh-tw/wiki_syntax_detailed_markdown.html b/public/help/zh-tw/wiki_syntax_detailed_markdown.html index c716afcad..b29a5bc46 100644 --- a/public/help/zh-tw/wiki_syntax_detailed_markdown.html +++ b/public/help/zh-tw/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>您可載任何支援 Wiki 格式設定的地方,使用這個語法來醒目提示程式碼 (注意語言與其別名的名稱不須區分大小寫):</p> <pre> -~~~ ruby +``` ruby 將程式碼放在這裡。 -~~~ +``` </pre> <p>範例:</p> diff --git a/public/help/zh-tw/wiki_syntax_markdown.html b/public/help/zh-tw/wiki_syntax_markdown.html index e62c72010..143f9c400 100644 --- a/public/help/zh-tw/wiki_syntax_markdown.html +++ b/public/help/zh-tw/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="斜體" /></th><td>*斜體*</td><td><em>斜體</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="刪除線" /></th><td>~~刪除線~~</td><td><del>刪除線</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="內嵌程式碼" /></th><td>`內嵌程式碼`</td><td><code>內嵌程式碼</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="預先格式化的段落文字" /></th><td>~~~<br /> 格式化<br /> 的段落文字<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="預先格式化的段落文字" /></th><td>```<br /> 格式化<br /> 的段落文字<br />```</td><td> <pre> 格式化 的段落文字 diff --git a/public/help/zh/wiki_syntax_detailed_markdown.html b/public/help/zh/wiki_syntax_detailed_markdown.html index cc4eb7025..9de20c001 100644 --- a/public/help/zh/wiki_syntax_detailed_markdown.html +++ b/public/help/zh/wiki_syntax_detailed_markdown.html @@ -286,9 +286,9 @@ It can be expanded by clicking a link. <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> <pre> -~~~ ruby +``` ruby Place your code here. -~~~ +``` </pre> <p>Example:</p> diff --git a/public/help/zh/wiki_syntax_markdown.html b/public/help/zh/wiki_syntax_markdown.html index 39f8a3c26..27cecc981 100644 --- a/public/help/zh/wiki_syntax_markdown.html +++ b/public/help/zh/wiki_syntax_markdown.html @@ -15,7 +15,7 @@ <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> lines<br /> of code<br />```</td><td> <pre> lines of code |