You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Lukas Theussl (JIRA)" <ji...@codehaus.org> on 2011/07/08 08:12:42 UTC

[jira] Created: (DOXIA-436) Remove xhtml-module dependency of markdown module

Remove xhtml-module dependency of markdown module
-------------------------------------------------

                 Key: DOXIA-436
                 URL: https://jira.codehaus.org/browse/DOXIA-436
             Project: Maven Doxia
          Issue Type: Task
            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

        

[jira] Updated: (DOXIA-436) Remove xhtml-module dependency of markdown module

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

Lukas Theussl updated DOXIA-436:
--------------------------------

    Component/s: Module - Markdown

> 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

        

[jira] Commented: (DOXIA-436) Remove xhtml-module dependency of markdown module

Posted by "Julien Nicoulaud (JIRA)" <ji...@codehaus.org>.
    [ 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