From be2d7921cbf33a3aa839cd54a0b3ec0a7dfc4a9b Mon Sep 17 00:00:00 2001 From: danse Date: Mon, 23 Apr 2018 08:54:06 +0200 Subject: RST reader: remove support for nested inlines. RST does not allow nested emphasis, links, or other inline constructs. Closes #4581, double parsing of links with URLs as link text. This supersedes the earlier fix for #4581 in 6419819b46c0d69c7024ba8aa4a6381cb311341c. Fixes #4561, a bug parsing with URLs inside emphasis. Closes #4792. --- test/command/4581.md | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 test/command/4581.md (limited to 'test/command') diff --git a/test/command/4581.md b/test/command/4581.md deleted file mode 100644 index b38ebaaf0..000000000 --- a/test/command/4581.md +++ /dev/null @@ -1,6 +0,0 @@ -``` -% pandoc -f rst -t native -`http://loc `__ -^D -[Para [Link ("",[],[]) [Str "http://loc"] ("http://loc","")]] -``` -- cgit v1.2.3