Author: hboutemy Date: Sun Feb 26 18:48:16 2012 New Revision: 1293909 URL: http://svn.apache.org/viewvc?rev=1293909&view=rev Log: [DOXIA-426] added Markdown to supported markup languages
Modified: maven/doxia/site/src/site/apt/modules/index.apt maven/doxia/site/src/site/xdoc/references/index.xml Modified: maven/doxia/site/src/site/apt/modules/index.apt URL: http://svn.apache.org/viewvc/maven/doxia/site/src/site/apt/modules/index.apt?rev=1293909&r1=1293908&r2=1293909&view=diff ============================================================================== --- maven/doxia/site/src/site/apt/modules/index.apt (original) +++ maven/doxia/site/src/site/apt/modules/index.apt Sun Feb 26 18:48:16 2012 @@ -122,6 +122,16 @@ Doxia Modules Guide [] +* {Markdown} + + {{{http://en.wikipedia.org/wiki/Markdown}Markdown}} is a widespread Markup language. + + <<References>>: + + * {{{http://daringfireball.net/projects/markdown/}Official Markdown project at Daring Fireball}} + + [] + * {RTF} {{{http://www.microsoft.com/downloads/details.aspx?FamilyId=DD422B8D-FF06-4207-B476-6B5396A18A2B&displaylang=en}RTF}} Modified: maven/doxia/site/src/site/xdoc/references/index.xml URL: http://svn.apache.org/viewvc/maven/doxia/site/src/site/xdoc/references/index.xml?rev=1293909&r1=1293908&r2=1293909&view=diff ============================================================================== --- maven/doxia/site/src/site/xdoc/references/index.xml (original) +++ maven/doxia/site/src/site/xdoc/references/index.xml Sun Feb 26 18:48:16 2012 @@ -135,6 +135,16 @@ under the License. </tr> <tr> + <td>Markdown<sup>**</sup></td> + <td>Markdown markup language</td> + <td align="center"><img src="../images/icon_success_sml.gif" alt="Yes"/></td> + <td align="center"><img src="../images/icon_error_sml.gif" alt="No"/></td> + <td><code>markdown</code></td> + <td><code>md</code></td> + <td><code>markdown</code></td> + </tr> + + <tr> <td>RTF</td> <td>Microsoft Rich Text Format</td> <td align="center"><img src="../images/icon_error_sml.gif" alt="No"/></td> @@ -178,6 +188,9 @@ under the License. <p> <sup>*</sup> Since Doxia 1.1 </p> + <p> + <sup>**</sup> Since Doxia 1.3 + </p> </section> </body>