Dr. Ajay Kumar Koli, PhD | SARA Institute of Data Science, India
Quarto
“An open-source scientific and technical publishing system”
Quarto can produce a wide variety of output formats:
Articles & Reports
Presentations
Interactive Docs
Websites
Books
Quarto sends the
.qmd
file to knitr, which executes all of the code chunks and creates a new markdown (.md
) document which includes the code and its output. The markdown file generated by knitr is then processed by pandoc, which is responsible for creating the finished file.