X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/21d86a45e166a877a9e79c3ca638efe754e37acf..6a82597c3a04cb874b3ebe30f5e90eae8f4a8e15:/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