PDF rendering can be enabled by setting pdf: TRUE in the config.yaml of an existing lesson. For new lessons, sandpaper::create_lesson(..., pdf = TRUE) will set this option for you.
The generated pdf will be located at site/docs/aio.pdf.
Currently still missing: a button/link to the PDF on the lesson website --> LearnToDiscover/varnish#4
PDF rendering can be enabled by setting
pdf: TRUE
in theconfig.yaml
of an existing lesson. For new lessons,sandpaper::create_lesson(..., pdf = TRUE)
will set this option for you.The generated pdf will be located at
site/docs/aio.pdf
.Currently still missing: a button/link to the PDF on the lesson website --> LearnToDiscover/varnish#4
Fixes #20 and #2