New features
- Add
recursive
argument toinclude-markdown
directive.
Enhancements
- Apply substitutions from all directives at once. Improves performance in all includes and prevents big performance degradations including large contents in the same files of other includes.
- Warn when passing invalid arguments to directives. It could catches bad syntax, like trying to turning off
comments
ininclude
directives (include
does not provides acomments
argument).