]> git.madduck.net Git - etc/vim.git/blob - test/multiple_headers.md

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:

Merge pull request #71 from cirosantilli/toc
[etc/vim.git] / test / multiple_headers.md
1 This file is used for tests which require there to be multiple headers in different relative positions to each other.
2
3 Each header should have an unique text that identifies it.
4
5 # h1 space
6
7 #h1 nospace
8
9 # h1 trailing hash #
10
11 ## h2 space
12
13 ##h2 nospace
14
15 ## h2 trailing hash ##
16
17 ### h3 space
18
19 ###h3 nospace
20
21 ### h3 trailing hash ###
22
23 # h1 before h2
24
25 ## h2 between h1s
26
27 # h1 after h2