
Marp: Markdown Presentation Ecosystem
Marpit (independented from Marp) is the framework that transforms Markdown and CSS themes to slide decks composed of HTML/CSS. It is optimized to output only the minimum set of assets required.
Blog | Marp
May 20, 2021 · We are so excited to introduce a stable release of Marp Core v3, and Marp CLI v2 update with an entirely new slide transition experiment. Marp Core v3: MathJax rendering as default, updated default theme, and new components for auto-scaling.
Ecosystem update: Marp Core v3 & Slide transitions in CLI v2
May 26, 2022 · Marp Core v3: MathJax rendering as default, updated default theme, and new components for auto-scaling. Marp CLI v2: Bundled core v3, and brand-new slide transition …
The story of Marp Next
Jun 5, 2019 · Today, I'm so excited to introduce the story of Marp Next! The full-rewritten Marp is not only just a writer. To be usable in various situations, we build a brand-new Marp ecosystem consisted of multiple modules.
Marp for VS Code v1: IntelliSense for Marp directives
May 20, 2021 · I'm happy to announce Marp for VS Code has reached to the stable release v1! This release includes IntelliSense for Marp directives and getting more affinity with VS Code features to get better writing experience.
Marp CLI: How to make custom transition | Blog | Marp
May 28, 2022 · Transitions for Marp CLI's bespoke template backed by View Transitions API in the browser, provides flexibility to design your talk as you like. Custom transition brings out your boundless creativity, without complex JS codings, just declarative definitions in CSS.
Marpit v2, Marp Core v2, and Marp CLI v1 | Blog | Marp
May 6, 2021 · I'm so glad to announce shipping Marpit framework v2, Marp Core v2, and Marp CLI v1! Especially, Marp CLI is getting stable now! They are major update that may be …
Introduction
Marpit is designed to output minimum assets for the slide deck. You can use the bare assets as a logicless slide deck, but mainly we expect to integrate output with other tools and applications. In fact, this framework is created for using as the base of a core converter in Marp ecosystem.
Marpit: The skinny framework for creating slide deck from …
Marpit Markdown syntax focuses on compatibility with commonly Markdown documents. It means the result of rendering keeps looking nice even if you open the Marpit Markdown in a general Markdown editor. How to write slides? Marpit splits pages of the slide deck by horizontal ruler (e.g. ---). It’s very simple. # Slide 1 foo --- # Slide 2 bar An empty line may be required before …
Image syntax - marpit.marp.app
Image syntax Marpit has extended Markdown image syntax  to be helpful creating beautiful slides.