What do you use to create presentation slides in Markdown?

I'm bored of PPT, GDocs, LibreOffice.

I want to know what you *personally* use to write slides. Why do you like it? Do you recommend it? Any pitfalls?

#MarkDown

@Edent remarkjs and a bash script (fetch template from server, replace content) to place the content of the markdown file in a template.

I wasn’t sure how I feel about the JS part, but it works. Being able to style via CSS is great and makes for good, reusable templates.

Output being HTML allows me to do all the fun HTMl / JS stuff for interactable components if needed.

Overall I think it was a good time investment for me. https://github.com/gnab/remark

GitHub - gnab/remark: A simple, in-browser, markdown-driven slideshow tool.

A simple, in-browser, markdown-driven slideshow tool. - gnab/remark

GitHub