From fc3020c68575042a1ff5426ddd94bc4be65bf77d Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Sun, 3 Jan 2010 20:59:38 -0500 Subject: Fixed Ticket 48. Quoted attributes in raw html are specificly ackowledged now - allowing various arbitrary stuff (like x/html to be included without breaking the rawhtml parser. Although currently unused, the code also provides the parsed attributes as a dict. Should be useful for adding support for parsing markdown text within rawhtml in an extension. --- tests/misc/html.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/misc/html.txt') diff --git a/tests/misc/html.txt b/tests/misc/html.txt index 3ac3ae0..c08fe1d 100644 --- a/tests/misc/html.txt +++ b/tests/misc/html.txt @@ -7,6 +7,10 @@ Now some arbitrary tags.
More block level html.
+
+Html with various attributes. +
+ And of course . [this ) -- cgit v1.2.3