Multiple source URLs with code-tools #9529
-
DescriptionApologies if I missed it---my search didn't turn anything up---but is it possible to include multiple My immediate use-case relates to the fact that I have a Quarto HTML document with both R and Python code chunks. I'd like to link to pure script versions of both languages, so that my users can easily test the languages separately. Something like the following (which doesn't work): code-tools:
- caption: "R code"
source: https://myurl.com/code.R
- caption: "Python code"
source: https://myurl.com/code.py I can imagine similar use cases for linking to, say, both the Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
No, that doesn't exist in Quarto today. |
Beta Was this translation helpful? Give feedback.
No, that doesn't exist in Quarto today.