Migrar de novo para gitea 🙏
This commit is contained in:
28
content/posts/more-on-marp.md
Normal file
28
content/posts/more-on-marp.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
title: "More on Marp"
|
||||
date: 2024-05-05T07:54:33-03:00
|
||||
draft: false
|
||||
tags: ['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](https://github.com/marp-team/marp-cli/).
|
||||
|
||||
1. Create your markdown file.
|
||||
Suppose the file is named ```slides.md```.
|
||||

|
||||
|
||||
1. 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.
|
||||

|
||||
Reference in New Issue
Block a user