From 2007cff20318e1f086623e8fed16dcf927b1e027 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 12 Oct 2020 18:57:04 -0700 Subject: Markdown writer: Fix autolinks rendering for gfm. Previously, autolinks rendered as raw HTML, due to the `class="uri"` added by pandoc's markdown reader. Closes #6740. --- test/command/6740.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/command/6740.md (limited to 'test/command') diff --git a/test/command/6740.md b/test/command/6740.md new file mode 100644 index 000000000..76e38b027 --- /dev/null +++ b/test/command/6740.md @@ -0,0 +1,7 @@ +``` +% pandoc -t gfm + +^D + +``` + -- cgit v1.2.3