From b8d7ff080ca17139abdcfa0369a33a58d73bd1ce Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Fri, 24 Jul 2015 04:05:11 +0000 Subject: Merged r14446 (#16373). git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14447 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/help/gl/wiki_syntax_detailed_markdown.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'public/help/gl') diff --git a/public/help/gl/wiki_syntax_detailed_markdown.html b/public/help/gl/wiki_syntax_detailed_markdown.html index ff8f72604..16bc095f1 100644 --- a/public/help/gl/wiki_syntax_detailed_markdown.html +++ b/public/help/gl/wiki_syntax_detailed_markdown.html @@ -184,7 +184,7 @@ http://www.redmine.org, someone@foo.bar

displays: http://www.redmine.org,

-

If you want to display a specific text instead of the URL, you can use the standard textile syntax:

+

If you want to display a specific text instead of the URL, you can use the standard markdown syntax:

 [Redmine web site](http://www.redmine.org)
@@ -196,7 +196,7 @@ http://www.redmine.org, someone@foo.bar
     

Text formatting

-

For things such as headlines, bold, tables, lists, Redmine supports Textile syntax. See http://en.wikipedia.org/wiki/Textile_(markup_language) for information on using any of these features. A few samples are included below, but the engine is capable of much more of that.

+

For things such as headlines, bold, tables, lists, Redmine supports Markdown syntax. See http://daringfireball.net/projects/markdown/syntax for information on using any of these features. A few samples are included below, but the engine is capable of much more of that.

Font style

@@ -219,7 +219,7 @@ http://www.redmine.org, someone@foo.bar

Inline images

-- cgit v1.2.3