kwin commented on code in PR #141:
URL: https://github.com/apache/maven-doxia/pull/141#discussion_r1090038860


##########
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:
   No, but Doxia Markdown supports it (since the beginning I guess). Compare 
also with https://github.com/vsch/flexmark-java/issues/550. I haven't touched 
that part, only refactored and added the underlying spec.



-- 
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

Reply via email to