Releases: naokazuterada/MarkdownTOC
Releases · naokazuterada/MarkdownTOC
1.8.0
Changes
- Enable to change indent prefix. ('Indent' feature)
You can set indent prefix.
4 spaces
<!-- MarkdownTOC indent=" " -->
- foo
- bar
- buz
<!-- /MarkdownTOC -->
You can also set this in sublime-settings with key default_indent
.
1.7.1
1.7.0
Changes
- Add 'style' feature
You can control the type of list representing the TOC:
<!-- MarkdownTOC style=unordered -->
- foo
- bar
- buz
- qux
<!-- /MarkdownTOC -->
<!-- MarkdownTOC style=ordered -->
1. foo
1. bar
1. qux
2. quux
2. buz
2. qux
<!-- /MarkdownTOC -->
Contribution by Demian Martinez ( @ddidier ).
1.6.1
Changes
- Fix issue about '===' or '---' headings
1.6.0
1.5.1
1.5.0
- Add 'id_replacements' option in 'Package Settings'
1.4.0
Changes
- Change 'Auto link' syntax
- Implement defaults and override each TOCs
- Support MarkDown-Extra style to define ID
- Add 'Bracket' feature
- Bug fixes
- Dealing with reference link in heading
- Ignore links in heading
- Ignore spaces in the end of heading
1.3.1
Changes
- bug fix in 'insert TOC'
- add 'default_autolink' in settings
1.3.0
Changes
- Add 'Auto link' feature
- Bug fix: ignore headings and toc tags in codeblock
- Remove auto rewrite toc tag when 'depth' attr is not declared