kwin commented on code in PR #193:
URL: https://github.com/apache/maven-doxia/pull/193#discussion_r1443266841
##########
doxia-modules/doxia-module-apt/src/test/java/org/apache/maven/doxia/module/apt/AptSinkTest.java:
##########
@@ -126,6 +126,11 @@ protected String getSection5Block(String title) {
return EOL + StringUtils.repeat(AptMarkup.SECTION_TITLE_START_MARKUP,
4) + title + EOL + EOL + EOL;
}
+ /** {@inheritDoc} */
+ protected String getSection6Block(String title) {
+ return EOL + StringUtils.repeat(AptMarkup.SECTION_TITLE_START_MARKUP,
4) + title + EOL + EOL + EOL;
Review Comment:
Yes, APT only supports up to level 5 and converts everything above to level
5
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]