Improve multi-format link options #11085
coatless
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.
-
Description
Consider:
my-doc.qmd_quarto.yml:As a result, we get both a
htmlandipynboutput. When using Quarto links on a website, we're usually using:However, in the case of multi-formats, we need to remove the
.qmdextension and go directly to the output file, e.g.The idea here would be to use an extension on the link to indicate the format that should be used from the
.qmdfile itself, e.g.Here, I'm proposing the link modification of
.qmd*<format>to yield the appropriate output file resolution.Beta Was this translation helpful? Give feedback.
All reactions