- When getting the included content by URL, take into account the `charset` parameter of the `Content-Type` response header field.
1.1.12
- Add the `wrap_code` and `code_language` attributes to mark up the included content as fence code block or inline code. - Prevent to create cache directory when it’s not needed. Improve code style. Refactor a little.
1.1.11
- Add the `extensions` config parameter to process file types different from `.md`. - Add the `url` attribute to include content that is available by HTTP(S) URL.
1.1.9
- Support meta 1.3.
1.1.8
- Support meta 1.2.
1.1.7
- Allow to specify custom options for EscapeCode preprocessor as the `escape_code.options` config parameter value.