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

Configurable table of contents #4

Open
raqbit opened this issue Jun 5, 2020 · 0 comments
Open

Configurable table of contents #4

raqbit opened this issue Jun 5, 2020 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@raqbit
Copy link
Contributor

raqbit commented Jun 5, 2020

Currently we're using the markdown-it-toc-done-right plugin to automatically generate a table of contents whenever [toc] is found in the document.

This works fine, but there are some options in the TOC plugin which the user might want to change, like whether the document title should be in the TOC or if certain anchor-only headers should be listed there. Some of these things could be added as a config option to docmaker.yaml, but others will require changes to the TOC plugin. When working on that, we might as well look into adding these options as some sort of syntax change instead.

@raqbit raqbit added the enhancement New feature or request label Aug 13, 2020
@bram-pkg bram-pkg added this to the v1.0.0 milestone Aug 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants