Replies: 1 comment 1 reply
-
Hi @stoobie, the cross-reference was answered by yourself in the sibling discussion, please keep the discussions cross-referenced in the future as well ;] As for the other two:
https://jinja.palletsprojects.com/en/stable/templates/#if The only thing that's different is the context, as IIRC the macros plugin can use https://mkdocs-macros-plugin.readthedocs.io/en/latest/#variables But maybe you don't want to add custom Jinja syntax to your Markdown files to keep them compatible with editors etc.
To format tables as Markdown, use Markdown syntax for them. Or if you really prefer to use |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I investigated Markdown in mkdocs-material vs AsciiDoc last week, and I was able to get near parity regarding industry-standard tech writing features, including include files, conditionals, advanced formatting, and variables.
Can anyone help overcome the following difficulties? Or are these issues not overcomable?
xrefs are great for several reasons. 2 that jump to mind are:
Beta Was this translation helpful? Give feedback.
All reactions