]> git.ipfire.org Git - thirdparty/git.git/blame - t/t4018/markdown-heading-non-headings
Merge branch 'jk/for-each-ref-multi-key-sort-fix'
[thirdparty/git.git] / t / t4018 / markdown-heading-non-headings
CommitLineData
09dad925
AH
1Headings can be right next to other lines of the file:
2# RIGHT
3Indents of four or more spaces make a code block:
4
5 # code comment, not heading
6
7If there's no space after the final hash, it's not a heading:
8
9#hashtag
10
11Sequences of more than 6 hashes don't make a heading:
12
13####### over-enthusiastic heading
14
15So the detected heading should be right up at the start of this file.
16
17ChangeMe