Live data from Hacker News

Marp: Markdown Presentation Writer

yhatt.github.io

1–10 of 98 posts

Re: Marp: Markdown Presentation Writer

#9
post #5

While 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)

Re: Marp: Markdown Presentation Writer

#10
post #9
post #5

While 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)

You can just use Pandoc to output reveal.js HTML for you.

    pandoc hello.md -t revealjs -o hello.html
Post reply on HN