summaryrefslogtreecommitdiffstats
path: root/public/help/id/wiki_syntax_detailed_markdown.html
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2018-06-16 10:56:52 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2018-06-16 10:56:52 +0000
commit794a2a0180ed2d2801be4146ac59799747683b3d (patch)
treea1ff2422558cab4e349b65b5aa3eee21dba3e942 /public/help/id/wiki_syntax_detailed_markdown.html
parentbaab521b8ba0d82fcbf0528d867651813ff34169 (diff)
downloadredmine-794a2a0180ed2d2801be4146ac59799747683b3d.tar.gz
redmine-794a2a0180ed2d2801be4146ac59799747683b3d.zip
Enable and add underline button to the toolbar for Markdown formatting (#28169).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17385 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/help/id/wiki_syntax_detailed_markdown.html')
-rw-r--r--public/help/id/wiki_syntax_detailed_markdown.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/help/id/wiki_syntax_detailed_markdown.html b/public/help/id/wiki_syntax_detailed_markdown.html
index f5165de5b..7696fe6d9 100644
--- a/public/help/id/wiki_syntax_detailed_markdown.html
+++ b/public/help/id/wiki_syntax_detailed_markdown.html
@@ -184,6 +184,7 @@ http://www.redmine.org, someone@foo.bar
* **bold**
* *Italic*
* ***bold italic***
+* _underline_
* ~~strike-through~~
</pre>
@@ -193,6 +194,7 @@ http://www.redmine.org, someone@foo.bar
<li><strong>bold</strong></li>
<li><em>italic</em></li>
<li><em><strong>bold italic</strong></em></li>
+ <li><u>underline</u></li>
<li><del>strike-through</del></li>
</ul>