Releases: huntertran/markdown-toc
Releases · huntertran/markdown-toc
fix issue #40
add a check for ignored headers (since the new mechanism to detect headers)
fix issue #35
The most popular first-level header depth will be used to generate TOC
for example:
Title
---
# Header 1
# Header 2
The title has depth = 2, while other headers have depth = 1. There are 2 headers, so the title will be ignored.
This fix the issue #35
Fix issue #8
Reserve underscores in title anchor
New mechanism for get Header list
In this release, I use vscode API to get the list of headers. Expected to be:
- More performance, faster
- Fix the error that the extension not working in some specific case
- Some minors fix
- Some code management
Version 3.0.5
v3.0.5 fix bug #12 but for any consecutive code block
Version 3.0.4
v3.0.4 Update README.md
Version 3.0.3
v3.0.3 format code
Fixed ignore header in code block
v2.2.2 bump up version
Custom options for each document is now working as expected.
v2.2.1 reformat
Render anchor above heading for bitbucket (change the achor mode in setting)
Remove the need of list anchor mode, use enum instead
Rename the OptionKey to a more appropriate name: RegexStrings