From 3e97bc6d94a3773949abb35965d60a51505cf65e Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Wed, 11 Apr 2018 21:58:59 +0000 Subject: 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 --- public/help/et/wiki_syntax_detailed_markdown.html | 4 ++-- public/help/et/wiki_syntax_markdown.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'public/help/et') 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.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

-~~~ ruby
+``` ruby
   Place your code here.
-~~~
+```
 

Example:

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 @@ Italic*Italic*Italic Deleted~~Deleted~~Deleted Inline Code`Inline Code`Inline Code -Preformatted text~~~
 lines
 of code
~~~ +Preformatted text```
 lines
 of code
```
  lines
  of code
-- 
cgit v1.2.3