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.
@@ -37,9+42,7 @@ let g:vim_markdown_folding_disabled=1
**Set Initial Foldlevel**
**Set Initial Foldlevel**
-Add the following line to your `.vimrc` to set the initial foldlevel. This
-option defaults to 0 (i.e. all folds are closed) and is ignored if folding
-is disabled.
+Add the following line to your `.vimrc` to set the initial foldlevel. This option defaults to 0 (i.e. all folds are closed) and is ignored if folding is disabled.
```vim
let g:vim_markdown_initial_foldlevel=1
```vim
let g:vim_markdown_initial_foldlevel=1
@@ -56,6+59,14 @@ The following work on normal and visual modes:
- `]c`: go to Current header.
- `]u`: go to parent header (Up).
- `]c`: go to Current header.
- `]u`: go to parent header (Up).
+## Credits
+
+The main contributors of vim-markdown are:
+
+- **Ben Williams** (A.K.A. **platicboy**). The original developer of vim-markdown. [Homepage](http://plasticboy.com/).
+
+If you feel that your name should be on this list, please make a pull request listing your contributions.