-
I've noticed that when I use a After some testing around, I've figured out that this issue only seems to appear if you're using the I've tested this on a bare-minimum setup using the default theme and only the |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
# Welcome to MkDocs { #lorem-ipsum }
Lorem ipsum dolor sit amet 🤔 |
Beta Was this translation helpful? Give feedback.
-
Also faced this issue. Is there a workaround? |
Beta Was this translation helpful? Give feedback.
-
@Andre601 @YuriiMotov The first thing to realize, is that the attr_list syntax syntax and the Jinja2 syntax used by Mkdocs-Macros are likely to interfere, since they both use the A workaround in MkDocs-Macros would be to change the characters used by JinJa2 in macros, and definitions (typically In general, the workarounds are described on this page. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Treated as issue in #266, solved with 62daea9.