- Don't increase '' characters of comments in indented codeblocks using heading-offset. - Added Spanish translation for documentation.
3.1.1
- Make heading-offset cumulative over nested inclusions.
3.1.0
Include all from different parts of the same page using the same `start` and `end` arguments.
3.0.1
- Fixed headings offset increasing being applied inside fenced codeblocks.
3.0.0
Breaking changes :warning:
- `preserve_includer_indent` argument is now defined as `preserve-includer-indent`. - `rewrite_relative_urls` argument is now defined as `rewrite-relative-urls`.
New features
- `heading-offset` argument for `include-markdown` directive which increases the Markdown heading depth of included content (thanks smk4664).
2.8.0
- `preserve_includer_indent` arguments of `include` and `include-markdown` directives are now `true` by default.