summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--public/help/ar/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/az/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/bg/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/bs/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/ca/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/cs/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/da/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/de/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/el/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/en-gb/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/en/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/es-pa/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/es/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/et/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/eu/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/fa/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/fi/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/fr/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/gl/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/he/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/hr/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/hu/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/id/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/it/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/ja/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/ko/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/lt/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/lv/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/mk/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/mn/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/nl/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/no/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/pl/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/pt-br/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/pt/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/ro/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/ru/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/sk/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/sl/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/sq/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/sr-yu/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/sr/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/sv/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/th/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/tr/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/uk/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/vi/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/zh-tw/wiki_syntax_detailed_markdown.html6
-rw-r--r--public/help/zh/wiki_syntax_detailed_markdown.html6
49 files changed, 147 insertions, 147 deletions
diff --git a/public/help/ar/wiki_syntax_detailed_markdown.html b/public/help/ar/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/ar/wiki_syntax_detailed_markdown.html
+++ b/public/help/ar/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>
diff --git a/public/help/az/wiki_syntax_detailed_markdown.html b/public/help/az/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/az/wiki_syntax_detailed_markdown.html
+++ b/public/help/az/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>
diff --git a/public/help/bg/wiki_syntax_detailed_markdown.html b/public/help/bg/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/bg/wiki_syntax_detailed_markdown.html
+++ b/public/help/bg/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>
diff --git a/public/help/bs/wiki_syntax_detailed_markdown.html b/public/help/bs/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/bs/wiki_syntax_detailed_markdown.html
+++ b/public/help/bs/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>
diff --git a/public/help/ca/wiki_syntax_detailed_markdown.html b/public/help/ca/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/ca/wiki_syntax_detailed_markdown.html
+++ b/public/help/ca/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>
diff --git a/public/help/cs/wiki_syntax_detailed_markdown.html b/public/help/cs/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/cs/wiki_syntax_detailed_markdown.html
+++ b/public/help/cs/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>
diff --git a/public/help/da/wiki_syntax_detailed_markdown.html b/public/help/da/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/da/wiki_syntax_detailed_markdown.html
+++ b/public/help/da/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>
diff --git a/public/help/de/wiki_syntax_detailed_markdown.html b/public/help/de/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/de/wiki_syntax_detailed_markdown.html
+++ b/public/help/de/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>
diff --git a/public/help/el/wiki_syntax_detailed_markdown.html b/public/help/el/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/el/wiki_syntax_detailed_markdown.html
+++ b/public/help/el/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>
diff --git a/public/help/en-gb/wiki_syntax_detailed_markdown.html b/public/help/en-gb/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/en-gb/wiki_syntax_detailed_markdown.html
+++ b/public/help/en-gb/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>
diff --git a/public/help/en/wiki_syntax_detailed_markdown.html b/public/help/en/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/en/wiki_syntax_detailed_markdown.html
+++ b/public/help/en/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>
diff --git a/public/help/es-pa/wiki_syntax_detailed_markdown.html b/public/help/es-pa/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/es-pa/wiki_syntax_detailed_markdown.html
+++ b/public/help/es-pa/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>
diff --git a/public/help/es/wiki_syntax_detailed_markdown.html b/public/help/es/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/es/wiki_syntax_detailed_markdown.html
+++ b/public/help/es/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>
diff --git a/public/help/et/wiki_syntax_detailed_markdown.html b/public/help/et/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/et/wiki_syntax_detailed_markdown.html
+++ b/public/help/et/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>
diff --git a/public/help/eu/wiki_syntax_detailed_markdown.html b/public/help/eu/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/eu/wiki_syntax_detailed_markdown.html
+++ b/public/help/eu/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>
diff --git a/public/help/fa/wiki_syntax_detailed_markdown.html b/public/help/fa/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/fa/wiki_syntax_detailed_markdown.html
+++ b/public/help/fa/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>
diff --git a/public/help/fi/wiki_syntax_detailed_markdown.html b/public/help/fi/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/fi/wiki_syntax_detailed_markdown.html
+++ b/public/help/fi/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>
diff --git a/public/help/fr/wiki_syntax_detailed_markdown.html b/public/help/fr/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/fr/wiki_syntax_detailed_markdown.html
+++ b/public/help/fr/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>
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
<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>
diff --git a/public/help/he/wiki_syntax_detailed_markdown.html b/public/help/he/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/he/wiki_syntax_detailed_markdown.html
+++ b/public/help/he/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>
diff --git a/public/help/hr/wiki_syntax_detailed_markdown.html b/public/help/hr/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/hr/wiki_syntax_detailed_markdown.html
+++ b/public/help/hr/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>
diff --git a/public/help/hu/wiki_syntax_detailed_markdown.html b/public/help/hu/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/hu/wiki_syntax_detailed_markdown.html
+++ b/public/help/hu/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>
diff --git a/public/help/id/wiki_syntax_detailed_markdown.html b/public/help/id/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/id/wiki_syntax_detailed_markdown.html
+++ b/public/help/id/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>
diff --git a/public/help/it/wiki_syntax_detailed_markdown.html b/public/help/it/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/it/wiki_syntax_detailed_markdown.html
+++ b/public/help/it/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>
diff --git a/public/help/ja/wiki_syntax_detailed_markdown.html b/public/help/ja/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/ja/wiki_syntax_detailed_markdown.html
+++ b/public/help/ja/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>
diff --git a/public/help/ko/wiki_syntax_detailed_markdown.html b/public/help/ko/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/ko/wiki_syntax_detailed_markdown.html
+++ b/public/help/ko/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>
diff --git a/public/help/lt/wiki_syntax_detailed_markdown.html b/public/help/lt/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/lt/wiki_syntax_detailed_markdown.html
+++ b/public/help/lt/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>
diff --git a/public/help/lv/wiki_syntax_detailed_markdown.html b/public/help/lv/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/lv/wiki_syntax_detailed_markdown.html
+++ b/public/help/lv/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>
diff --git a/public/help/mk/wiki_syntax_detailed_markdown.html b/public/help/mk/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/mk/wiki_syntax_detailed_markdown.html
+++ b/public/help/mk/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>
diff --git a/public/help/mn/wiki_syntax_detailed_markdown.html b/public/help/mn/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/mn/wiki_syntax_detailed_markdown.html
+++ b/public/help/mn/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>
diff --git a/public/help/nl/wiki_syntax_detailed_markdown.html b/public/help/nl/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/nl/wiki_syntax_detailed_markdown.html
+++ b/public/help/nl/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>
diff --git a/public/help/no/wiki_syntax_detailed_markdown.html b/public/help/no/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/no/wiki_syntax_detailed_markdown.html
+++ b/public/help/no/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>
diff --git a/public/help/pl/wiki_syntax_detailed_markdown.html b/public/help/pl/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/pl/wiki_syntax_detailed_markdown.html
+++ b/public/help/pl/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>
diff --git a/public/help/pt-br/wiki_syntax_detailed_markdown.html b/public/help/pt-br/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/pt-br/wiki_syntax_detailed_markdown.html
+++ b/public/help/pt-br/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>
diff --git a/public/help/pt/wiki_syntax_detailed_markdown.html b/public/help/pt/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/pt/wiki_syntax_detailed_markdown.html
+++ b/public/help/pt/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>
diff --git a/public/help/ro/wiki_syntax_detailed_markdown.html b/public/help/ro/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/ro/wiki_syntax_detailed_markdown.html
+++ b/public/help/ro/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>
diff --git a/public/help/ru/wiki_syntax_detailed_markdown.html b/public/help/ru/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/ru/wiki_syntax_detailed_markdown.html
+++ b/public/help/ru/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>
diff --git a/public/help/sk/wiki_syntax_detailed_markdown.html b/public/help/sk/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/sk/wiki_syntax_detailed_markdown.html
+++ b/public/help/sk/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>
diff --git a/public/help/sl/wiki_syntax_detailed_markdown.html b/public/help/sl/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/sl/wiki_syntax_detailed_markdown.html
+++ b/public/help/sl/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>
diff --git a/public/help/sq/wiki_syntax_detailed_markdown.html b/public/help/sq/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/sq/wiki_syntax_detailed_markdown.html
+++ b/public/help/sq/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>
diff --git a/public/help/sr-yu/wiki_syntax_detailed_markdown.html b/public/help/sr-yu/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/sr-yu/wiki_syntax_detailed_markdown.html
+++ b/public/help/sr-yu/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>
diff --git a/public/help/sr/wiki_syntax_detailed_markdown.html b/public/help/sr/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/sr/wiki_syntax_detailed_markdown.html
+++ b/public/help/sr/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>
diff --git a/public/help/sv/wiki_syntax_detailed_markdown.html b/public/help/sv/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/sv/wiki_syntax_detailed_markdown.html
+++ b/public/help/sv/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>
diff --git a/public/help/th/wiki_syntax_detailed_markdown.html b/public/help/th/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/th/wiki_syntax_detailed_markdown.html
+++ b/public/help/th/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>
diff --git a/public/help/tr/wiki_syntax_detailed_markdown.html b/public/help/tr/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/tr/wiki_syntax_detailed_markdown.html
+++ b/public/help/tr/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>
diff --git a/public/help/uk/wiki_syntax_detailed_markdown.html b/public/help/uk/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/uk/wiki_syntax_detailed_markdown.html
+++ b/public/help/uk/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>
diff --git a/public/help/vi/wiki_syntax_detailed_markdown.html b/public/help/vi/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/vi/wiki_syntax_detailed_markdown.html
+++ b/public/help/vi/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>
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>
diff --git a/public/help/zh/wiki_syntax_detailed_markdown.html b/public/help/zh/wiki_syntax_detailed_markdown.html
index ff8f72604..16bc095f1 100644
--- a/public/help/zh/wiki_syntax_detailed_markdown.html
+++ b/public/help/zh/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>