-
Notifications
You must be signed in to change notification settings - Fork 330
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
False positive TOC detection #304
Comments
This should be robustly fixed with the dev build. List not in the form of |
Thank you very much! |
Is there a configuration to depth limit of TOC? |
You can control it with settings. (Workspace level is also supported) |
@yzhang-gh What if I need a list of internal links? For example, I'm creating a document that has a section on goals, and a section on projects. Each subsection in goals has a list of projects which relate to that goal. If I add more than three (four?) projects to the list it turns into a TOC. How can I prevent this? (I do want a TOC in the document, and have placed it at the beginning) |
Can you provide a minimal example (code snippet)? |
How do you turn this off? What is the setting name? |
Please see here for more information about settings. |
Same problem here. |
Currently, we don't have such an option. I have opened a new issue for it. If you have a little time and don't mind making a PR, here is the code pointer Line 13 in d731165
We have a similar option (as shown below), just copy it vscode-markdown/src/syntaxDecorations.ts Lines 61 to 68 in d731165
|
What is the problem?
When editing a page with a top-level title of #Foo, adding a link to a bulleted list later in the
document of Foo will cause that list to become a table of contents.
How can I disable this?
How can I reproduce it?
See above.
Is there any error message in the console?
No
The text was updated successfully, but these errors were encountered: