Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 290 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 290 Bytes

Flask MD to HTML

This is a bunch of code that converts markdown files in "pages" folder, turns it into markdown and then give it to user on request

How to install?

  1. Clone this repo
  2. pip3 install -r requirements.txt
  3. python3 app.py or use your WSGI like gunicorn or something