diff options
author | Artem Yunusov <nedrlab@gmail.com> | 2008-07-19 18:02:19 +0500 |
---|---|---|
committer | Artem Yunusov <nedrlab@gmail.com> | 2008-07-19 18:02:19 +0500 |
commit | 4c9cd2c1d9c589ead5a6543e306b8bf7e6295aa5 (patch) | |
tree | 172b4f3b5eb4f32e1affdc55e92aa7d2100eee92 /tests/misc/backtick-escape.html | |
parent | b38cb84d520b446a726185a71a9669241fa48f8d (diff) | |
download | markdown-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.html | 3 |
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> |