From 794a2a0180ed2d2801be4146ac59799747683b3d Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 16 Jun 2018 10:56:52 +0000 Subject: 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 --- public/help/eu/wiki_syntax_detailed_markdown.html | 2 ++ public/help/eu/wiki_syntax_markdown.html | 1 + 2 files changed, 3 insertions(+) (limited to 'public/help/eu') diff --git a/public/help/eu/wiki_syntax_detailed_markdown.html b/public/help/eu/wiki_syntax_detailed_markdown.html index f5165de5b..7696fe6d9 100644 --- a/public/help/eu/wiki_syntax_detailed_markdown.html +++ b/public/help/eu/wiki_syntax_detailed_markdown.html @@ -184,6 +184,7 @@ http://www.redmine.org, someone@foo.bar * **bold** * *Italic* * ***bold italic*** +* _underline_ * ~~strike-through~~ @@ -193,6 +194,7 @@ http://www.redmine.org, someone@foo.bar
  • bold
  • italic
  • bold italic
  • +
  • underline
  • strike-through
  • diff --git a/public/help/eu/wiki_syntax_markdown.html b/public/help/eu/wiki_syntax_markdown.html index 27cecc981..4654ddb17 100644 --- a/public/help/eu/wiki_syntax_markdown.html +++ b/public/help/eu/wiki_syntax_markdown.html @@ -13,6 +13,7 @@ Font Styles Strong**Strong**Strong Italic*Italic*Italic +Underline_Underline_Underline Deleted~~Deleted~~Deleted Inline Code`Inline Code`Inline Code Preformatted text```
     lines
     of code
    ``` -- cgit v1.2.3