summaryrefslogtreecommitdiffstats
path: root/public/help/et/wiki_syntax_detailed_markdown.html
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2018-04-11 21:58:59 +0000
committerGo MAEDA <maeda@farend.jp>2018-04-11 21:58:59 +0000
commit3e97bc6d94a3773949abb35965d60a51505cf65e (patch)
treeeb322675a470764a54c050259ad9101d50281a17 /public/help/et/wiki_syntax_detailed_markdown.html
parent8b0bfbbc8b05c12e29199feb99ff6042a3461b67 (diff)
downloadredmine-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/et/wiki_syntax_detailed_markdown.html')
-rw-r--r--public/help/et/wiki_syntax_detailed_markdown.html4
1 files changed, 2 insertions, 2 deletions
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>