Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 446 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 446 Bytes

Web-based Markdown Editor

  • run it on a file, edit in your browser
  • live preview and auto-saving

Requirements

  • Python: requires Markdown
  • JavaScript: requires node.js

Installation

  1. sudo easy_install Markdown (or install into a virtualenv)
  2. npm link

Running

In your console:

mdedit source.markdown [target.html]

Open your web browser to:

http://localhost:3000/