mkdocs-macros-plugin
mkdocs-macros-plugin copied to clipboard
Create richer and more beautiful pages in MkDocs, by using variables and calls to macros in the markdown code.
Hi, I am using macros inside some H1 tags. e.g. `# Configuration of {{feature-x.name}}` The page title works as expected, but inside the menu it's displayed raw. Is it somehow...
{{ git.tag }} will display 3.0.0 if the last tag is 3.0.0-beta5. I think there are many ways to fix this. Here is one idea. ``` [root@localhost helm-ezplatform]# git describe...
{{ git.tag }} was not working for me inside a gitlab pipeline but outside... My idea was to access a env var instead, but I did not know how. I...
Just adding this in case someone stumbles across this in the future as I was debugging it for a colleague :) `macros_info()` generates its own `h1` heading and will lead...
In #106 it was proposed to use [Flake 8](https://flake8.pycqa.org/en/latest/). ___________ Just a question but would it be possible to get something simple like a flake8 action/workflow/job to run on changes...
Icons / Emoji fail to render in sidebar and header section when macros is enabled with mkdocs material index.md ``` # Test :material-robot-happy-outline: ## Test2 :smiley: ``` mkdocs.yml ```yaml plugins:...
Is there an option I could use for the task in the title? I found myself generating a bunch of files that are not meant to be processed by this...
I'm deploying my site to GH pages organisation using `mkdocs gh-deploy`. As [documented](https://www.mkdocs.org/user-guide/deploying-your-docs/#organization-and-user-pages), you build the organisation site in a separate directory. However, when I set `include_dir` in the `macros`...
I am using `mkdocs-macro` plugin to configure the `mike` plugin for `mkdocs` in order to display multi-version documentation. In that context, I would like to mark certain branches as `dev`...
I have gotten stuck on an interesting challenge, I am cleaning up some docs converted with pandoc resulting in headers with [attribute_list](https://python-markdown.github.io/extensions/attr_list/) snippets information. ``` ## Installing the Db2 extension...