]> source.dussan.org Git - redmine.git/commitdiff
Merged r14446 (#16373).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 24 Jul 2015 04:05:11 +0000 (04:05 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 24 Jul 2015 04:05:11 +0000 (04:05 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14447 e93f8b46-1217-0410-a6f0-8f06a7374b81

49 files changed:
public/help/ar/wiki_syntax_detailed_markdown.html
public/help/az/wiki_syntax_detailed_markdown.html
public/help/bg/wiki_syntax_detailed_markdown.html
public/help/bs/wiki_syntax_detailed_markdown.html
public/help/ca/wiki_syntax_detailed_markdown.html
public/help/cs/wiki_syntax_detailed_markdown.html
public/help/da/wiki_syntax_detailed_markdown.html
public/help/de/wiki_syntax_detailed_markdown.html
public/help/el/wiki_syntax_detailed_markdown.html
public/help/en-gb/wiki_syntax_detailed_markdown.html
public/help/en/wiki_syntax_detailed_markdown.html
public/help/es-pa/wiki_syntax_detailed_markdown.html
public/help/es/wiki_syntax_detailed_markdown.html
public/help/et/wiki_syntax_detailed_markdown.html
public/help/eu/wiki_syntax_detailed_markdown.html
public/help/fa/wiki_syntax_detailed_markdown.html
public/help/fi/wiki_syntax_detailed_markdown.html
public/help/fr/wiki_syntax_detailed_markdown.html
public/help/gl/wiki_syntax_detailed_markdown.html
public/help/he/wiki_syntax_detailed_markdown.html
public/help/hr/wiki_syntax_detailed_markdown.html
public/help/hu/wiki_syntax_detailed_markdown.html
public/help/id/wiki_syntax_detailed_markdown.html
public/help/it/wiki_syntax_detailed_markdown.html
public/help/ja/wiki_syntax_detailed_markdown.html
public/help/ko/wiki_syntax_detailed_markdown.html
public/help/lt/wiki_syntax_detailed_markdown.html
public/help/lv/wiki_syntax_detailed_markdown.html
public/help/mk/wiki_syntax_detailed_markdown.html
public/help/mn/wiki_syntax_detailed_markdown.html
public/help/nl/wiki_syntax_detailed_markdown.html
public/help/no/wiki_syntax_detailed_markdown.html
public/help/pl/wiki_syntax_detailed_markdown.html
public/help/pt-br/wiki_syntax_detailed_markdown.html
public/help/pt/wiki_syntax_detailed_markdown.html
public/help/ro/wiki_syntax_detailed_markdown.html
public/help/ru/wiki_syntax_detailed_markdown.html
public/help/sk/wiki_syntax_detailed_markdown.html
public/help/sl/wiki_syntax_detailed_markdown.html
public/help/sq/wiki_syntax_detailed_markdown.html
public/help/sr-yu/wiki_syntax_detailed_markdown.html
public/help/sr/wiki_syntax_detailed_markdown.html
public/help/sv/wiki_syntax_detailed_markdown.html
public/help/th/wiki_syntax_detailed_markdown.html
public/help/tr/wiki_syntax_detailed_markdown.html
public/help/uk/wiki_syntax_detailed_markdown.html
public/help/vi/wiki_syntax_detailed_markdown.html
public/help/zh-tw/wiki_syntax_detailed_markdown.html
public/help/zh/wiki_syntax_detailed_markdown.html

index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>
 
index ff8f7260435b277e96ddddf5a5b67c7eed96cb94..16bc095f14af30b3f0052cc83832eb2bbb01f414 100644 (file)
@@ -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>