Laurent Franceschetti

Results 121 comments of Laurent Franceschetti

Ah, I think I am finally catching up. So you _are_ modifying the mkdocstrings' Python handler, and basically decorating it with `env.render()`. And you _are_ using `env.render()` in `define_env()`. That's...

Now that I come to think about it, I would favor the idea of a more general hook. The solution proposed by @pawamoy works nicely for Mkdocs-Macros, but it wouldn't...

### Context Your points about not wishing to rely on Mkdocs-Macros are well received (they make sense, and I defend freedom of choice for the members of the ecosystem). Having...

I opened a discussion on Jinja2's repository: https://github.com/pallets/jinja/discussions/1943

Note that if you need a quick fix solution to guarantee that MkDocs-Macros won't break the call any of your plugin's functions, it would be sufficient to write: ```jinja {%...

@timvink It's a brilliant course of thought! A question to solve, would be the human coordination. I believ it would be more practical if the original writer of the plugin...

I was looking back at this issue. Is there still some interest in it?

See also: https://github.com/squidfunk/mkdocs-material/discussions/5933 @timvink Interestingly, it should auto-document if you type `{{ macros_info() }}` in a page.

Please relate this PR to an existing issue, or open one.

The best way to make the link is to indicate, on the right of the pane under "Development", the number of the issue. I did that.