Skip to content

TOC error with more than one H1 #3028

Answered by iBug
Gravy59 asked this question in Q&A
Discussion options

You must be logged in to vote

OK not too hard to find out. This is the offending content:

# Creating Basic Stars
### Setting up the scene
### Shading the stars
# Creating a Milky Way
### Putting stars on the Milky Way
### Adding the Milky Way to the scene

You need to use contiguous levels of headings so as not to confuse the TOC generator. "Upgrading" the H3's to H2's produces expected layout for me.

# Creating Basic Stars
## Setting up the scene
## Shading the stars
# Creating a Milky Way
## Putting stars on the Milky Way
## Adding the Milky Way to the scene

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mmistakes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #2892 on June 28, 2021 20:34.