You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2026. It is now read-only.
I have a document, and one general title at top of document.
Then, I have a sections:
# TITLE DOC
# Index
(the index generated using “Insert or update md-toc”)
…
# Chapter …
…
When I generate the TOC, then my index is:
TITLE DOC
Index
Chapter …
The TOC is generating a link for the document title, howto prevent to no generate this entry TITLE DOC?
Or howto write in a md file a document title using other form to no detected by this plugin as a chapter?
Can the index of titles process all headings from the place where this index is written to end of document?
Hi,
I have a document, and one general title at top of document.
Then, I have a sections:
When I generate the TOC, then my index is:
The TOC is generating a link for the document title, howto prevent to no generate this entry TITLE DOC?
Or howto write in a md file a document title using other form to no detected by this plugin as a chapter?
Can the index of titles process all headings from the place where this index is written to end of document?
Regards