diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-22 18:49:23 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-22 18:49:23 +0000 |
commit | c9e89e17934c6ead71e7b3e2d0ceb068963026fa (patch) | |
tree | 8b5352bcec8cf4fb9d25231fb0a868431f9bea5b /tests/writer.markdown | |
parent | 9ddd464a7e6a434380a52ef69b97850e0cead138 (diff) | |
download | pandoc-c9e89e17934c6ead71e7b3e2d0ceb068963026fa.tar.gz |
Updated test suite for writers, adding tests for
strikeout, superscript, subscript.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@766 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/writer.markdown')
-rw-r--r-- | tests/writer.markdown | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/writer.markdown b/tests/writer.markdown index 97c0ab229..e66514549 100644 --- a/tests/writer.markdown +++ b/tests/writer.markdown @@ -435,6 +435,15 @@ So is ***this*** word. This is code: `>`, `$`, `\`, `\$`, `<html>`. +~~This is *strikeout*.~~ + +Superscripts: a^bc^d a^*hello*^ a^hello\ there^. + +Subscripts: H~2~O, H~23~O, H~many\ of\ them~O. + +These should not be superscripts or subscripts, because of the +unescaped spaces: a\^b c\^d, a\~b c\~d. + * * * * * |