/Python-Markdown-Editor

Standalone editor for your markdown files

Primary LanguageJavaScript

Python-Markdown-Editor

Build Status PyPI py versions PyPI version Code quality

Standalone editor for your local markdown files

Installation

To install the latest stable version from Pypi :

Usage

It will open the editor in your browser :

screenshot

screenshot

Features

  • Side-by-side markdown editor & html preview
  • Live, when you type html preview
  • Codehilite & markdown extra syntax support by default
  • Github syntax support
  • Github styles for rendering and codehilite
  • Scrollbars sync

Dependencies

  • Markdown
  • Pygments
  • Bottle
  • pymdown-extensions

Other usage examples

Launch editor without input file for testing :

Edit markdown file and save both markdown and html outputs :

Extensible

You can import this script as a module to write your own applications based on the markdown editor.

example :