v2.6.0
[2.6.0] - 2024-03-16
Added
- Set maximum toc depth with
--depth int
- Using importlib.metadata.version() for
--version
- Static type checking
Changed
- Support for comments that start after spaces or tabs
- To run without being installed,
python -m toc.cli
must be used instead of./toc/cli.py
Documentation
- Highlighted support for markup languages
Testing
- Added tests for files formatted by python-black