Java version: 21 Maven verison: 3.9.9 Maven-site-plugin version: 3.20.0 Doxia-module-markdown version: 2.0.0 Maven-fluido-skin version: 2.0.0-M11
I have some markdown files in src/site/markdown. With older versions of the site plugin these pages rendered correctly. When I upgraded to the stack listed above, the pages stopped rendering. I looked at the source code for the doxia-module-markdown and the unit tests and compared some of the test documents to my documents. The only difference I noted was that the test documents all had a title element like this: Title ==== When I added this element to my documents, they rendered correctly. My question is, is this a bug in the renderer, or is it a miss in the documentation? I cant imagine that a page should completely fail to render if it is missing a title element, but I suppose it is possible that that is a new requirement for markdown documents. Any help is greatly appreciated JB