[ https://issues.apache.org/jira/browse/DOXIA-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17621184#comment-17621184 ]
John Dimeo commented on DOXIA-667: ---------------------------------- OK this Markdown file produces these specific warnings. It seems to not be breaking anything, as far as I can tell, but this high volume of warnings is overflowing my CI/CD logs. [^hw_age.md] ``` [WARNING] Unrecognized xhtml5 tag <thead> at [2:8] [WARNING] Unrecognized xhtml5 tag <tbody> at [2:79] [WARNING] Unrecognized xhtml5 tag <blockquote> at [5:64] [WARNING] Unrecognized xhtml5 tag <thead> at [8:8] [WARNING] Unrecognized xhtml5 tag <tbody> at [8:74] [WARNING] Unrecognized xhtml5 tag <blockquote> at [30:302] ``` > Add <summary> and <details> to recognized tag list > -------------------------------------------------- > > Key: DOXIA-667 > URL: https://issues.apache.org/jira/browse/DOXIA-667 > Project: Maven Doxia > Issue Type: Improvement > Components: Module - Xhtml > Reporter: John Dimeo > Assignee: Michael Osipov > Priority: Major > Fix For: 2.0.0-M4 > > > I see both {{<details>}} and {{<summary>}} here: > [maven-doxia/HtmlMarkup.java at master · apache/maven-doxia > (github.com)|https://github.com/apache/maven-doxia/blob/master/doxia-core/src/main/java/org/apache/maven/doxia/markup/HtmlMarkup.java] > is there a reason it's not part of {{ALL_TAGS}} here? > [https://github.com/apache/maven-doxia/blob/master/doxia-core/src/main/java/org/apache/maven/doxia/util/HtmlTools.java#L42] > I'm getting this error: > [maven-doxia/Xhtml5BaseSink.java at master · apache/maven-doxia > (github.com)|https://github.com/apache/maven-doxia/blob/master/doxia-core/src/main/java/org/apache/maven/doxia/sink/impl/Xhtml5BaseSink.java#L2206] > when I try to use details/disclosure in a Markdown file. -- This message was sent by Atlassian Jira (v8.20.10#820010)