Mermaid url expansion #4407
dmi3kno
started this conversation in
Feature Requests
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Quarto is very fluent in creating the relative references within the context of a website. For example, I can write
[link](about.qmd)
and Quarto will automatically resolve the reference and update the URL relative to the top-level URL of the website specified assite-url
in_quarto.yml
In Mermaid flowchart diagrams it is possible to add href to nodes
I would like to be able to write relative URLs following the node identifier.
And rely on Quarto to resolve the URL for me prior to rendering, the same way it does right now for the links embedded in markdown. Do you think this would be possible?
For the avoidance of doubt, this seems to work today
Which is great! I wonder it can accept .qmd links
Beta Was this translation helpful? Give feedback.
All reactions