Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 441 Bytes

File metadata and controls

29 lines (16 loc) · 441 Bytes

MdView

Markdown rendering webserver which refreshes webpage automatically when local-modification detected.

Usage

Build instruction

  • Third-party component requirements
    • pywin32 - I used ActivePython
    • cherrypy - installed by easy_install or pip
    • Jinja2 - installed by easy_install or pip
    • py2exe - installed from binary. win32.

References

License