Replies: 1 comment
-
Could you set a meaningful title? A LUA filter is probably what you need. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am using quarto rendering a
.qmd
file to a gfm format. The quarto document is only a part of my pipeline and I want to use the resultant.md
file with Astro.js and [https://expressive-code.com/key-features/text-markers/](Expressive Code).For that reason, I want the output cells to be "```r " + some additional text.
For example, I want to be able to write this:
Is that possible?
Beta Was this translation helpful? Give feedback.
All reactions