aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-04-15 13:32:28 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-04-15 13:32:28 +0200
commitbcc848d773f9b0f968e7ecb69739adea0432045e (patch)
tree49c56914ac81c1c0a1fb1a947e90de796d01fcce /test
parent1fe1c162ac1891fc688e1aef207dd60e18672c06 (diff)
downloadpandoc-bcc848d773f9b0f968e7ecb69739adea0432045e.tar.gz
Avoid parsing "Notes:**" as a bare URI.
This avoids parsing bare URIs that start with a scheme + colon + `*`, `_`, or `]`. Closes #3570.
Diffstat (limited to 'test')
-rw-r--r--test/command/3570.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/command/3570.md b/test/command/3570.md
new file mode 100644
index 000000000..8c08a881d
--- /dev/null
+++ b/test/command/3570.md
@@ -0,0 +1,6 @@
+```
+% pandoc -f markdown+autolink_bare_uris
+**Notes:**
+^D
+<p><strong>Notes:</strong></p>
+```