From ed3d46638425825de30aaa3d1152b9343292c315 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 1 Nov 2017 09:27:51 -0700 Subject: Really fix #3989. The previous fix only worked in certain cases. Other cases with `>` in an HTML attribute broke. --- test/command/3989.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/command/3989.md') diff --git a/test/command/3989.md b/test/command/3989.md index 32b5e0574..bf078b2e4 100644 --- a/test/command/3989.md +++ b/test/command/3989.md @@ -1,7 +1,7 @@ ``` pandoc -f markdown -t native foo -foo + foo ^D [Para [Span ("",[],[("title","1st line of text
2nd line of text")]) [Str "foo"],SoftBreak,Span ("",[],[("title","1st line of text
2nd line of text")]) [Str "foo"]]] ``` -- cgit v1.2.3