[ https://issues.apache.org/jira/browse/DOXIA-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17626311#comment-17626311 ]
John Dimeo commented on DOXIA-667: ---------------------------------- [~michael-o] I'm not completely following, but my big problem right now is the log message at a WARN level. The site is actually rendering correctly, since it's "passing through" these unrecognized tags, but it's destroying my log file which is growing to over 4 GB and slowing the build back down. Can we move these two log messages to DEBUG? [maven-doxia/Xhtml5Parser.java at master · apache/maven-doxia (github.com)|https://github.com/apache/maven-doxia/blob/master/doxia-modules/doxia-module-xhtml5/src/main/java/org/apache/maven/doxia/module/xhtml5/Xhtml5Parser.java#L172] [maven-doxia/Xhtml5BaseParser.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/parser/Xhtml5BaseParser.java#L732] I'm seeing the following tags in my log: <select> <option> <optgroup> <audio> <input> <button> <blockquote> <thead> <tbody> > 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 > > Attachments: hw_age.md, image-2022-10-20-14-24-40-888.png > > > 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)