-
DescriptionI'm using a Quarto website project to document a software library, including working code examples as Quarto offers the possibility to add I thought about writing a custom format, but those need to be based on a format built into Quarto, and none of them seem to be appropriate for the purpose. Script files are not a special case of documents, presentations, markdown files, wiki files, or any of the other formats. I could of course simply link to the script file from the document text, but I'd prefer a more visible position like in the right margin. I'd appreciate tips how to achieve something like this with the current Quarto functionality. Otherwise I propose it as a new feature. That could either be options to customize "Other formats", or a new |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Why not use code tools? https://quarto.org/docs/output-formats/html-code.html#code-tools See: |
Beta Was this translation helpful? Give feedback.
Why not use code tools?
https://quarto.org/docs/output-formats/html-code.html#code-tools
See: