From 21556e37f4596cd7020337f1a8f039364c47c04b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 9 Nov 2010 22:51:02 -0800 Subject: Allow HTML comments as inline elements in markdown. So, aaa bbb can be a single paragraph. --- tests/markdown-reader-more.native | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/markdown-reader-more.native b/tests/markdown-reader-more.native index 200855a09..884fe868e 100644 --- a/tests/markdown-reader-more.native +++ b/tests/markdown-reader-more.native @@ -18,8 +18,8 @@ Pandoc (Meta {docTitle = [Str "Title",Space,Str "spanning",Space,Str "multiple", , Para [Math InlineMath "\\$2 + \\$3"] , Header 2 [Str "Commented",Str "-",Str "out",Space,Str "list",Space,Str "item"] , BulletList - [ [ Plain [Str "one"] - , RawHtml "" ], [ Plain [Str "three"] ] ] + [ [ Plain [Str "one",Space,HtmlInline ""] ] + , [ Plain [Str "three"] ] ] , Header 2 [Str "Backslash",Space,Str "newline"] , Para [Str "hi",LineBreak,Str "there"] , Header 2 [Str "Code",Space,Str "spans"] -- cgit v1.2.3