Replies: 1 comment 1 reply
-
Heya cheers, As it shows in the docs, I know you can do:
Is this what you are after, or is |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, thanks so very much for this super-useful package!
I'm currently building a multi-version documentation, mostly written in Markdown using myst-parser. Everything works fine, except that I can't seem to be able to use substitutions (https://myst-parser.readthedocs.io/en/latest/syntax/optional.html#substitutions-with-jinja2) to access the current_version variable.
I've made sure that 'substitution' was in my myst_enable_extensions, and I've tried to use
as well as
but none of these are defined.
Is there a way to access this variable (defined in the HTML context)?
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions