X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/dd526fd23ca26dd31d87e64144e27e95aff94b8a..d34f4d8edf7e93f54a0e1c6d41c85e557db71ee7:/README.md diff --git a/README.md b/README.md index 8ff3b59..6755e94 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,15 @@ Add the following line to your `.vimrc` to disable default key mappings. You can let g:vim_markdown_no_default_key_mappings=1 ``` +**Syntax extensions** + +The following options control which syntax extensions will be turned on. + +LaTeX math: `$ $`, `$$ $$`, escapable as `\$ \$` and `\$\$ \$\$`: + +```vim +let g:vim_markdown_math=1 +``` ## Mappings The following work on normal and visual modes: