Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skn0tt/mpe-render
https://github.com/skn0tt/mpe-render
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/skn0tt/mpe-render
- Owner: Skn0tt
- Created: 2019-10-26T15:35:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-21T11:37:36.000Z (almost 5 years ago)
- Last Synced: 2024-10-06T04:01:31.166Z (about 1 month ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```