From 157936c927a6b4ea40e5f5100ed5cc7714e2b046 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 12 Jan 2020 15:17:53 -0800 Subject: HTML writer: fix duplicate attributes on headings. Another regression from 2.7.x. Closes #6062. --- test/command/6062.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/command/6062.md (limited to 'test/command') diff --git a/test/command/6062.md b/test/command/6062.md new file mode 100644 index 000000000..d4f60fcbf --- /dev/null +++ b/test/command/6062.md @@ -0,0 +1,6 @@ +``` +% pandoc -f native -t html +[Header 1 ("section",["foo","unnumbered"],[("key","val")]) [Str "1"]] +^D +

1

+``` -- cgit v1.2.3