How to remove template name from link to Typst output? #10270
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I don't think there is a way right now. We always include extension name for a format in that case Reference for us: This is done here quarto-cli/src/format/html/format-html-links.ts Lines 95 to 104 in 9724c3d Maybe the other form using To change this behavior we would probably need to add a new configuration option. Something like |
Beta Was this translation helpful? Give feedback.
I have opened an issue to track the enhancement