Skip to content

Can't extract my h4, h5 and display them in sidebar. #513

Discussion options

You must be logged in to vote

Try this:

module.exports = {
  markdown: {
    anchor: {
      level: [2, 3, 4, 5] 
    },
    extractHeaders: {
      level: [2, 3, 4, 5] 
    }
  }
}

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
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 GuillaumeBlochB
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants