From 8a64c2970ca99f1586bc85a59898bfe7269c9128 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Wed, 15 Jun 2011 08:50:55 -0400 Subject: Fixed #21. A header and paragraph not seperated by a blank line inside a list item are now parsed correctly. One of those crazy wierd edge cases that no one would ever test for, but is obvious once you see it. --- tests/misc/header-in-lists.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tests/misc/header-in-lists.html (limited to 'tests/misc/header-in-lists.html') diff --git a/tests/misc/header-in-lists.html b/tests/misc/header-in-lists.html new file mode 100644 index 0000000..61a6d97 --- /dev/null +++ b/tests/misc/header-in-lists.html @@ -0,0 +1,20 @@ +

Tight List:

+ +

Loose List:

+ \ No newline at end of file -- cgit v1.2.3