Quarto Experiment
quarto.qmd
How to build demo - Build
conda
environment fromenvironment.yml
. - Run
quarto render
. This should be very fast.
How to create PDF
Setup
- Install
npm
. -
npm install -g decktape
for global install.
Repeat
-
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