aboutsummaryrefslogtreecommitdiff
path: root/test/command/4748.md
blob: 1de0fa9ed2af1c31af7ea33b55d229b5841fa657 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.
```