kwin commented on code in PR #141: URL: https://github.com/apache/maven-doxia/pull/141#discussion_r1090038015
########## doxia-modules/doxia-module-markdown/src/main/java/org/apache/maven/doxia/module/markdown/MarkdownParser.java: ########## @@ -76,19 +83,23 @@ public class MarkdownParser extends AbstractTextParser implements TextMarkup { * In order to ensure that we have minimal risk of false positives when slurping metadata sections, the * first key in the metadata section must be one of these standard keys or else the entire metadata section is * ignored. + * @see <a href="https://fletcher.github.io/MultiMarkdown-5/metadata.html">Multimarkdown Metadata</a> Review Comment: CommonMark does not define any metadata format. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org