Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skn0tt/mpe-render


https://github.com/skn0tt/mpe-render

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# MPE Render

`mpe-render` is a command-line tool that can be used to render markdown files to PDF.
While it uses pandoc under the hood, it aims to achieve full compatibility with extensions available in "Markdown Preview Enhanced", which is a extension for VS Code.

## Getting started

```
git clone https://github.com/Skn0tt/mpe-render
cd mpe-render
./mpe-render README.md
open README.pdf
```