- `preserve_includer_indent` arguments of `include` and `include-markdown` directives are now `true` by default.
2.7.2
- Use `setup.cfg` declarative metadata. - Modernized code base conforming to Python3.6 standards. - More robust formatting (trailing commas, one quotation character in all strings...). - Removed `__description__` from package public attributes.
2.7.1
- Fixed regex to make work multiple includes in the same file (thanks deep9).
2.7.0
- Added `dedent` argument for included content unindentation to both directives.
2.6.1
- Nested inclusions corrected using relative file paths (thanks for report deep9).
2.6.0
- Added possibility to define directive arguments in any order.