aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authordanse <f.occhipinti@gmail.com>2018-04-23 08:54:06 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2018-07-24 15:35:50 -0700
commitbe2d7921cbf33a3aa839cd54a0b3ec0a7dfc4a9b (patch)
treede2767c8f0d18f638928181e02c41c7e0f4168cb /test/command
parent50e8c3b107c56d5de4840f369a2e49e4f55cd591 (diff)
downloadpandoc-be2d7921cbf33a3aa839cd54a0b3ec0a7dfc4a9b.tar.gz
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.
Diffstat (limited to 'test/command')
-rw-r--r--test/command/4581.md6
1 files changed, 0 insertions, 6 deletions
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 <http://loc>`__
-^D
-[Para [Link ("",[],[]) [Str "http://loc"] ("http://loc","")]]
-```