-
DescriptionIt is possible to output multiple formats simultaneously by specifying them as defaults. It's also possible to customise the text thats shown for under under "other links". However, when extensions are used, the extension type seems to be appended to the text entered. Here I've used the
---
title: "Untitled"
format:
html: default
typst: default
letter-pdf: default
format-links:
- html
- format: typst
text: PDF
icon: file-pdf
target: "_blank"
- format: letter-pdf
text: PDF 2
icon: file-pdf
target: "_blank"
---
## Quarto
Quarto enables you to weave together content and executable code into a finished document. To learn more about Quarto see <https://quarto.org>. Note that quarto has appended "(letter)" to PDF 2. Is it possible to override that behaviour? If I had wanted it to say "PDF 2 (letter)" I would have written that in the text argument... Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Unfortunately, that's not currently possible: |
Beta Was this translation helpful? Give feedback.
Unfortunately, that's not currently possible: