kwin opened a new issue, #1041: URL: https://github.com/apache/maven-doxia/issues/1041
### Affected version 2.0.0 ### Bug description As the according parser only supports metadata (Front Matter) at the beginning of the document: https://github.com/apache/maven-doxia/blob/4b9aaad7dcacc455d3414a346b4043aa45f35c33/doxia-modules/doxia-module-markdown/src/main/java/org/apache/maven/doxia/module/markdown/MarkdownParser.java#L189 the Sink should make sure to not emit anything (in most cases comment) prior to that. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
