diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2018-06-16 10:56:52 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2018-06-16 10:56:52 +0000 |
commit | 794a2a0180ed2d2801be4146ac59799747683b3d (patch) | |
tree | a1ff2422558cab4e349b65b5aa3eee21dba3e942 /public/help/cs | |
parent | baab521b8ba0d82fcbf0528d867651813ff34169 (diff) | |
download | redmine-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/cs')
-rw-r--r-- | public/help/cs/wiki_syntax_markdown.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/help/cs/wiki_syntax_markdown.html b/public/help/cs/wiki_syntax_markdown.html index c2b23201f..73bc7b2bc 100644 --- a/public/help/cs/wiki_syntax_markdown.html +++ b/public/help/cs/wiki_syntax_markdown.html @@ -13,6 +13,7 @@ <tr><th colspan="3">Styly písma</th></tr> <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Tučně**</td><td style="width:50%;"><strong>Tučně</strong></td></tr> <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Kurzívou*</td><td><em>Kurzívou</em></td></tr> +<tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Smazaný~~</td><td><del>Smazaný</del></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Vnořený kód`</td><td><code>Vnořený kód</code></td></tr> <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>```<br /> řádky<br /> kódu<br />```</td><td> |