]>
git.madduck.net Git - etc/vim.git/blobdiff - doc/vim-markdown.txt
madduck's git repository
Every one of the projects in this repository is available at the canonical
URL git://git.madduck.net/madduck/pub/<projectpath> — see
each project's metadata for the exact URL.
All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@ git. madduck. net .
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
SSH access, as well as push access can be individually
arranged .
If you use my repositories frequently, consider adding the following
snippet to ~/.gitconfig and using the third clone URL listed for each
project:
[url "git://git.madduck.net/madduck/"]
insteadOf = madduck:
JSON Front Matter ~
Highlight JSON front matter as used by Hugo [7].
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
<
>
let g:vim_markdown_json_frontmatter = 1
<
-- ':TableFormat': Format the table under the cursor like this [9 ].
+- ':TableFormat': Format the table under the cursor like this [10 ].
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
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
The main contributors of vim-markdown are:
- **Ben Williams** (A.K.A. **plasticboy**). The original developer of vim-
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.
If you feel that your name should be on this list, please make a pull request
listing your contributions.
[6] https://github.com/klen/python-mode
[7] https://gohugo.io/content/front-matter/
[8] https://github.com/cespare/vim-toml
[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/