Skip to content
/ ezgfm Public

A simple extension of SimpleHTTPServer rendering Markdown documents as HTML.

License

Notifications You must be signed in to change notification settings

yuizumi/ezgfm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ezgfm

ezgfm is a simple extension of SimpleHTTPServer that renders GitHub-flavored Markdown documents (*.md) as HTML.

Prerequisites

ezgfm runs on Python 2.x and requires the following packages:

$ pip install markdown py-gfm pygments

Note: pygments is optional although recommended.

Usage

It's basically the same as SimpleHTTPServer:

$ python ezgfm.py [PORT]

Then access http://localhost:8000/ (or the port of your choice) on your browser.

If you place style.css in the document root, ezgfm utilizes it.

License

3-clause BSD License. See LICENSE.md for the full statement.

About

A simple extension of SimpleHTTPServer rendering Markdown documents as HTML.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published