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? Clone this repo pip3 install -r requirements.txt python3 app.py or use your WSGI like gunicorn or something