aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-04-26 12:10:39 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-04-26 12:23:25 -0700
commita96c762a10f9b6e97a5660664750ad6e3ef7f5b7 (patch)
tree3dd2ed3425fface24cbf0e5955eb689f6f28c9ec /test/command
parent50da88446cf28ee8f61ad5a45087628a5e5689ac (diff)
downloadpandoc-a96c762a10f9b6e97a5660664750ad6e3ef7f5b7.tar.gz
RST reader: fix anonymous redirects with backticks.
Closes #4598.
Diffstat (limited to 'test/command')
-rw-r--r--test/command/4598.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/command/4598.md b/test/command/4598.md
new file mode 100644
index 000000000..fedfe888a
--- /dev/null
+++ b/test/command/4598.md
@@ -0,0 +1,10 @@
+```
+% pandoc -f rst
+`x`__
+
+__ `xy`_
+
+.. _`xy`: http://xy.org
+^D
+<p><a href="http://xy.org">x</a></p>
+```