From bcc848d773f9b0f968e7ecb69739adea0432045e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 15 Apr 2017 13:32:28 +0200 Subject: Avoid parsing "Notes:**" as a bare URI. This avoids parsing bare URIs that start with a scheme + colon + `*`, `_`, or `]`. Closes #3570. --- test/command/3570.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/command/3570.md (limited to 'test/command') 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 +

Notes:

+``` -- cgit v1.2.3