From 9cf9a64923c672fafd1458bda6f643ada83e2b1e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 16 Oct 2017 20:54:43 -0700 Subject: RST writer: correctly handle inline code containing backticks. (Use a :literal: role.) Closes #3974. --- test/command/3974.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/command/3974.md (limited to 'test') diff --git a/test/command/3974.md b/test/command/3974.md new file mode 100644 index 000000000..26ab36688 --- /dev/null +++ b/test/command/3974.md @@ -0,0 +1,6 @@ +``` +% pandoc -f native -t rst +[Code ("",[],[]) "``"] +^D +:literal:`\`\`` +``` -- cgit v1.2.3