[ https://issues.apache.org/jira/browse/DOXIA-740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17876281#comment-17876281 ]
John Dimeo commented on DOXIA-740: ---------------------------------- Thanks for the response and I'm glad to hear it's by design. It is, however, a major change of behavior and the main issue I'm having is that it's {*}silent{*}. If there was a warning in the Maven build, I would know what Markup to fix. Instead, my production site started randomly dropping sections of content without notice. It would be amazing to get a message in there. > Rendering Markdown silently truncates files that skip a heading level > --------------------------------------------------------------------- > > Key: DOXIA-740 > URL: https://issues.apache.org/jira/browse/DOXIA-740 > Project: Maven Doxia > Issue Type: Bug > Components: Module - Markdown > Reporter: John Dimeo > Priority: Major > Fix For: wontfix-candidate > > > I am using a fork of the latest Doxia site tools because I am testing my > performance fix, so it's possible this is related to my fork, but I don't > _think_ so... > If your Markdown skips a heading level i.e. > {noformat} > # Heading 1 > Text > ### Heading 3 > Text 2{noformat} > Then the rendered HTML only contains Heading 1 and Text. This is a major > regression compared to past versions, so I must be missing something. Thank > you. > -- This message was sent by Atlassian Jira (v8.20.10#820010)