From 114770b3043bca52a8e3fa4f007012b3b4dff602 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Mon, 1 Mar 2010 13:07:57 -0500 Subject: Fix bug with rawhtml and markdown escaping. Previously, any inline rawhtml that contained text that fit markdown's escaping syntax (i.e. ) 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. --- tests/misc/html.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/misc/html.html') diff --git a/tests/misc/html.html b/tests/misc/html.html index cd6d4af..c4bad4f 100644 --- a/tests/misc/html.html +++ b/tests/misc/html.html @@ -10,4 +10,5 @@ Html with various attributes.

And of course .

-

this