Konrad Windszus created DOXIA-695: ------------------------------------- Summary: Support of h6 in xhtml output is broken Key: DOXIA-695 URL: https://issues.apache.org/jira/browse/DOXIA-695 Project: Maven Doxia Issue Type: Bug Components: Modules Reporter: Konrad Windszus
It seems that due to [https://github.com/apache/maven-doxia/commit/87d1ab3979d9df3f6c9af2b2c9bb3baf4152d8b1] the support for headings on level 6 has been completely dropped, e.g. the heading from [https://github.com/apache/maven-site/blame/master/content/markdown/guides/mini/guide-configuring-plugins.md#L284] is valid in markdown but is incorrectly rendered as regular paragraph in [https://maven.apache.org/guides/mini/guide-configuring-plugins.html.] As X(HTML) defines headings from level 1 - 6 I guess the sink needs new methods for dealing with a 6th section. -- This message was sent by Atlassian Jira (v8.20.10#820010)