More on Marp
Introduction
I wrote a post about Marp that doesn’t include info on how to create the html output from the original markdown file.
The following guide describes how to create a html file from marp.
Steps
-
Install Marp. Follow the guide here.
-
Create your markdown file. Suppose the file is named
slides.md
. -
Convert the markdown file to html We can use
marp slides.md -o slides.html
.
Result
The markdown file is converted into a beautiful html slide.