lukasgeiter / mkdocs-awesome-pages-plugin

An MkDocs plugin that simplifies configuring page titles and their order
MIT License
452 stars 35 forks source link

Menu not rendered when using macros #66

Closed BoxedBrain closed 1 year ago

BoxedBrain commented 1 year ago

Hi,

I am using macros inside some H1 tags. e.g. # Welcome to {{about.product}}

The page title works as expected, but inside the menu it's displayed raw. Is it somehow possible to solve that without specifying the menu entry manually inside the .pages file or H1 tag?

Thanks!

lukasgeiter commented 1 year ago

Does it work correctly if you're not using awesome-pages?

BoxedBrain commented 1 year ago

Good point, I just tested and indeed it does not work without awesome-pages. So I guess I need to open the issue within mkdocs_macros_plugin.

Thanks!