Thanks Stephen! Xhtml parser eating my divs was also my observation. Unfortunately I don't have an account for Jira at http://jira.codehaus.org/browse/DOXIA (and it seems I have to ask the "administrator" get one)...
Could you file the bug? Thanks! Raphael On Thu, Feb 27, 2014 at 12:23 PM, Stephen Connolly <[email protected]> wrote: > if you can use a HTML5 tag that isn't <div> it should go through unmolested. > > > On 27 February 2014 11:22, Stephen Connolly <[email protected] >> wrote: > >> 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 < >> [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 >>> >>> 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] >>> >>> >> -- inc: http://ars-machina.raphaelbauer.com tech: http://ars-codia.raphaelbauer.com web: http://raphaelbauer.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
