summaryrefslogtreecommitdiff
path: root/tests/writer.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'tests/writer.markdown')
-rw-r--r--tests/writer.markdown9
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.
+
* * * * *