X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/002a169bdbb4831885e027b37679f25b117b7fe8..71e5a946fd616a7526a3192db98ddb4484b1926a:/doc/vim-markdown.txt diff --git a/doc/vim-markdown.txt b/doc/vim-markdown.txt index 033a966..6ec4480 100644 --- a/doc/vim-markdown.txt +++ b/doc/vim-markdown.txt @@ -172,6 +172,8 @@ TOML syntax highlight requires vim-toml [8]. JSON Front Matter ~ Highlight JSON front matter as used by Hugo [7]. + +JSON syntax highlight requires vim-json [9]. > let g:vim_markdown_json_frontmatter = 1 < @@ -260,9 +262,9 @@ The following requires ':filetype plugin on'. range. *:TableFormat* -- ':TableFormat': Format the table under the cursor like this [9]. +- ':TableFormat': Format the table under the cursor like this [10]. - Requires Tabular [10]. + Requires Tabular [11]. The input table _must_ already have a separator line as the second line of the table. That line only needs to contain the correct pipes '|', nothing @@ -291,7 +293,7 @@ Credits ~ The main contributors of vim-markdown are: - **Ben Williams** (A.K.A. **plasticboy**). The original developer of vim- - markdown. Homepage [11]. + markdown. Homepage [12]. If you feel that your name should be on this list, please make a pull request listing your contributions. @@ -334,8 +336,9 @@ References ~ [6] https://github.com/klen/python-mode [7] https://gohugo.io/content/front-matter/ [8] https://github.com/cespare/vim-toml -[9] http://www.cirosantilli.com/markdown-style-guide/#tables -[10] https://github.com/godlygeek/tabular -[11] http://plasticboy.com/ +[9] https://github.com/elzr/vim-json +[10] http://www.cirosantilli.com/markdown-style-guide/#tables +[11] https://github.com/godlygeek/tabular +[12] http://plasticboy.com/ vim: ft=help