From a47899fd0f8f6086a3682abbbbbd75b60928d8c7 Mon Sep 17 00:00:00 2001 From: ryneeverett Date: Wed, 21 May 2014 16:01:59 -0400 Subject: Fix issue308 and fix (unrelated) failure to break out of nest loop. --- tests/extensions/extra/raw-html.html | 8 +++++++- tests/extensions/extra/raw-html.txt | 7 +++++++ 2 files changed, 14 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/extensions/extra/raw-html.html b/tests/extensions/extra/raw-html.html index 897ad24..f8874c3 100644 --- a/tests/extensions/extra/raw-html.html +++ b/tests/extensions/extra/raw-html.html @@ -27,5 +27,11 @@ Note: Subelements are not required to have tail text. Raw html blocks may also be nested. + + -

This text is after the markdown in html.

\ No newline at end of file +

This text is after the markdown in html.

+
+

1 +2

+
\ No newline at end of file diff --git a/tests/extensions/extra/raw-html.txt b/tests/extensions/extra/raw-html.txt index e906910..0a82ccf 100644 --- a/tests/extensions/extra/raw-html.txt +++ b/tests/extensions/extra/raw-html.txt @@ -44,3 +44,10 @@ Raw html blocks may also be nested. This text is after the markdown in html. + +
+ +1 +2 + +
-- cgit v1.2.3