diff options
Diffstat (limited to 't/t4018/markdown-heading-indented')
-rw-r--r-- | t/t4018/markdown-heading-indented | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/t/t4018/markdown-heading-indented b/t/t4018/markdown-heading-indented new file mode 100644 index 0000000000..1991c2bd45 --- /dev/null +++ b/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 |