Yet another markdown viewer as a flask application.
git clone https://github.com/adityaprakash-bobby/mark-it-down.git
cd mark-it-down/
# setup virtual environment
virtualenv -p python3 venv
. venv/bin/activate
pip install -r requirements.txt
# start the server
python app.py
You can test the live version of the application at https://mark-it-down.herokuapp.com/