File a bug in JIRA. It looks like doxia core's Xhtml parser is eating the
<div> tags that are being generated by the markdown parser.

Let me know the JIRA and I may be able to fix it... but my initial attempt
caused a lot of test regressions


On 27 February 2014 09:10, Raphael André Bauer <
raphael.andre.ba...@gmail.com> wrote:

> Hi,
>
>
> for a project we are using mvn site and the
>
> <dependency>
> <groupId>net.ju-n.maven.doxia</groupId>
> <artifactId>doxia-module-markdown</artifactId>
> <version>1.0.0</version>
> </dependency>
>
> markdown plugin.
>
> The problem is that it does not properly generate the titles for the
> final html files.
>
> No problem - there's the official and more current
> doxia-module-markdown 1.5 available anyway.
>
> But the official doxia-module-markdown 1.5 does completely ignore any
> html content
> inside my markdown files. Whereas net.ju-n.maven.doxia's markdown module
> allows to mix html and markdown commands.
>
> Our project is open source, so we are talking about a page like that
> one:
> https://github.com/ninjaframework/ninja/blob/develop/ninja-core/src/site/markdown/index.md
>
> index.md is a mix of bootstrap html and markdown.
>
>
> Is there a way to tell doxia-module-markdown 1.5 to allow mixing html
> and markdown - or is it just not possible?
>
>
> Thanks!
>
>
> Raphael
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

Reply via email to