[ 
https://jira.codehaus.org/browse/DOXIA-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=272628#comment-272628
 ] 

Julien Nicoulaud commented on DOXIA-436:
----------------------------------------

The proper way is to implement a Pegdown AST 
[Visitor|https://github.com/sirthias/pegdown/blob/master/src/main/java/org/pegdown/ast/Visitor.java]
 that directly fires Doxia events. I will provide a patch for this.

> Remove xhtml-module dependency of markdown module
> -------------------------------------------------
>
>                 Key: DOXIA-436
>                 URL: https://jira.codehaus.org/browse/DOXIA-436
>             Project: Maven Doxia
>          Issue Type: Task
>          Components: Module - Markdown
>            Reporter: Lukas Theussl
>
> The markdown parser in its original form (see DOXIA-426) uses the pegdown 
> library to get a whole html document which is then piped through the xhtml 
> parser to produce proper doxia events. This double-parsing should be removed.

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

        

Reply via email to