summaryrefslogtreecommitdiffstats
path: root/public/help/ca
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/ca
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/ca')
-rw-r--r--public/help/ca/wiki_syntax_detailed_markdown.html2
-rw-r--r--public/help/ca/wiki_syntax_markdown.html1
2 files changed, 3 insertions, 0 deletions
diff --git a/public/help/ca/wiki_syntax_detailed_markdown.html b/public/help/ca/wiki_syntax_detailed_markdown.html
index f5165de5b..7696fe6d9 100644
--- a/public/help/ca/wiki_syntax_detailed_markdown.html
+++ b/public/help/ca/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>
diff --git a/public/help/ca/wiki_syntax_markdown.html b/public/help/ca/wiki_syntax_markdown.html
index 28625f1d4..e6be1fee9 100644
--- a/public/help/ca/wiki_syntax_markdown.html
+++ b/public/help/ca/wiki_syntax_markdown.html
@@ -13,6 +13,7 @@
<tr><th colspan="3">Font Styles</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Negreta" /></th><td style="width:50%;">**Negreta**</td><td style="width:50%;"><strong>Negreta</strong></td></tr>
<tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Cursiva" /></th><td>*Cursiva*</td><td><em>Cursiva</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="Eliminat" /></th><td>~~Eliminat~~</td><td><del>Eliminat</del></td></tr>
<tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Codi en línia" /></th><td>`Codi en línia`</td><td><code>Codi en línia</code></td></tr>
<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Linies de codi" /></th><td>```<br />&nbsp;linies<br />&nbsp;de codi<br />```</td><td>