An open API service indexing awesome lists of open source software.

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.

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

![Screenshot of vim-mdpreview](./screenshot.png)