- Fixed - Fixed dashes for GitHub style - Changed - Using "modern" type annotations (e.g., `str | int | None`, `list[str]`) - Full diff - https://github.com/jsh9/markdown-toc-creator/compare/0.0.9...0.0.10
0.0.9
- Changed - No longer produce consecutive dashes for Github style, because Github's behavior has changed (which becomes the same as Gitlab's) - Removed - Removed Python 3.8 support - Added - Added checks for Python 3.12 and 3.13 - Full diff - https://github.com/jsh9/markdown-toc-creator/compare/0.0.8...0.0.9
0.0.8
- Changed - Strip links inside headings before including them in ToC - Full diff - https://github.com/jsh9/markdown-toc-creator/compare/0.0.7...0.0.8
0.0.7
- Changed - Rendered hyperlinks as texts only - Full diff - https://github.com/jsh9/markdown-toc-creator/compare/0.0.6...0.0.7
0.0.6
- Fixed - Fixed a bug where dashes within backtick ("`") pairs are removed - Full diff - https://github.com/jsh9/markdown-toc-creator/compare/0.0.5...0.0.6
0.0.5
- Fixed
- Fixed a bug that does not ignore `` in code blocks
- Full diff - https://github.com/jsh9/markdown-toc-creator/compare/0.0.4...0.0.5