From 996bcdd332551b82791ab0851e2f7f826bc0a4ed 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 ++- tests/misc/html.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'tests') 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 . [this ) +Some funky inline stuff with markdown escaping syntax. -- cgit v1.2.3