We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It’s currently possible to write the following shortcode to get the version
return { ['version'] = function(args, kwargs, meta) return table.concat(quarto.version, '.') end }
--- title: "Quarto Playground" format: html shortcodes: - version.lua --- This is a playground for Quarto {{< version >}}.
Originally posted by @mcanouil in #11349 (reply in thread)
The text was updated successfully, but these errors were encountered:
(We could also imagine something similar to list dependencies more generally.)
Sorry, something went wrong.
I thought I would have time to do this in 1.6 but that's not going to happen.
feat: Native shortcode to get Quarto CLI version
4ca3d65
Fixes quarto-dev#11379
cscheid
mcanouil
Successfully merging a pull request may close this issue.
It’s currently possible to write the following shortcode to get the version
Originally posted by @mcanouil in #11349 (reply in thread)
The text was updated successfully, but these errors were encountered: