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.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/misc/html.txt') 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 . [this ) +Some funky inline stuff with markdown escaping syntax. -- cgit v1.2.3