-
Hi Quarto community. I recently discovered Quarto and I'm very impressed by this wonderful software. I'm currently preparing a companion site to a lecture using Quarto where it would be helpful to keep code examples in files and include the contents in an HTML code cell in order to avoid code duplication (and to work around some limitations in Quarto, Juypter and Julia). I would like to write code like this:
Unfortunately, this doesn't work. Instead of the contents of Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I believe it should work as this was closed #1237 it seems broken again. I can reproduce on 1.1 and 1.2 and we are supposed to look into Code blocks: I'll create a new issue to track this. |
Beta Was this translation helpful? Give feedback.
I believe it should work as this was closed #1237
it seems broken again. I can reproduce on 1.1 and 1.2 and we are supposed to look into Code blocks:
quarto-cli/src/resources/filters/quarto-pre/shortcodes.lua
Line 14 in 0facbe6
I'll create a new issue to track this.