Skip to content

v6.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jun 13:06
· 5 commits to master since this release
7a7cb71

New features

  • Add recursive argument to include-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 in include directives (include does not provides a comments argument).