On 27 February 2014 09:10, Raphael André Bauer < [email protected]> 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 Given that the page you cite is almost entirely html, you'd probably be better served by using xdoc for those heavyweight pages, e.g. see https://github.com/stephenc/junit/blob/generate-site/src/site/xdoc/index.xmlwhich the site then renders to http://stephenc.github.io/junit/ > > 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: [email protected] > For additional commands, e-mail: [email protected] > >
