Print quarto version in the generated document both in command line, knitr and jupyter generated document #11349
Unanswered
danieltomasz
asked this question in
Q&A
Replies: 2 comments 3 replies
-
In an HTML document you always have a ![]() What formats are you targeting? |
Beta Was this translation helpful? Give feedback.
3 replies
-
There is also
But the lua filter above for shortcode is a really good way. |
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 helping to develop some templates that need to support some feature between different quarto version, for the testing purpose how I can output/print quarto version the document was generated?
For quarto in Rstudio I can use
but when I run test from command line (no R or without this library it will fail) but I might give me false results when I set in command line different path than the one shipped with Rstudio (though I am not so sure about this)
Is there any way to do it consistently?
Beta Was this translation helpful? Give feedback.
All reactions