Skip to content

This repository holds a python based webapp which renders markdown pages to html.

Notifications You must be signed in to change notification settings

r3ap3rpy/mdwebapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Mardown Renderer

This is a python based webapp which works from folders and renders the markdown files in the folders to the page.

In order to use it install 2 modules.

pip install flask
pip install Flask-BasicAuth

The username is user and password is start!123

You can create new folders and upload new markdowns to those folders.

You can simply use it by issuing the following commands:

git clone https://github.com/r3ap3rpy/mdwebapp
cd mdwebapp
virtualenv webappenv
webappenv\scripts\activate
pip install -r requirements.txt
python MDWebApp.py

About

This repository holds a python based webapp which renders markdown pages to html.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published