qmd files

Quarto uses .qmd which are essentially markdown files (.qmd = quarto markdown).

Their are 2 major parts in this section: Static, and Interactive.

Static

  • Markdown: Link to markdown intro and cheatsheets
  • Images: Adding and formatting images
  • Callouts: Callout blocks (e.g. note, tip, warning, etc.)
  • Icons: , , etc.
  • Tables: Making tables by “hand” and displaying R data.frames contents nicely
  • Github code embed: Embedding code from a file in a github repo

Interactive