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: [email protected] For additional commands, e-mail: [email protected]
