Hacker News new | ask | show | jobs
by grahameb 384 days ago
Can you make slides and handouts from the same primary document? That'd save me an inordinate amount of time for some church use-cases.
1 comments

Look at Quarto. Markdown input, basically any output you want, including HTML, PDF, DOCX, PPTX, etc... All from the same input. Reuse text chunks, use variables, templates, and more. Then just run 'quarto render'.
Thanks!