X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/8ccb96e83d0aec1f10a42399563c827477124ee2..9dd8d7c09eff15f845edfa88cb22df88a5b6b8c6:/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