summaryrefslogtreecommitdiffstats
path: root/public/help/hr/wiki_syntax_detailed_markdown.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/help/hr/wiki_syntax_detailed_markdown.html')
-rw-r--r--public/help/hr/wiki_syntax_detailed_markdown.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/help/hr/wiki_syntax_detailed_markdown.html b/public/help/hr/wiki_syntax_detailed_markdown.html
index f5165de5b..7696fe6d9 100644
--- a/public/help/hr/wiki_syntax_detailed_markdown.html
+++ b/public/help/hr/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>