New features
- Add [`recursive`](https://github.com/mondeja/mkdocs-include-markdown-plugin?tab=readme-ov-file#include-markdown_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).