From dd59cd23415e1fdf3286ea4d45a104e8c093717d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 16 Jul 2011 09:42:16 -0700 Subject: HTML reader: treat Plain as Para when needed. For example, in Just a few glitches remaining. And in this, the preformatting.
Preformatted text not starting with its own blank line.
   
Thansk to Dirk Laurie for noticing the issue. --- tests/html-reader.html | 34 ---------------------------------- 1 file changed, 34 deletions(-) (limited to 'tests/html-reader.html') diff --git a/tests/html-reader.html b/tests/html-reader.html index a51ee3307..ea10a306c 100644 --- a/tests/html-reader.html +++ b/tests/html-reader.html @@ -298,40 +298,6 @@ These should not be escaped: \$ \\ \> \[ \{
Low-voiced stringed instrument.

-

HTML Blocks

-

Simple block on one line:

-foo

And nested without indentation:

-foobar

Interpreted markdown in a table:

-This is emphasized. And this is strong

Here's a simple block:

-foo

This should be a code block, though:

-
<div>
-    foo
-</div>
-
-

As should this:

-
<div>foo</div>
-
-

Now, nested:

-foo

This should just be an HTML comment:

-

Multiline:

-

Code block:

-
<!-- Comment -->
-
-

Just plain comment, with trailing spaces on the line:

-

Code:

-
<hr />
-
-

Hr's:

-
-
-
-
-
-
-
-
-
-

Inline Markup

This is emphasized, and so is this.

This is strong, and so is this.

-- cgit v1.2.3