|
|
|
|
|
by belzsch
2604 days ago
|
|
I’m surprised no one’s mentioned pandoc by now. It’s a Swiss army knife that among other things makes slides from Markdown documents and lets you pick from a number of JS templates or Latex/Beamer. Converting Markdown to PDF slides is just a simple-ish oneliner away. And terrific for a whole number of other use cases, too - including but not limited to Markdown <-> Word, Epub conversion, HTML conversion and endless others. I find myself turning to it all the time. https://pandoc.org/ |
|