aboutsummaryrefslogtreecommitdiff
path: root/test/command/6740.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-10-12 18:57:04 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-10-12 18:57:04 -0700
commit2007cff20318e1f086623e8fed16dcf927b1e027 (patch)
tree88439f0262a5148ed78ca80012e7664c08dac337 /test/command/6740.md
parent4789fc59043bdbf8b7527dd99995bce3267175bc (diff)
downloadpandoc-2007cff20318e1f086623e8fed16dcf927b1e027.tar.gz
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.
Diffstat (limited to 'test/command/6740.md')
-rw-r--r--test/command/6740.md7
1 files changed, 7 insertions, 0 deletions
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
+<https://www.google.com>
+^D
+<https://www.google.com>
+```
+