Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/linsir/md2pdf

Markdown to PDF Based Tornado Web
https://github.com/linsir/md2pdf

Last synced: about 2 months ago
JSON representation

Markdown to PDF Based Tornado Web

Awesome Lists containing this project

README

        

# Markdown to PDF
### Tree
├── app.py
├── msyh.ttf
├── README.md
├── static
│   ├── css
│   │   └── styles.css
│   ├── images
│   │   ├── cloud.png
│   │   └── fav.ico
│   └── js
│   └── global.js
└── templates
├── error.html
└── index.html
----
### Installation
sudo pip install misaka
sudo pip install xhtml2pdf

### Usage
python app.py
and open http://127.0.0.1:8000

### Demo