aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc/html.txt
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2010-03-01 13:07:57 -0500
committerWaylan Limberg <waylan@gmail.com>2010-03-15 20:41:26 -0400
commit114770b3043bca52a8e3fa4f007012b3b4dff602 (patch)
tree7cf4de3a8759442338cf1f2875f3996661ecf4dc /tests/misc/html.txt
parenta7844d9eb42c2786d5809443b5a9c3cc1dae0788 (diff)
downloadmarkdown-114770b3043bca52a8e3fa4f007012b3b4dff602.tar.gz
markdown-114770b3043bca52a8e3fa4f007012b3b4dff602.tar.bz2
markdown-114770b3043bca52a8e3fa4f007012b3b4dff602.zip
Fix bug with rawhtml and markdown escaping. Previously, any inline rawhtml that contained text that fit markdown's escaping syntax (i.e. <x\]>) was never unescaped. Now it is. Markdown probably shouldn't be escaping before removing rawhtml in the first place, but this will do for now.
Diffstat (limited to 'tests/misc/html.txt')
-rw-r--r--tests/misc/html.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/misc/html.txt b/tests/misc/html.txt
index c08fe1d..b04b740 100644
--- a/tests/misc/html.txt
+++ b/tests/misc/html.txt
@@ -15,3 +15,4 @@ And of course <script>blah</script>.
[this <script>link](<script>stuff</script>)
+Some funky <x\]> inline stuff with markdown escaping syntax.