Marp allows you to transform Markdown into beautiful, high-fidelity slide decks. It's the "Presentations as Code" solution for technical documentation and Git-based workflows.
Traditional slide decks are binary blobs that are hard to version control and review. Marp solves this by using plain text Markdown.
With Marp, your slides live alongside your code, making them searchable, diffable, and easy to update via PRs.
--- marp: true theme: default --- # Slide 1 Content... --- # Slide 2 Content...