Skip to content
Snippets Groups Projects
user avatar
William Warriner authored
db399f1a

Quarto Experiment

How to build demo quarto.qmd

  1. Build conda environment from environment.yml.
  2. Run quarto render. This should be very fast.

How to create PDF

Setup

  1. Install npm.
  2. npm install -g decktape for global install.

Repeat

  1. decktape reveal _output/quarto.html _output/quarto.pdf --screenshots-size=1280x720 --fragments=disable or any other size in px. This takes awhile.

TODO

  • Finish syntax highlighting.
    • Python (I think)
    • R
    • Markdown
    • ??
  • .prettierrc file from Revealjs template repo
    • CSS
  • Markdown formatting config from docs repo