X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/da5a7ac96f517e0fd6f886bc3fbe27156ca1f946:/test/indent.md..2ce54215a99b0a31154a468ad0aa56974c6fbefc:/.vim/bundle/vim-markdown/test/static/gitweb.js diff --git a/test/indent.md b/test/indent.md deleted file mode 100644 index 6d250a1..0000000 --- a/test/indent.md +++ /dev/null @@ -1,26 +0,0 @@ -1. Confirm indent with new line insert after list items - -'\' is not list item. -\ foo - -If only space and three '*' or '-' character are in the line, -this line means horizontal item. -If current line is below horizontal item, it need not to indent. -Following example is horizontal item. - ---- -*** -- - - -* * * - -And list item must be specified space after [*-+]. -Following example is list item. - -* foo -- bar -+ baz - -But following example is not list item. -*foo --bar -+baz