adding new stuff
This commit is contained in:
parent
f84d7183aa
commit
9ef8a96f9a
1580 changed files with 0 additions and 0 deletions
26
plugins/bundle/vim-markdown/test/indent.md
Normal file
26
plugins/bundle/vim-markdown/test/indent.md
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue