Skip to content
This repository has been archived by the owner on Mar 27, 2018. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 376 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 376 Bytes

Installation Instructions

$ pip install -r requirements.txt
# OR
$ pip install flask Markdown

To run the app, simply execute python3 flaskdown.py and place some Markdown files in the same folder. They will be accessible via https://localhost:5000/content/mdfilename (where "mdfilename" is the markdown file name without the ".md")