Open
Description
If only level 3 or lower headings are included (using the !heading
marker), the table of contents will be indented too much in the generated Markdown and the resulting HTML will not be a list.
This source file:
# Title
## Section
### Heading !heading
#### Subheading 1 !heading
#### Subheading 2 !heading
will result in this table of contents:
␣␣␣␣* [Heading](#heading)
␣␣␣␣␣␣* [Subheading 1](#subheading-1)
␣␣␣␣␣␣* [Subheading 2](#subheading-2)
(with the spaces represented by ␣
)
Metadata
Metadata
Assignees
Labels
No labels