Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/5t111111/markdown-preview.vim
https://github.com/5t111111/markdown-preview.vim
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/5t111111/markdown-preview.vim
- Owner: 5t111111
- License: other
- Created: 2013-06-29T09:21:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-23T04:12:04.000Z (almost 11 years ago)
- Last Synced: 2024-04-13T16:15:53.379Z (7 months ago)
- Language: Python
- Size: 1.11 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
markdown-preview.vim
============
Overview
----------
markdown-preview.vim is a markdown parse plugin for Vim. While you are editing markdown file, you can preview it on a web browser. However, since it is fully written in Python, you are needed to enable Python interface, and it only supports Python 2.x for the moment.Usage
-------
1. Open markdown syntax file on your buffer.
2. ```:MdPreview```
3. Parsed HTML appears on your web browser.
See how your document looks.__Change markdown.css if you don't like it.__
License
---------
MIT