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

Simple flask app that renders markdown files (not maintained)

License

Notifications You must be signed in to change notification settings

normikoto/flaskdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")

About

Simple flask app that renders markdown files (not maintained)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published