[ 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