<style> .reveal { font-size: 36px; } </style> # Quarto / MD --- ## Markdown "Markdown is a lightweight markup language for creating formatted text using a plain-text editor." It's what's used for the HackMD presentations. It's what's used for the `Readme.md` documentation files. --- ## Why Quarto? Quarto is an open source publishing system for technical and scientific documents. It implements Markdown, allowing for integration with multiple languages, (e.g. R and Python). Meant as a non-R-focused replacement for RMarkdown. It allows: - automated reports with dynamic fields based on data inputs - clear code and results documentation - presentations with direct code outputs - etc. --- ## Quarto workflow ![](https://i.imgur.com/amUmSws.png) (source: https://quarto.org/docs/faq/rmarkdown.html) Quarto file -- .Qmd Markdown file -- .md Final output -- .html/tex/pdf/others (Note: it was similar for RMarkdown, with Rmd instead of qmd) --- # Let's check in RStudio Let's start a Quarto project (notice we can include `git` and `renv`!) (Prefer Python? [Check here!](https://quarto.org/docs/get-started/hello/jupyter.html)) --- ## Some reading [Quarto guide](https://quarto.org/docs/guide/)
{"metaMigratedAt":"2023-06-18T01:38:55.350Z","metaMigratedFrom":"YAML","title":"Quarto and Markdown","breaks":true,"description":"View the slide with \"Slide Mode\".","contributors":"[{\"id\":\"1c10bb23-6c4c-4c1b-8586-5f8d56305139\",\"add\":1389,\"del\":65}]"}
    1036 views