https://github.com/duologic/vim-mdpreview
Plugin to render Markdown inside Vim.
https://github.com/duologic/vim-mdpreview
Last synced: 23 days ago
JSON representation
Plugin to render Markdown inside Vim.
- Host: GitHub
- URL: https://github.com/duologic/vim-mdpreview
- Owner: Duologic
- License: mit
- Created: 2020-06-28T14:18:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-28T14:27:50.000Z (almost 6 years ago)
- Last Synced: 2025-03-22T10:49:38.774Z (about 1 year ago)
- Language: Vim script
- Homepage:
- Size: 143 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-mdpreview
This plugin can render Markdown to HTML or a man-page and display them inside Vim. Once called, the render will update on
each save.
## Usage
:call MDMan()
:call MDLynx()
## Requirements
Requires Vim>=8.1 with terminal window support.
MDMan() depends on Pandoc, GROFF(1) and LESS(1).
MDLynx() depends on Pandoc and Lynx.
## Installation
With [Pathogen](https://github.com/tpope/vim-pathogen):
git clone https://github.com/Duologic/vim-mdpreview.git ~/.vim/bundle/vim-mdpreview
## Screenshot
