Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a Vim plugin for previewing markdown files? [closed]

Tags:

vim

markdown

I love the marked and Mou editor which have the great capability to preview the rendering results on the fly. So I'm wondering, is there a way to do the same thing in Vim?

like image 436
mko Avatar asked Feb 09 '12 14:02

mko


People also ask

How do I preview a markdown file?

Tip: You can also right-click on the editor Tab and select Open Preview (Ctrl+Shift+V) or use the Command Palette (Ctrl+Shift+P) to run the Markdown: Open Preview to the Side command (Ctrl+K V).

Does vim support markdown?

vim-markdown adds support for GFM, fenced code block languages for syntax highlighting within them, LaTeX math, YAML Front Matter, TOML Front Matter, JSON Front Matter, Strikethroughs, and more.

What is markdown viewer?

Markdown Viewer is an open source Markdown viewer extension that supports rendering both local and remote files, automatically detect Markdown files using either RegExp or Content-Type header.


1 Answers

You're in luck - I've just written a vim plugin with real-time Markdown previewing. It uses github Markdown and styles too: https://github.com/suan/vim-instant-markdown

like image 102
Suan Avatar answered Sep 20 '22 19:09

Suan