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.
A generated TOC entry will have a lowercased fragement.
e.g. given markdown
## Hello2
markdown-toc will generate markdown
- [Hello2](#hello2)
Some markdown renderers will not match the lowercase hello2 to the Capitalized string in the h2 header, e.g. <h2>Hello2</h2>. Clicking the Table Of Contents entry Hello2 will do nothing.
Solution
Add an option to disable lowercasing.
Something like lowercase:1 would enable lowercasing the fragment. lowercase:0 would disable lowercasing the fragement.
Problem
A generated TOC entry will have a lowercased fragement.
e.g. given markdown
markdown-tocwill generate markdownSome markdown renderers will not match the lowercase
hello2to the Capitalized string in theh2header, e.g.<h2>Hello2</h2>. Clicking the Table Of Contents entryHello2will do nothing.Solution
Add an option to disable lowercasing.
Something like
lowercase:1would enable lowercasing the fragment.lowercase:0would disable lowercasing the fragement.e.g.
or