Laurent Franceschetti
Laurent Franceschetti
Is my understanding correct that mypy wants some kind of marker to allow static type checking of the package? I see that warning comes from Ansible, so that suggests Mkdocs...
Wow, what a pretty diagram! For our information did you identify the piece of code in Mermaid that was tripping MkDocs-Macros?
Perhaps searching with your editor for offending strings might help? I am just curious about it: the question of how to ensure compatibility of Mkdocs-Macros' syntax with other plugins has...
Thank you for your observation. The question of proper processing of warnings and errors becomes increasingly important, now that Mkdocs-Macros is being more used more and more in automated deployment...
This issue has been fixed (on Github). Can you check whether it works for you?
@garfieldnate Try now?
Thanks for your confirmation! Your issue helped make MkDocs-Macro's behavior more logical in case of warning. If you want to catch an undefined variable, see [how you can alter the...
Thanks for your PR. In that way, users will know what to do.
Here is indeed a use case similar to the question asked about the [Mkdocs-Macros](https://github.com/fralau/mkdocs-macros-plugin/tree/master) plugin (I am the author of that plugin). Perhaps it's best that I quote directly @pawamoy's...
Thanks for your remark. I am not sure I understand your question: _if_ you have a `main.py` file, what else could be in that file (by design) other than one...