You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know, it's not markdown-etiquette, but is there a way to parameterize markdown URLs based on an environment variable, for example to helpfully point to resources, dependent on the execution environment chosen:
Hi, @chile12! Thanks for filing this feature request.
If I understand correctly, the idea is to do interpolation/substitution in the markdown pre-rendering. That's an interesting idea. The values would come out of the ENV at the time of rendering?
You got it, thanks for taking it serious.
Currently, I'm using an env-var provided via prompt, to set the environment in question. Which works fine for code cells.
Already took a look at Jekyll and Liquid to tinker with markdown and variables, but this might clash with Runme?
I know, it's not markdown-etiquette, but is there a way to parameterize markdown URLs based on an environment variable, for example to helpfully point to resources, dependent on the execution environment chosen:
[link to azure vm metrics in my prod environment](https://portal.azure.com/org/some/resource-group-${{ ENV }}/resource/kv/djjkshd)
Currently I'm using this beauty, which eats up space and fragments the document.
xdg-open https://portal.azure.com/org/some/resource-group-$ENV/resource/kv/djjkshd
The text was updated successfully, but these errors were encountered: