[ 
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

        

Reply via email to