Skip to content

Latest commit

 

History

History
87 lines (49 loc) · 1.84 KB

README.md

File metadata and controls

87 lines (49 loc) · 1.84 KB

pfwr

CI

Turns your Markdown file into a beautiful HTML slide deck. Batteries included.

Introduction

Slide deck generated from Markdown via pfwr

Usage

Install the package globally via npm:

npm install -g pfwr

Then, transform your Markdown file with the pfwr tool:

pfwr presentation.md presentation.html

Features

Example

Write your presentation in a single Markdown file:

---
title: What is pfwr
author: nikku
---

# *pfwr*

### What the heck is this

---

### *Disclaimer* I built this tool :wink:

Normal text may be added.

---

* bullet points
* are supported, too

---

![](./assets/me.jpg)

---

:arrow_right: [Checkout on GitHub](https://github.com/nikku/pfwr)

Convert the file to an HTML file:

pfwr presentation.md presentation.html

Open the slide deck in your favorite browser.

Security Considerations

pfwr embeds arbitrary HTML contained in your Markdown file. Thus, it is not safe to use on untrusted input.

License

MIT