Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

markdown.toc generate wrong toc while using [[toc]] #1450

Closed
1 task done
chuxubank opened this issue Mar 15, 2019 · 3 comments
Closed
1 task done

markdown.toc generate wrong toc while using [[toc]] #1450

chuxubank opened this issue Mar 15, 2019 · 3 comments
Assignees

Comments

@chuxubank
Copy link

  • I confirm that this is an issue rather than a question.

Bug report

My content:

# MVC; iOS, Xcode and Swift Demonstration
[[toc]]

My config:

markdown: {
        toc: {
            includeLevel: [3, 4, 5]
        }
}

Version

vuepress/1.0.0-alpha.44 darwin-x64 node-v11.11.0

Steps to reproduce

This markdown file

Whole Project

What is expected?

Before 1.0.0-alpha.40
image

What is actually happening?

After 1.0.0-alpha.40
image
Not deployed yet.

Other relevant information

  • Your OS: macOS
  • Node.js version: v11.11.0
  • Browser version: Safari 12.0.3
  • Is this a global or local install? global
  • Which package manager did you use for the install? yarn
  • Does this issue occur when all plugins are disabled? yes
@shigma
Copy link
Collaborator

shigma commented Mar 15, 2019

Known issue. VuePress currently does not support TOC with level greater than 3.

@shigma shigma self-assigned this Mar 15, 2019
@aaronlippold
Copy link

Is there a place we could help support resolving this issue or is it already in the work stream of tasks for 1.0 release.

@chuxubank
Copy link
Author

fixed in 1.0.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants