From 016e0a09e2e2ffa823157a28a3a7f0268b9c6f42 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 30 Jun 2018 11:45:49 +0200 Subject: RST writer: don't treat 'example' as a syntax name. This fixes conversions from org with example blocks. Closes #4748. --- test/command/4748.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test/command/4748.md (limited to 'test/command/4748.md') diff --git a/test/command/4748.md b/test/command/4748.md new file mode 100644 index 000000000..1de0fa9ed --- /dev/null +++ b/test/command/4748.md @@ -0,0 +1,16 @@ +``` +% pandoc -f org -t rst +Before example block. +#+begin_example +This is in an example block. +#+end_example +After example block. +^D +Before example block. + +:: + + This is in an example block. + +After example block. +``` -- cgit v1.2.3