Replies: 2 comments
-
Related discussion: Also with Quarto Dashboard (1.4 pre-release) you could get a "poster". |
Beta Was this translation helpful? Give feedback.
-
To give you more details on the why:
This formats defines the pre/post processor for knitr and pandoc, along with pandoc options so that Output formats like So as you can see this is quite rmarkdown specific.
You're right to think that Quarto does the same logic to convert to .md than calling Pandoc. However, it does it completely differently, and it requires a Quarto format to define information differently. That is what Quarto extensions are for.
Anyhow, I hope this clarifies. To make poster with Quarto, you could have a look at Typst too (as part of next 1.4):
Or follow this thread for discussion: Hope it helps |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
R has a few packages that extend RMD such that the yaml header can specify something like
This allows you to knit the document a certain way.
Since quarto still converts to an md document, is it possible to still leverages this packages with quarto's render function?
Beta Was this translation helpful? Give feedback.
All reactions