-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
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
(Feature Request) Quarto Support #215
Comments
When Quarto matures, then we will consider it. As far as I know, it is currently possible to use qmd documents with Rmd templates. |
Following up on this now that Quarto is maturing - it would be great to have Quarto templates for the CV formats however I don't see how it would be possible to incorporate the One approach would be to have quarto templates alongside the vitae package, where vitae handles the management and insertion of entries into the quarto template (similar to what is currently done). That way similar packages can be written to manage data entries for other languages. |
Thinking out loud here, it might be possible to support quarto using a classed div containing tables with specific column names. That way any language can produce the table which is converted to the template's appropriate input style using an appropriate lua filter. |
Are there any plans to include support for Quarto .qmd documents?
The text was updated successfully, but these errors were encountered: