summaryrefslogtreecommitdiffstats
path: root/public/help/en/wiki_syntax_detailed_markdown.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/help/en/wiki_syntax_detailed_markdown.html')
-rw-r--r--public/help/en/wiki_syntax_detailed_markdown.html4
1 files changed, 2 insertions, 2 deletions
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>