-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Print variable values in code snippets #471
Comments
Interesting 👀 Not sure how to achieve this, but if anyone knows a good way to do it, I'm curious to know. |
We are adding I have a suggestion, users can do something like this:
|
Okay so this doesn't always work. Since markdown parser is run first, <span style="color: #A6ACCD">(</span><span style="color: #89DDFF">{</span><span style="color: #A6ACCD">{ z </span><span style="color: #89DDFF">}</span><span style="color: #A6ACCD">})</span> |
Is your feature request related to a problem? Please describe.
Basically I want to add dynamic values in code snippets see the example below, I want the links to have a dynamic version number.
MyMarkDown.md
Describe the solution you'd like
I want to be able to print dynamic values in code snippets as show in the example above.
Describe alternatives you've considered
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: