diff options
Diffstat (limited to 'tests/snippets/md/test_quote.txt')
-rw-r--r-- | tests/snippets/md/test_quote.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/snippets/md/test_quote.txt b/tests/snippets/md/test_quote.txt new file mode 100644 index 0000000..cc64ec2 --- /dev/null +++ b/tests/snippets/md/test_quote.txt @@ -0,0 +1,10 @@ +---input--- +> a +> quote + +---tokens--- +'> ' Keyword +'a\n' Generic.Emph + +'> ' Keyword +'quote\n' Generic.Emph |