X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/ab8ecf0bc73a792c60ad7a8a303290ccf89aa4e5..2d1255e76fa298282ef7e1bc25143dcc4e0c3461:/doc/vim-markdown.txt diff --git a/doc/vim-markdown.txt b/doc/vim-markdown.txt index 2601da15..c6d579e7 100644 --- a/doc/vim-markdown.txt +++ b/doc/vim-markdown.txt @@ -167,6 +167,12 @@ your '.vimrc': > let g:vim_markdown_conceal = 0 < +To disable math conceal with LaTeX math syntax enabled, add the following to +your '.vimrc': +> + let g:tex_conceal = "" + let g:vim_markdown_math = 1 +< ------------------------------------------------------------------------------- *vim-markdown-fenced-code-block-languages* Fenced code block languages ~