- Added option to `include-markdown` directive to disable includer comments.
2.1.2
- Fix mailto links being relative rewritten (thanks for report deep9).
2.1.1
- Added that minimum Python version 3.6 is required to install (thanks for report deep9).
2.1.0
- Added support for using standard Python escapes in string delimiters (thanks gwhitney). - Added some optimizations (thanks for a suggestion gwhitney).
2.0.0
- Rewriting relative paths in included files to make them work in new locations (thanks joerick). - Raise `FileNotFoundError` instead of `ValueError` when the file to include is not found.
1.0.0
- Separated package from cibuildwheel documentation.