diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-07-24 04:03:41 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-07-24 04:03:41 +0000 |
commit | 24e84166b485bb3f5b103ff8ab46d7ac8b0e4ad1 (patch) | |
tree | 957bd75c26f083302a7f51807f21e949bb74fe9f /public/help/zh-tw/wiki_syntax_detailed_markdown.html | |
parent | f64f8723d8203287353e7bd0738b4051e26884a7 (diff) | |
download | redmine-24e84166b485bb3f5b103ff8ab46d7ac8b0e4ad1.tar.gz redmine-24e84166b485bb3f5b103ff8ab46d7ac8b0e4ad1.zip |
Removes textile references in markdown help (#16373).
Patch by Mischa The Evil.
git-svn-id: http://svn.redmine.org/redmine/trunk@14446 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/help/zh-tw/wiki_syntax_detailed_markdown.html')
-rw-r--r-- | public/help/zh-tw/wiki_syntax_detailed_markdown.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/help/zh-tw/wiki_syntax_detailed_markdown.html b/public/help/zh-tw/wiki_syntax_detailed_markdown.html index ff8f72604..16bc095f1 100644 --- a/public/help/zh-tw/wiki_syntax_detailed_markdown.html +++ b/public/help/zh-tw/wiki_syntax_detailed_markdown.html @@ -184,7 +184,7 @@ http://www.redmine.org, someone@foo.bar <p>displays: <a class="external" href="http://www.redmine.org">http://www.redmine.org</a>, <a href="mailto:someone@foo.bar" class="email">someone@foo.bar</a></p> - <p>If you want to display a specific text instead of the URL, you can use the standard textile syntax:</p> + <p>If you want to display a specific text instead of the URL, you can use the standard markdown syntax:</p> <pre> [Redmine web site](http://www.redmine.org) @@ -196,7 +196,7 @@ http://www.redmine.org, someone@foo.bar <h2><a name="5" class="wiki-page"></a>Text formatting</h2> - <p>For things such as headlines, bold, tables, lists, Redmine supports Textile syntax. See <a class="external" href="http://en.wikipedia.org/wiki/Textile_%28markup_language%29">http://en.wikipedia.org/wiki/Textile_(markup_language)</a> for information on using any of these features. A few samples are included below, but the engine is capable of much more of that.</p> + <p>For things such as headlines, bold, tables, lists, Redmine supports Markdown syntax. See <a class="external" href="http://daringfireball.net/projects/markdown/syntax">http://daringfireball.net/projects/markdown/syntax</a> for information on using any of these features. A few samples are included below, but the engine is capable of much more of that.</p> <h3><a name="6" class="wiki-page"></a>Font style</h3> @@ -219,7 +219,7 @@ http://www.redmine.org, someone@foo.bar <h3><a name="7" class="wiki-page"></a>Inline images</h3> <ul> - <li><strong>![](image_url)</strong> displays an image located at image_url (textile syntax)</li> + <li><strong>![](image_url)</strong> displays an image located at image_url (markdown syntax)</li> <li>If you have an image attached to your wiki page, it can be displayed inline using its filename: <strong>![](attached_image)</strong></li> </ul> |