Skip to content

Releases: huntertran/markdown-toc

fix issue #40

13 Sep 04:42
Compare
Choose a tag to compare
fix issue #40 Pre-release
Pre-release

add a check for ignored headers (since the new mechanism to detect headers)

fix issue #35

09 Jul 22:32
Compare
Choose a tag to compare
fix issue #35 Pre-release
Pre-release

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

02 Jul 02:52
Compare
Choose a tag to compare
Fix issue #8 Pre-release
Pre-release

Reserve underscores in title anchor

New mechanism for get Header list

25 Jun 18:34
Compare
Choose a tag to compare
Pre-release

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

16 Jun 02:38
Compare
Choose a tag to compare
Version 3.0.5 Pre-release
Pre-release
v3.0.5

fix bug #12 but for any consecutive code block

Version 3.0.4

16 Jun 02:40
f4a7902
Compare
Choose a tag to compare
Version 3.0.4 Pre-release
Pre-release
v3.0.4

Update README.md

Version 3.0.3

16 Jun 02:38
Compare
Choose a tag to compare
Version 3.0.3 Pre-release
Pre-release
v3.0.3

format code

Fixed ignore header in code block

22 Aug 23:46
Compare
Choose a tag to compare

Custom options for each document is now working as expected.

21 Aug 20:15
Compare
Choose a tag to compare

Render anchor above heading for bitbucket (change the achor mode in setting)

20 Aug 03:05
Compare
Choose a tag to compare

Remove the need of list anchor mode, use enum instead
Rename the OptionKey to a more appropriate name: RegexStrings