From a96c762a10f9b6e97a5660664750ad6e3ef7f5b7 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 26 Apr 2018 12:10:39 -0700 Subject: RST reader: fix anonymous redirects with backticks. Closes #4598. --- test/command/4598.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/command/4598.md (limited to 'test') 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 +

x

+``` -- cgit v1.2.3