Skip to content

drmingdrmer/vim-syntax-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-syntax-markdown

VIM syntax for markdown with nested MathJax(in LaTeX) support.

Before and After using this plugin:

Github Flavored Markdown Support

Reference: https://help.github.com/articles/github-flavored-markdown/

Support:

  • _ as key_word instead of as an_error.
  • Highlight url: http://abc.com .
  • ~~ creates strikethrough.

Embed Math formula in markdown:

# markdown with math

$    \frac{1}{x} $       is inline math formula.
$$   \frac{1}{x} $$      is block  math formula.

\\(  \frac{1}{x} \\)     is inline math formula.
\\[  \frac{1}{x} \\]     is block  math formula.

Installation

Installing with pathogen.vim is recommended. Copy and paste:

cd ~/.vim/bundle
git clone git://github.com/drmingdrmer/vim-syntax-markdown.git

Or manually:

Download vim-syntax-markdown.zip and unzip it into ~/.vim.

Credit

@c42f

About

VIM syntax for markdown with nested MathJax(in LaTeX) support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published