]> source.dussan.org Git - redmine.git/commitdiff
Change the value of "pre" button in Markdown toolbar from "~~~" to "```" (#22843).
authorGo MAEDA <maeda@farend.jp>
Wed, 11 Apr 2018 21:58:59 +0000 (21:58 +0000)
committerGo MAEDA <maeda@farend.jp>
Wed, 11 Apr 2018 21:58:59 +0000 (21:58 +0000)
Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@17295 e93f8b46-1217-0410-a6f0-8f06a7374b81

99 files changed:
public/help/ar/wiki_syntax_detailed_markdown.html
public/help/ar/wiki_syntax_markdown.html
public/help/az/wiki_syntax_detailed_markdown.html
public/help/az/wiki_syntax_markdown.html
public/help/bg/wiki_syntax_detailed_markdown.html
public/help/bg/wiki_syntax_markdown.html
public/help/bs/wiki_syntax_detailed_markdown.html
public/help/bs/wiki_syntax_markdown.html
public/help/ca/wiki_syntax_detailed_markdown.html
public/help/ca/wiki_syntax_markdown.html
public/help/cs/wiki_syntax_detailed_markdown.html
public/help/cs/wiki_syntax_markdown.html
public/help/da/wiki_syntax_detailed_markdown.html
public/help/da/wiki_syntax_markdown.html
public/help/de/wiki_syntax_detailed_markdown.html
public/help/de/wiki_syntax_markdown.html
public/help/el/wiki_syntax_detailed_markdown.html
public/help/el/wiki_syntax_markdown.html
public/help/en-gb/wiki_syntax_detailed_markdown.html
public/help/en-gb/wiki_syntax_markdown.html
public/help/en/wiki_syntax_detailed_markdown.html
public/help/en/wiki_syntax_markdown.html
public/help/es-pa/wiki_syntax_detailed_markdown.html
public/help/es-pa/wiki_syntax_markdown.html
public/help/es/wiki_syntax_detailed_markdown.html
public/help/es/wiki_syntax_markdown.html
public/help/et/wiki_syntax_detailed_markdown.html
public/help/et/wiki_syntax_markdown.html
public/help/eu/wiki_syntax_detailed_markdown.html
public/help/eu/wiki_syntax_markdown.html
public/help/fa/wiki_syntax_detailed_markdown.html
public/help/fa/wiki_syntax_markdown.html
public/help/fi/wiki_syntax_detailed_markdown.html
public/help/fi/wiki_syntax_markdown.html
public/help/fr/wiki_syntax_detailed_markdown.html
public/help/fr/wiki_syntax_markdown.html
public/help/gl/wiki_syntax_detailed_markdown.html
public/help/gl/wiki_syntax_markdown.html
public/help/he/wiki_syntax_detailed_markdown.html
public/help/he/wiki_syntax_markdown.html
public/help/hr/wiki_syntax_detailed_markdown.html
public/help/hr/wiki_syntax_markdown.html
public/help/hu/wiki_syntax_detailed_markdown.html
public/help/hu/wiki_syntax_markdown.html
public/help/id/wiki_syntax_detailed_markdown.html
public/help/id/wiki_syntax_markdown.html
public/help/it/wiki_syntax_detailed_markdown.html
public/help/it/wiki_syntax_markdown.html
public/help/ja/wiki_syntax_detailed_markdown.html
public/help/ja/wiki_syntax_markdown.html
public/help/ko/wiki_syntax_detailed_markdown.html
public/help/ko/wiki_syntax_markdown.html
public/help/lt/wiki_syntax_detailed_markdown.html
public/help/lt/wiki_syntax_markdown.html
public/help/lv/wiki_syntax_detailed_markdown.html
public/help/lv/wiki_syntax_markdown.html
public/help/mk/wiki_syntax_detailed_markdown.html
public/help/mk/wiki_syntax_markdown.html
public/help/mn/wiki_syntax_detailed_markdown.html
public/help/mn/wiki_syntax_markdown.html
public/help/nl/wiki_syntax_detailed_markdown.html
public/help/nl/wiki_syntax_markdown.html
public/help/no/wiki_syntax_detailed_markdown.html
public/help/no/wiki_syntax_markdown.html
public/help/pl/wiki_syntax_detailed_markdown.html
public/help/pl/wiki_syntax_markdown.html
public/help/pt-br/wiki_syntax_detailed_markdown.html
public/help/pt-br/wiki_syntax_markdown.html
public/help/pt/wiki_syntax_detailed_markdown.html
public/help/pt/wiki_syntax_markdown.html
public/help/ro/wiki_syntax_detailed_markdown.html
public/help/ro/wiki_syntax_markdown.html
public/help/ru/wiki_syntax_detailed_markdown.html
public/help/ru/wiki_syntax_markdown.html
public/help/sk/wiki_syntax_detailed_markdown.html
public/help/sk/wiki_syntax_markdown.html
public/help/sl/wiki_syntax_detailed_markdown.html
public/help/sl/wiki_syntax_markdown.html
public/help/sq/wiki_syntax_detailed_markdown.html
public/help/sq/wiki_syntax_markdown.html
public/help/sr-yu/wiki_syntax_detailed_markdown.html
public/help/sr-yu/wiki_syntax_markdown.html
public/help/sr/wiki_syntax_detailed_markdown.html
public/help/sr/wiki_syntax_markdown.html
public/help/sv/wiki_syntax_detailed_markdown.html
public/help/sv/wiki_syntax_markdown.html
public/help/th/wiki_syntax_detailed_markdown.html
public/help/th/wiki_syntax_markdown.html
public/help/tr/wiki_syntax_detailed_markdown.html
public/help/tr/wiki_syntax_markdown.html
public/help/uk/wiki_syntax_detailed_markdown.html
public/help/uk/wiki_syntax_markdown.html
public/help/vi/wiki_syntax_detailed_markdown.html
public/help/vi/wiki_syntax_markdown.html
public/help/zh-tw/wiki_syntax_detailed_markdown.html
public/help/zh-tw/wiki_syntax_markdown.html
public/help/zh/wiki_syntax_detailed_markdown.html
public/help/zh/wiki_syntax_markdown.html
public/javascripts/jstoolbar/markdown.js

index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 3cad889a253eec1157fc122a886104bd4cf2f5a3..28625f1d4903332d13646c73467c85518ac9a72a 100644 (file)
@@ -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 />&nbsp;linies<br />&nbsp;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 />&nbsp;linies<br />&nbsp;de codi<br />```</td><td>
 <pre>
  linies
  de codi
index ea554565f6a45243fce566e609d34d16afda7350..bd514f1a25f7836c0a2ea0d0f5dc6c35418c4dcc 100644 (file)
@@ -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>
index 57131af0d1d7a2a3358dcbf2938ca8f263cf1b70..c2b23201f40b41806f8389e5ba7dd591dfe08504 100644 (file)
@@ -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 />&nbsp;řádky<br />&nbsp;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 />&nbsp;řádky<br />&nbsp;kódu<br />```</td><td>
 <pre>
  řádky
  kódu
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index 1078ab37339b9a25d5ae4c0fc2ef65560f30a730..4108ea79d8e9f98a2f04cf5923ed0eaccbf970d9 100644 (file)
@@ -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>
index e5f6b86eefcdfb4ba29dd69891f2e36f257249ac..37626eb77a1c881fdce471d12bde1593d8878e76 100644 (file)
@@ -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 />&nbsp;複数行の<br />&nbsp;コード<br />~~~</td><td>
+<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="整形済みテキスト" /></th><td>```<br />&nbsp;複数行の<br />&nbsp;コード<br />```</td><td>
 <pre>
  複数行の
  コード
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index ea01bdb169b1f06201ab6cb417e9ea828a541cf1..15b1a27886693211416557867eb3db5e3d3e0d3e 100644 (file)
@@ -286,9 +286,9 @@ http://www.redmine.org, someone@foo.bar
     <p>Ви можете виділити підсвіткою код в будь-якому місці, яке підтримує вікі-форматування, використовуючи наступний синтаксис (зверніть увагу, що назва мови або псевдонім не чутливі до регістру):</p>
 
 <pre>
-~~~ ruby
+``` ruby
   Place your code here.
-~~~
+```
 </pre>
 
     <p>Приклад:</p>
index af138db465545c77e1881f82dd288195e157a897..f64a608e7fdab722858ad496ca6f2f601afab2e6 100644 (file)
@@ -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 />&nbsp;Попередньо<br />&nbsp;відформатований<br />&nbsp;текст<br />~~~</td><td>
+<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Попередньо відформатований текст" /></th><td>```<br />&nbsp;Попередньо<br />&nbsp;відформатований<br />&nbsp;текст<br />```</td><td>
 <pre>
  Попередньо
  відформатований
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index c716afcadb239446aed3269ea8805ccd9c8996fe..b29a5bc46d4f049b0b20d8cc56c946e337ad30d8 100644 (file)
@@ -286,9 +286,9 @@ It can be expanded by clicking a link.
     <p>您可載任何支援 Wiki 格式設定的地方,使用這個語法來醒目提示程式碼 (注意語言與其別名的名稱不須區分大小寫):</p>
 
 <pre>
-~~~ ruby
+``` ruby
   將程式碼放在這裡。
-~~~
+```
 </pre>
 
     <p>範例:</p>
index e62c7201047493b5830624cf9130f01bf78eaad4..143f9c400097b1c506a8f4a9bb05b4eef8b01993 100644 (file)
@@ -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 />&nbsp;格式化<br />&nbsp;的段落文字<br />~~~</td><td>
+<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="預先格式化的段落文字" /></th><td>```<br />&nbsp;格式化<br />&nbsp;的段落文字<br />```</td><td>
 <pre>
  格式化
  的段落文字
index cc4eb702579e976cc82f084f0e70c992a0020e38..9de20c0016a28b0e9cc5d26a1fd3d09a32b72efb 100644 (file)
@@ -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>
index 39f8a3c2628c171f2dbc01d32f4049588133bca3..27cecc9813ea66d0c40b7a8c0f950e723f67b84e 100644 (file)
@@ -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 />&nbsp;lines<br />&nbsp;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 />&nbsp;lines<br />&nbsp;of code<br />```</td><td>
 <pre>
  lines
  of code
index 02abd724a6d24e29aa65fc6ebc6608fae9e74a07..33a34a9c8731ba8555c4947990db82509a8e8864 100644 (file)
@@ -166,7 +166,7 @@ jsToolBar.prototype.elements.pre = {
   type: 'button',
   title: 'Preformatted text',
   fn: {
-    wiki: function() { this.encloseLineSelection('~~~\n', '\n~~~') }
+    wiki: function() { this.encloseLineSelection('```\n', '\n```') }
   }
 }
 
@@ -178,7 +178,7 @@ jsToolBar.prototype.elements.precode = {
     wiki: function() {
       var This = this;
       this.precodeMenu(function(lang){
-        This.encloseLineSelection('~~~ ' + lang + '\n', '\n~~~\n');
+        This.encloseLineSelection('``` ' + lang + '\n', '\n```\n');
       });
     }
   }