X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/21d86a45e166a877a9e79c3ca638efe754e37acf..a4c57c4b032a660fed80f72a8106dab145a3b0f3:/test/indent.vader diff --git a/test/indent.vader b/test/indent.vader index baa2d34..e0870d5 100644 --- a/test/indent.vader +++ b/test/indent.vader @@ -61,3 +61,13 @@ Expect (no indent header after list): - a ## b + +Given markdown; +* item1 + +Do (new line from the first item of the list and add the second item): + o* item2 + +Expect (insert 4 spaces to the head of second item): + * item1 + * item2