diff options
Diffstat (limited to 'tests/snippets/md/test_strikethrough.txt')
-rw-r--r-- | tests/snippets/md/test_strikethrough.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/snippets/md/test_strikethrough.txt b/tests/snippets/md/test_strikethrough.txt new file mode 100644 index 0000000..483c63a --- /dev/null +++ b/tests/snippets/md/test_strikethrough.txt @@ -0,0 +1,9 @@ +---input--- +~~striked~~not striked + +---tokens--- +'~~striked~~' Generic.Deleted +'not' Text +' ' Text +'striked' Text +'\n' Text.Whitespace |