Merge branch 'master' of github.com:git/git
[alt-git.git] / t / t4018 / markdown-heading-non-headings
blobc479c1a3f1e29b419cc13d5a8b8a892272a5b484
1 Headings can be right next to other lines of the file:
2 # RIGHT
3 Indents of four or more spaces make a code block:
5     # code comment, not heading
7 If there's no space after the final hash, it's not a heading:
9 #hashtag
11 Sequences of more than 6 hashes don't make a heading:
13 ####### over-enthusiastic heading
15 So the detected heading should be right up at the start of this file.
17 ChangeMe