mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/vim-markdown/test/indent.md

27 lines
464 B
Markdown
Raw Normal View History

2018-02-04 06:35:08 -05:00
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