Skip to content

h2+ headings are ignored in md.vm files #1164

@Bukama

Description

@Bukama

Affected version

3.21.0 (current in maven-site)

Bug description

When writing md.vm files headings from second level on are ignored and not rendered - neither on the page nor in the TOC-macro.

From the following snipped

<!--MACRO{toc}-->

# Header 1

## Header 2

### Header 3

gets rendered to this

Image

Workaround is some crazy

<!--MACRO{toc}-->

# Header 1

#[[##]]# Header 2

#[[###]]# Header 3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions