diff --git a/test/indent/markdown/inside-complex-blockquote/cmd b/test/indent/markdown/inside-complex-blockquote/cmd new file mode 100644 index 00000000..54aed4f8 --- /dev/null +++ b/test/indent/markdown/inside-complex-blockquote/cmd @@ -0,0 +1 @@ +i diff --git a/test/indent/markdown/inside-complex-blockquote/in b/test/indent/markdown/inside-complex-blockquote/in new file mode 100644 index 00000000..a79d2516 --- /dev/null +++ b/test/indent/markdown/inside-complex-blockquote/in @@ -0,0 +1 @@ +>> > > block %(q)uote diff --git a/test/indent/markdown/inside-complex-blockquote/out b/test/indent/markdown/inside-complex-blockquote/out new file mode 100644 index 00000000..be4f1e99 --- /dev/null +++ b/test/indent/markdown/inside-complex-blockquote/out @@ -0,0 +1,2 @@ +>> > > block +>> > > quote diff --git a/test/indent/markdown/inside-complex-blockquote/rc b/test/indent/markdown/inside-complex-blockquote/rc new file mode 100644 index 00000000..7b9ff85e --- /dev/null +++ b/test/indent/markdown/inside-complex-blockquote/rc @@ -0,0 +1,3 @@ +source "%val{runtime}/colors/default.kak" +source "%val{runtime}/rc/base/markdown.kak" +set buffer filetype markdown diff --git a/test/indent/markdown/inside-nested-list-item/cmd b/test/indent/markdown/inside-nested-list-item/cmd new file mode 100644 index 00000000..74a4df63 --- /dev/null +++ b/test/indent/markdown/inside-nested-list-item/cmd @@ -0,0 +1 @@ +a diff --git a/test/indent/markdown/inside-nested-list-item/in b/test/indent/markdown/inside-nested-list-item/in new file mode 100644 index 00000000..a3a2e3ed --- /dev/null +++ b/test/indent/markdown/inside-nested-list-item/in @@ -0,0 +1,2 @@ + - parent + * some%( )child diff --git a/test/indent/markdown/inside-nested-list-item/out b/test/indent/markdown/inside-nested-list-item/out new file mode 100644 index 00000000..73b7f06d --- /dev/null +++ b/test/indent/markdown/inside-nested-list-item/out @@ -0,0 +1,3 @@ + - parent + * some + * child diff --git a/test/indent/markdown/inside-nested-list-item/rc b/test/indent/markdown/inside-nested-list-item/rc new file mode 100644 index 00000000..7b9ff85e --- /dev/null +++ b/test/indent/markdown/inside-nested-list-item/rc @@ -0,0 +1,3 @@ +source "%val{runtime}/colors/default.kak" +source "%val{runtime}/rc/base/markdown.kak" +set buffer filetype markdown diff --git a/test/indent/markdown/inside-simple-blockquote/cmd b/test/indent/markdown/inside-simple-blockquote/cmd new file mode 100644 index 00000000..54aed4f8 --- /dev/null +++ b/test/indent/markdown/inside-simple-blockquote/cmd @@ -0,0 +1 @@ +i diff --git a/test/indent/markdown/inside-simple-blockquote/in b/test/indent/markdown/inside-simple-blockquote/in new file mode 100644 index 00000000..8b77eb68 --- /dev/null +++ b/test/indent/markdown/inside-simple-blockquote/in @@ -0,0 +1 @@ +> block %(q)uote diff --git a/test/indent/markdown/inside-simple-blockquote/out b/test/indent/markdown/inside-simple-blockquote/out new file mode 100644 index 00000000..d286b922 --- /dev/null +++ b/test/indent/markdown/inside-simple-blockquote/out @@ -0,0 +1,2 @@ +> block +> quote diff --git a/test/indent/markdown/inside-simple-blockquote/rc b/test/indent/markdown/inside-simple-blockquote/rc new file mode 100644 index 00000000..7b9ff85e --- /dev/null +++ b/test/indent/markdown/inside-simple-blockquote/rc @@ -0,0 +1,3 @@ +source "%val{runtime}/colors/default.kak" +source "%val{runtime}/rc/base/markdown.kak" +set buffer filetype markdown diff --git a/test/indent/markdown/open-after-setext-heading-1/cmd b/test/indent/markdown/open-after-setext-heading-1/cmd new file mode 100644 index 00000000..13e7564e --- /dev/null +++ b/test/indent/markdown/open-after-setext-heading-1/cmd @@ -0,0 +1 @@ +o diff --git a/test/indent/markdown/open-after-setext-heading-1/in b/test/indent/markdown/open-after-setext-heading-1/in new file mode 100644 index 00000000..82cbbec9 --- /dev/null +++ b/test/indent/markdown/open-after-setext-heading-1/in @@ -0,0 +1,2 @@ +Some Heading +%(=)=========== diff --git a/test/indent/markdown/open-after-setext-heading-1/out b/test/indent/markdown/open-after-setext-heading-1/out new file mode 100644 index 00000000..24c996b3 --- /dev/null +++ b/test/indent/markdown/open-after-setext-heading-1/out @@ -0,0 +1,3 @@ +Some Heading +============ + diff --git a/test/indent/markdown/open-after-setext-heading-1/rc b/test/indent/markdown/open-after-setext-heading-1/rc new file mode 100644 index 00000000..7b9ff85e --- /dev/null +++ b/test/indent/markdown/open-after-setext-heading-1/rc @@ -0,0 +1,3 @@ +source "%val{runtime}/colors/default.kak" +source "%val{runtime}/rc/base/markdown.kak" +set buffer filetype markdown