Cannot use variables in a link #5607
jonas-dfns
started this conversation in
Bugs & Feedback
Replies: 0 comments
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.
-
I have added in my
docs.jsona variable that contains a url:Then in my .mdx page:
Feel free to reach out at [{{supportUrl}}]({{supportUrl}}) if you have any question!But when I use
mint devto test it, the "text" part renders properly but the "url" part just url-encodes the variable, so the link goes to%7B%7BsupportUrl%7D%7D.Beta Was this translation helpful? Give feedback.
All reactions