diff --git a/test/fixtures/remarkable/sub.txt b/test/fixtures/remarkable/sub.txt new file mode 100644 index 0000000..240714e --- /dev/null +++ b/test/fixtures/remarkable/sub.txt @@ -0,0 +1,12 @@ + +. +~foo ~bar~ baz~ +. +

foo bar baz

+. + +. +this ~ is ~ not ~ subscript +. +

this ~ is ~ not ~ subscript

+. diff --git a/test/fixtures/remarkable/sup.txt b/test/fixtures/remarkable/sup.txt new file mode 100644 index 0000000..1984017 --- /dev/null +++ b/test/fixtures/remarkable/sup.txt @@ -0,0 +1,18 @@ + +. +^foo ^bar^ baz^ +. +

foo bar baz

+. + +. +^foo ~bar~ baz^ +. +

foo bar baz

+. + +. +this ^ is ^ not ^ superscript +. +

this ^ is ^ not ^ superscript

+.