All notable changes to the "markdown-toc" extension will be documented in this file using Sematic Versioning.
See Keep a Changelog for how this file is structured.
Publish Release to Visual Studio Marketplace.
Bugfixes:
- Existing Table of Contents detection is too lax.
Added:
- Sample files for manual testing.
Added:
- Support for Closed ATX Style Headings.
# Top Level Heading #
Lorem ipsum...
## Table of Contents ##
- [Second Level Heading](#second-level-heading)
## Second Level Heading ##
Dolor sit amet...
Bugfixes:
- Generated Table of Contents should use same style as first discovered heading.
- Comma and period characters cause invalid link fragment generation.
- Slash character in a heading causes invalid link fragment generation.
- Undocumented: Space characters in Heading causes invalid link fragment generation.
Added:
- Heading Text used in generatd Table of Contents will only be altered if unsupported characters are included.
- Multiple unit tests for better code coverage.
Bugfixes:
- Table of Contents created invalid link fragments in some cases.
Added:
- Support for 'next line' headings characters
=
and-
.
Top Level Heading
=
Second Level Heading
-
Added:
- Support for processing level 2 headers that contain special characters.
- Added References section to README.
- Updated Extension Settings section in README.
Fixed:
- Bug: Certain characters trigger invalid link fragment rule.
Added:
- Initial release, reached MVP
- CHANGELOG, README, LICeNSE, and core configuration files to configure dev, build, and test
- Solution implementation
- Unit tests for each functional component
- Screenshots and animated JPG depecting use of this extension