Files
developerbedoya.net/content/posts/more-on-marp.md

802 B

title, date, draft, tags
title date draft tags
More on Marp 2024-05-05T07:54:33-03:00 false
markdown
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

  1. Install Marp. Follow the guide here.

  2. Create your markdown file. Suppose the file is named slides.md. Creating a markdown file

  3. Convert the markdown file to html We can use marp slides.md -o slides.html. Converting a markdown file into html

Result

The markdown file is converted into a beautiful html slide. HTML Result