Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 654 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 654 Bytes

vim-instant-markdown-py

Instant markdown previews from vim in Python! Inspired by vim-instant-markdown.

Preview

Installation

  • Vim should have Python support.
  • Python 2.x with Bottle, Markdown, Pygments.
  • Put md-live.vim in ~/.vim/plugin.
  • Put other files somewhere together.

Run

  • Run mdd.py.
  • Open(if not automatically) index.html in browser.
  • Vim any markdown file!