Replies: 1 comment 1 reply
-
Thanks @stoffprof -- which version of JupyterBook or mystmd are you using? |
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
-
I have a python variable that I want to use to create a link in the HTML. I tried to do it like this:
glue("url", file_url, display=False)
And then, in a markdown cell:
This doesn't work. I assume you can't just glue something inside a markdown link. Is it possible to achieve this some other way?
Beta Was this translation helpful? Give feedback.
All reactions