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.html | 4 ++++ tests/misc/html.txt | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'tests/misc') diff --git a/tests/misc/html.html b/tests/misc/html.html index 81ac5ee..cd6d4af 100644 --- a/tests/misc/html.html +++ b/tests/misc/html.html @@ -5,5 +5,9 @@

Now some arbitrary tags.

More block level html.
+
+Html with various attributes. +
+

And of course .

this . [this ) -- cgit v1.2.3