More tests for markdown autoindent.

All these tests pass with the current implementation.
This commit is contained in:
Tim Allen 2017-08-01 17:37:48 +10:00
parent bb9dd14a09
commit 8a6df93dc6
16 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1 @@
i<ret><esc>

View File

@ -0,0 +1 @@
>> > > block %(q)uote

View File

@ -0,0 +1,2 @@
>> > > block
>> > > quote

View File

@ -0,0 +1,3 @@
source "%val{runtime}/colors/default.kak"
source "%val{runtime}/rc/base/markdown.kak"
set buffer filetype markdown

View File

@ -0,0 +1 @@
a<ret><esc>

View File

@ -0,0 +1,2 @@
- parent
* some%( )child

View File

@ -0,0 +1,3 @@
- parent
* some
* child

View File

@ -0,0 +1,3 @@
source "%val{runtime}/colors/default.kak"
source "%val{runtime}/rc/base/markdown.kak"
set buffer filetype markdown

View File

@ -0,0 +1 @@
i<ret><esc>

View File

@ -0,0 +1 @@
> block %(q)uote

View File

@ -0,0 +1,2 @@
> block
> quote

View File

@ -0,0 +1,3 @@
source "%val{runtime}/colors/default.kak"
source "%val{runtime}/rc/base/markdown.kak"
set buffer filetype markdown

View File

@ -0,0 +1 @@
o

View File

@ -0,0 +1,2 @@
Some Heading
%(=)===========

View File

@ -0,0 +1,3 @@
Some Heading
============

View File

@ -0,0 +1,3 @@
source "%val{runtime}/colors/default.kak"
source "%val{runtime}/rc/base/markdown.kak"
set buffer filetype markdown