From 6419819b46c0d69c7024ba8aa4a6381cb311341c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 21 Jul 2018 22:51:53 -0700 Subject: RST reader: fix double-link bug. Link labels containing raw URLs were parsed as autolinks, but links within links are not allowed. Closes #4581. --- test/command/4581.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/command/4581.md (limited to 'test') diff --git a/test/command/4581.md b/test/command/4581.md new file mode 100644 index 000000000..b38ebaaf0 --- /dev/null +++ b/test/command/4581.md @@ -0,0 +1,6 @@ +``` +% pandoc -f rst -t native +`http://loc `__ +^D +[Para [Link ("",[],[]) [Str "http://loc"] ("http://loc","")]] +``` -- cgit v1.2.3