diff options
Diffstat (limited to 'third_party/git/t/t4018/markdown-heading-indented')
-rw-r--r-- | third_party/git/t/t4018/markdown-heading-indented | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/git/t/t4018/markdown-heading-indented b/third_party/git/t/t4018/markdown-heading-indented new file mode 100644 index 000000000000..1991c2bd4569 --- /dev/null +++ b/third_party/git/t/t4018/markdown-heading-indented @@ -0,0 +1,6 @@ +Indented headings are allowed, as long as the indent is no more than 3 spaces. + + ### RIGHT + +- something +- ChangeMe |