aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc/backtick-escape.html
diff options
context:
space:
mode:
authorArtem Yunusov <nedrlab@gmail.com>2008-07-19 18:02:19 +0500
committerArtem Yunusov <nedrlab@gmail.com>2008-07-19 18:02:19 +0500
commit4c9cd2c1d9c589ead5a6543e306b8bf7e6295aa5 (patch)
tree172b4f3b5eb4f32e1affdc55e92aa7d2100eee92 /tests/misc/backtick-escape.html
parentb38cb84d520b446a726185a71a9669241fa48f8d (diff)
downloadmarkdown-4c9cd2c1d9c589ead5a6543e306b8bf7e6295aa5.tar.gz
markdown-4c9cd2c1d9c589ead5a6543e306b8bf7e6295aa5.tar.bz2
markdown-4c9cd2c1d9c589ead5a6543e306b8bf7e6295aa5.zip
Ops, forgot to add new test files
Diffstat (limited to 'tests/misc/backtick-escape.html')
-rw-r--r--tests/misc/backtick-escape.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/misc/backtick-escape.html b/tests/misc/backtick-escape.html
new file mode 100644
index 0000000..dd736d4
--- /dev/null
+++ b/tests/misc/backtick-escape.html
@@ -0,0 +1,3 @@
+<p>\`This should not be in code.\`
+`This also should not be in code.`
+`And finally this should not be in code.`</p>