diff options
author | Waylan Limberg <waylan@gmail.com> | 2012-01-19 06:13:21 -0500 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2012-01-19 06:13:21 -0500 |
commit | e3c5efd182d9a80f34e3b9a770eed63c1d62b2f9 (patch) | |
tree | 077c4203b0ad851c62e839b86df5d1ead70c0579 /tests/safe_mode/remove.html | |
parent | 481e50700e269f9a56337cd9fabc3b5251958d10 (diff) | |
download | markdown-e3c5efd182d9a80f34e3b9a770eed63c1d62b2f9.tar.gz markdown-e3c5efd182d9a80f34e3b9a770eed63c1d62b2f9.tar.bz2 markdown-e3c5efd182d9a80f34e3b9a770eed63c1d62b2f9.zip |
Partial fix for issue introduced in fix for #59
Markdown markup inside angle bracktes now gets rendered properly
in all cases except when safe_mode='escape'. Also added tests.
Diffstat (limited to 'tests/safe_mode/remove.html')
-rw-r--r-- | tests/safe_mode/remove.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/safe_mode/remove.html b/tests/safe_mode/remove.html index a1e1626..d86b2b4 100644 --- a/tests/safe_mode/remove.html +++ b/tests/safe_mode/remove.html @@ -31,4 +31,5 @@ <p></p> <p></p> <p></p> +<p></p> <p></p>
\ No newline at end of file |