Marp: Markdown Presentation Writer
yhatt.github.io
Marp: Markdown Presentation Writer
1–10 of 98 posts
Re: Marp: Markdown Presentation Writer
#2Re: Marp: Markdown Presentation Writer
#3Re: Marp: Markdown Presentation Writer
#4You can see this with all the CLI tools being introduced for traditional programs. I suppose people appreciate control and automation.
Re: Marp: Markdown Presentation Writer
#5Re: Marp: Markdown Presentation Writer
#6Re: Marp: Markdown Presentation Writer
#7Re: Marp: Markdown Presentation Writer
#8How does one actually... well, display the presentation? (without the markdown on the side)
I don't know if that's the only option or if there are more than that.
Re: Marp: Markdown Presentation Writer
#9While marp looks great, reveal.js[1] includes markdown support and has a huge ecosystem. [1]: https://github.com/hakimel/reveal.js
(Using just "---" to separate slides instead of repeating: slide markdown goes here
...seems like a productivity win IMO)
Re: Marp: Markdown Presentation Writer
#10While marp looks great, reveal.js[1] includes markdown support and has a huge ecosystem. [1]: https://github.com/hakimel/reveal.js
Clarification: reveal.js supports markdown for individual slides. This project (Marp) allows you to write your whole presentation in a single markdown document. (Using just "---" to separate slides instead of repeating: slide markdown goes here ...seems like a productivity win IMO)
pandoc hello.md -t revealjs -o hello.html