Laurent Franceschetti
Laurent Franceschetti
That's correct, but there are other ways it could interfere. That's only to test that hypothesis.
What do we want to do with this issue?
Considering the list of events provided by [mkdocs' documentation](https://www.mkdocs.org/dev-guide/plugins/#events): We should use the `on_nav()` event to, somehow, list and render all macros in the titles. That event (already used in...
@BoxedBrain Here is the result of my experiments: I made the change for the navigation on my dev environment and it does work. However, it won't work if the macro...
Note: I did not use the code above. More simply, I made the program render the title of the page (interpret the macros), just after rendering the macros of the...
This update was pushed in mkdocs-macros 1.0.2 on pypi.
For the time being, we will just demote the titles by one level (main title is level 2).
Thanks a lot!
I applied the fix given here (`PERL_USE_UNSAFE_INC=1`): https://github.com/yuki-kimoto/gitprep/issues/134 but it says: ``` Building and testing DBD-SQLite-1.50 ... FAIL ! Installing DBD::SQLite failed. See /home/clients/(snip)/web/gitprep/setup/work/1537535201.24154/build.log for details. Retry with --force to...
Thanks a lot for taking the time to answer my question. The OS is Debian 8.10 Jessie (my webhoster’s platform), with perl v5.20.2 built for x86_64-linux-gnu-thread-multi. I am not sure...