You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Julien Nicoulaud (JIRA)" <ji...@codehaus.org> on 2011/05/15 11:44:22 UTC

[jira] Created: (DOXIA-426) Markdown module

Markdown module
---------------

                 Key: DOXIA-426
                 URL: http://jira.codehaus.org/browse/DOXIA-426
             Project: Maven Doxia
          Issue Type: New Feature
          Components: Modules
    Affects Versions: 1.3
            Reporter: Julien Nicoulaud
         Attachments: doxia-module-markdown.patch

[Markdown|http://en.wikipedia.org/wiki/Markdown] is a widespread Markup language. It would be nice if there was a Doxia module for Markdown.

Here is a proposed simple implementation that defers all the parsing and rendering to [PegDown|http://pegdown.org] (Apache License V2), which is the most reliable Java library for Markdown.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (DOXIA-426) Markdown module

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/DOXIA-426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas Theussl closed DOXIA-426.
-------------------------------

    Resolution: Fixed

Closing with remarks above. Thanks!

> Markdown module
> ---------------
>
>                 Key: DOXIA-426
>                 URL: https://jira.codehaus.org/browse/DOXIA-426
>             Project: Maven Doxia
>          Issue Type: New Feature
>          Components: Module - Markdown, Modules
>    Affects Versions: 1.3
>            Reporter: Julien Nicoulaud
>            Assignee: Lukas Theussl
>             Fix For: 1.3
>
>         Attachments: doxia-module-markdown-2.patch, doxia-module-markdown-3.patch, doxia-module-markdown-4.patch, doxia-module-markdown.patch
>
>
> [Markdown|http://en.wikipedia.org/wiki/Markdown] is a widespread Markup language. It would be nice if there was a Doxia module for Markdown.
> Here is a proposed simple implementation that defers all the parsing and rendering to [PegDown|http://pegdown.org] (Apache License V2), which is the most reliable Java library for Markdown.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DOXIA-426) Markdown module

Posted by "Julien Nicoulaud (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=268115#action_268115 ] 

Julien Nicoulaud commented on DOXIA-426:
----------------------------------------

No, I'm not.

> Markdown module
> ---------------
>
>                 Key: DOXIA-426
>                 URL: http://jira.codehaus.org/browse/DOXIA-426
>             Project: Maven Doxia
>          Issue Type: New Feature
>          Components: Modules
>    Affects Versions: 1.3
>            Reporter: Julien Nicoulaud
>         Attachments: doxia-module-markdown-2.patch, doxia-module-markdown.patch
>
>
> [Markdown|http://en.wikipedia.org/wiki/Markdown] is a widespread Markup language. It would be nice if there was a Doxia module for Markdown.
> Here is a proposed simple implementation that defers all the parsing and rendering to [PegDown|http://pegdown.org] (Apache License V2), which is the most reliable Java library for Markdown.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DOXIA-426) Markdown module

Posted by "Julien Nicoulaud (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=267641#action_267641 ] 

Julien Nicoulaud commented on DOXIA-426:
----------------------------------------

Thanks for reviewing the patch !

Here is a new one (or am I supposed to commit in the sandbox ?):
 - Removed MarkdownSink
 - MarkdownParser now extends XhtmlParser (which means doxia-module-markdown depends on doxia-module-xhtml and should be the last module in doxia-modules)
 - Added some test cases to make sure doxia events are fired. Not all events types are tested, tell me if you want more.
 - Upgraded PegDown library to last release

> Markdown module
> ---------------
>
>                 Key: DOXIA-426
>                 URL: http://jira.codehaus.org/browse/DOXIA-426
>             Project: Maven Doxia
>          Issue Type: New Feature
>          Components: Modules
>    Affects Versions: 1.3
>            Reporter: Julien Nicoulaud
>         Attachments: doxia-module-markdown-2.patch, doxia-module-markdown.patch
>
>
> [Markdown|http://en.wikipedia.org/wiki/Markdown] is a widespread Markup language. It would be nice if there was a Doxia module for Markdown.
> Here is a proposed simple implementation that defers all the parsing and rendering to [PegDown|http://pegdown.org] (Apache License V2), which is the most reliable Java library for Markdown.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Reopened: (DOXIA-426) Markdown module

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/DOXIA-426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas Theussl reopened DOXIA-426:
---------------------------------


Re-opening because of test failures: https://builds.apache.org/view/M-R/view/Maven/job/doxia/

Apparently the pegdown dependency requires java 6, we are still stuck on java 5.

> Markdown module
> ---------------
>
>                 Key: DOXIA-426
>                 URL: http://jira.codehaus.org/browse/DOXIA-426
>             Project: Maven Doxia
>          Issue Type: New Feature
>          Components: Modules
>    Affects Versions: 1.3
>            Reporter: Julien Nicoulaud
>            Assignee: Lukas Theussl
>             Fix For: 1.3
>
>         Attachments: doxia-module-markdown-2.patch, doxia-module-markdown-3.patch, doxia-module-markdown.patch
>
>
> [Markdown|http://en.wikipedia.org/wiki/Markdown] is a widespread Markup language. It would be nice if there was a Doxia module for Markdown.
> Here is a proposed simple implementation that defers all the parsing and rendering to [PegDown|http://pegdown.org] (Apache License V2), which is the most reliable Java library for Markdown.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DOXIA-426) Markdown module

Posted by "Julien Nicoulaud (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=268942#action_268942 ] 

Julien Nicoulaud commented on DOXIA-426:
----------------------------------------

Sorry for the empty files, this is due to the way IntelliJ IDEA exports Subversion patches.

Here is a new one:
 * test.md is now exhaustive.
 * Added a unit test I had forgotten.
 * Added rudimentary site index page.


> Markdown module
> ---------------
>
>                 Key: DOXIA-426
>                 URL: http://jira.codehaus.org/browse/DOXIA-426
>             Project: Maven Doxia
>          Issue Type: New Feature
>          Components: Modules
>    Affects Versions: 1.3
>            Reporter: Julien Nicoulaud
>         Attachments: doxia-module-markdown-2.patch, doxia-module-markdown-3.patch, doxia-module-markdown.patch
>
>
> [Markdown|http://en.wikipedia.org/wiki/Markdown] is a widespread Markup language. It would be nice if there was a Doxia module for Markdown.
> Here is a proposed simple implementation that defers all the parsing and rendering to [PegDown|http://pegdown.org] (Apache License V2), which is the most reliable Java library for Markdown.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DOXIA-426) Markdown module

Posted by "Julien Nicoulaud (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=269011#action_269011 ] 

Julien Nicoulaud commented on DOXIA-426:
----------------------------------------

Great ! Thanks for the guidelines.

> Markdown module
> ---------------
>
>                 Key: DOXIA-426
>                 URL: http://jira.codehaus.org/browse/DOXIA-426
>             Project: Maven Doxia
>          Issue Type: New Feature
>          Components: Modules
>    Affects Versions: 1.3
>            Reporter: Julien Nicoulaud
>            Assignee: Lukas Theussl
>             Fix For: 1.3
>
>         Attachments: doxia-module-markdown-2.patch, doxia-module-markdown-3.patch, doxia-module-markdown.patch
>
>
> [Markdown|http://en.wikipedia.org/wiki/Markdown] is a widespread Markup language. It would be nice if there was a Doxia module for Markdown.
> Here is a proposed simple implementation that defers all the parsing and rendering to [PegDown|http://pegdown.org] (Apache License V2), which is the most reliable Java library for Markdown.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (DOXIA-426) Markdown module

Posted by "Julien Nicoulaud (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/DOXIA-426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julien Nicoulaud updated DOXIA-426:
-----------------------------------

    Attachment: doxia-module-markdown-4.patch

This should have been fixed by pegdown 1.0.2 that just hit Central.

> Markdown module
> ---------------
>
>                 Key: DOXIA-426
>                 URL: https://jira.codehaus.org/browse/DOXIA-426
>             Project: Maven Doxia
>          Issue Type: New Feature
>          Components: Modules
>    Affects Versions: 1.3
>            Reporter: Julien Nicoulaud
>            Assignee: Lukas Theussl
>             Fix For: 1.3
>
>         Attachments: doxia-module-markdown-2.patch, doxia-module-markdown-3.patch, doxia-module-markdown-4.patch, doxia-module-markdown.patch
>
>
> [Markdown|http://en.wikipedia.org/wiki/Markdown] is a widespread Markup language. It would be nice if there was a Doxia module for Markdown.
> Here is a proposed simple implementation that defers all the parsing and rendering to [PegDown|http://pegdown.org] (Apache License V2), which is the most reliable Java library for Markdown.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DOXIA-426) Markdown module

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=268114#action_268114 ] 

Lukas Theussl commented on DOXIA-426:
-------------------------------------

Are you an apache committer? In that case you should have commit rights in the sandbox (I think). Tell me, otherwise I'll review the patch.

> Markdown module
> ---------------
>
>                 Key: DOXIA-426
>                 URL: http://jira.codehaus.org/browse/DOXIA-426
>             Project: Maven Doxia
>          Issue Type: New Feature
>          Components: Modules
>    Affects Versions: 1.3
>            Reporter: Julien Nicoulaud
>         Attachments: doxia-module-markdown-2.patch, doxia-module-markdown.patch
>
>
> [Markdown|http://en.wikipedia.org/wiki/Markdown] is a widespread Markup language. It would be nice if there was a Doxia module for Markdown.
> Here is a proposed simple implementation that defers all the parsing and rendering to [PegDown|http://pegdown.org] (Apache License V2), which is the most reliable Java library for Markdown.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DOXIA-426) Markdown module

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/DOXIA-426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=272626#comment-272626 ] 

Lukas Theussl commented on DOXIA-426:
-------------------------------------

Committed again with upgraded pegdown dep: http://svn.apache.org/viewvc?rev=1143770&view=rev

Jenkins is happy too: https://builds.apache.org/job/doxia/52/

Just for the record: the dependency on xhtml-module should be removed if possible, delegating the work to another parser is not good practice. I opened DOXIA-436 for this.

> Markdown module
> ---------------
>
>                 Key: DOXIA-426
>                 URL: https://jira.codehaus.org/browse/DOXIA-426
>             Project: Maven Doxia
>          Issue Type: New Feature
>          Components: Modules
>    Affects Versions: 1.3
>            Reporter: Julien Nicoulaud
>            Assignee: Lukas Theussl
>             Fix For: 1.3
>
>         Attachments: doxia-module-markdown-2.patch, doxia-module-markdown-3.patch, doxia-module-markdown-4.patch, doxia-module-markdown.patch
>
>
> [Markdown|http://en.wikipedia.org/wiki/Markdown] is a widespread Markup language. It would be nice if there was a Doxia module for Markdown.
> Here is a proposed simple implementation that defers all the parsing and rendering to [PegDown|http://pegdown.org] (Apache License V2), which is the most reliable Java library for Markdown.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (DOXIA-426) Markdown module

Posted by "Julien Nicoulaud (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/DOXIA-426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julien Nicoulaud updated DOXIA-426:
-----------------------------------

    Attachment: doxia-module-markdown-2.patch

> Markdown module
> ---------------
>
>                 Key: DOXIA-426
>                 URL: http://jira.codehaus.org/browse/DOXIA-426
>             Project: Maven Doxia
>          Issue Type: New Feature
>          Components: Modules
>    Affects Versions: 1.3
>            Reporter: Julien Nicoulaud
>         Attachments: doxia-module-markdown-2.patch, doxia-module-markdown.patch
>
>
> [Markdown|http://en.wikipedia.org/wiki/Markdown] is a widespread Markup language. It would be nice if there was a Doxia module for Markdown.
> Here is a proposed simple implementation that defers all the parsing and rendering to [PegDown|http://pegdown.org] (Apache License V2), which is the most reliable Java library for Markdown.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (DOXIA-426) Markdown module

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/DOXIA-426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas Theussl closed DOXIA-426.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3
         Assignee: Lukas Theussl

Moved out of the sandbox: [r1129048|http://svn.apache.org/viewvc?rev=1129048&view=rev]. Thanks again!

> Markdown module
> ---------------
>
>                 Key: DOXIA-426
>                 URL: http://jira.codehaus.org/browse/DOXIA-426
>             Project: Maven Doxia
>          Issue Type: New Feature
>          Components: Modules
>    Affects Versions: 1.3
>            Reporter: Julien Nicoulaud
>            Assignee: Lukas Theussl
>             Fix For: 1.3
>
>         Attachments: doxia-module-markdown-2.patch, doxia-module-markdown-3.patch, doxia-module-markdown.patch
>
>
> [Markdown|http://en.wikipedia.org/wiki/Markdown] is a widespread Markup language. It would be nice if there was a Doxia module for Markdown.
> Here is a proposed simple implementation that defers all the parsing and rendering to [PegDown|http://pegdown.org] (Apache License V2), which is the most reliable Java library for Markdown.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DOXIA-426) Markdown module

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=267216#action_267216 ] 

Lukas Theussl commented on DOXIA-426:
-------------------------------------

Thanks! I have [added the module to the sandbox|http://svn.apache.org/viewvc?rev=1104018&view=rev] for the moment.

Some questions/comments:

* since MarkdownSink is not implemented it would be better to remove the class altogether, or do you plan to provide an implementation?

* the MarkdownParser emits the parsing result as rawText, this means the parser is only usable for html output (see related DOXIA-183). This should be re-written to emit proper doxia events (e.g. by chaining a XhtmlParser).

* I'd prefer some more realistic test cases before promoting this out of the sandbox


> Markdown module
> ---------------
>
>                 Key: DOXIA-426
>                 URL: http://jira.codehaus.org/browse/DOXIA-426
>             Project: Maven Doxia
>          Issue Type: New Feature
>          Components: Modules
>    Affects Versions: 1.3
>            Reporter: Julien Nicoulaud
>         Attachments: doxia-module-markdown.patch
>
>
> [Markdown|http://en.wikipedia.org/wiki/Markdown] is a widespread Markup language. It would be nice if there was a Doxia module for Markdown.
> Here is a proposed simple implementation that defers all the parsing and rendering to [PegDown|http://pegdown.org] (Apache License V2), which is the most reliable Java library for Markdown.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (DOXIA-426) Markdown module

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/DOXIA-426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas Theussl updated DOXIA-426:
--------------------------------

    Component/s: Module - Markdown

> Markdown module
> ---------------
>
>                 Key: DOXIA-426
>                 URL: https://jira.codehaus.org/browse/DOXIA-426
>             Project: Maven Doxia
>          Issue Type: New Feature
>          Components: Module - Markdown, Modules
>    Affects Versions: 1.3
>            Reporter: Julien Nicoulaud
>            Assignee: Lukas Theussl
>             Fix For: 1.3
>
>         Attachments: doxia-module-markdown-2.patch, doxia-module-markdown-3.patch, doxia-module-markdown-4.patch, doxia-module-markdown.patch
>
>
> [Markdown|http://en.wikipedia.org/wiki/Markdown] is a widespread Markup language. It would be nice if there was a Doxia module for Markdown.
> Here is a proposed simple implementation that defers all the parsing and rendering to [PegDown|http://pegdown.org] (Apache License V2), which is the most reliable Java library for Markdown.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DOXIA-426) Markdown module

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=268970#action_268970 ] 

Lukas Theussl commented on DOXIA-426:
-------------------------------------

Patch applied in [r1128829|http://svn.apache.org/viewvc?rev=1128829&view=rev]. Thanks!

> Markdown module
> ---------------
>
>                 Key: DOXIA-426
>                 URL: http://jira.codehaus.org/browse/DOXIA-426
>             Project: Maven Doxia
>          Issue Type: New Feature
>          Components: Modules
>    Affects Versions: 1.3
>            Reporter: Julien Nicoulaud
>         Attachments: doxia-module-markdown-2.patch, doxia-module-markdown-3.patch, doxia-module-markdown.patch
>
>
> [Markdown|http://en.wikipedia.org/wiki/Markdown] is a widespread Markup language. It would be nice if there was a Doxia module for Markdown.
> Here is a proposed simple implementation that defers all the parsing and rendering to [PegDown|http://pegdown.org] (Apache License V2), which is the most reliable Java library for Markdown.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DOXIA-426) Markdown module

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=268686#action_268686 ] 

Lukas Theussl commented on DOXIA-426:
-------------------------------------

Patch applied in [r1128181|http://svn.apache.org/viewvc?rev=1128181&view=rev], thanks! Some remarks:

* I was stuck first with some weird plexus error until I realized that you had removed the text from MarkdownSink but not deleted the file
* I also removed MarkdownParseException, as it only delegated to ParseException
* please don't change the formatting, import order etc.

Two more requests:

* the test resource file test.md should contain a complete document with all supported markup, a la test.apt (it doesn't actually have to be tested, just to check that the parser doesn't choke on anything).
* It would be nice to have a rudimentary site with intro and links to some external resources.

Can you supply that? Otherwise looks good IMO.

> Markdown module
> ---------------
>
>                 Key: DOXIA-426
>                 URL: http://jira.codehaus.org/browse/DOXIA-426
>             Project: Maven Doxia
>          Issue Type: New Feature
>          Components: Modules
>    Affects Versions: 1.3
>            Reporter: Julien Nicoulaud
>         Attachments: doxia-module-markdown-2.patch, doxia-module-markdown.patch
>
>
> [Markdown|http://en.wikipedia.org/wiki/Markdown] is a widespread Markup language. It would be nice if there was a Doxia module for Markdown.
> Here is a proposed simple implementation that defers all the parsing and rendering to [PegDown|http://pegdown.org] (Apache License V2), which is the most reliable Java library for Markdown.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (DOXIA-426) Markdown module

Posted by "Julien Nicoulaud (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/DOXIA-426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julien Nicoulaud updated DOXIA-426:
-----------------------------------

    Attachment: doxia-module-markdown-3.patch

> Markdown module
> ---------------
>
>                 Key: DOXIA-426
>                 URL: http://jira.codehaus.org/browse/DOXIA-426
>             Project: Maven Doxia
>          Issue Type: New Feature
>          Components: Modules
>    Affects Versions: 1.3
>            Reporter: Julien Nicoulaud
>         Attachments: doxia-module-markdown-2.patch, doxia-module-markdown-3.patch, doxia-module-markdown.patch
>
>
> [Markdown|http://en.wikipedia.org/wiki/Markdown] is a widespread Markup language. It would be nice if there was a Doxia module for Markdown.
> Here is a proposed simple implementation that defers all the parsing and rendering to [PegDown|http://pegdown.org] (Apache License V2), which is the most reliable Java library for Markdown.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira