aboutsummaryrefslogtreecommitdiff
path: root/test/command/7810.md
blob: 389aa733bbc2f953b61e6f7f4bf5f52356b378ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
```
% pandoc -f org -t org
- 
  #+begin_example
  aa
  #+end_example
- test
^D
- 
  #+begin_example
  aa
  #+end_example

- test
```

```
% pandoc -f org -t org
- a
- 
- a
- a
^D
- a
- 
- a
- a
```

```
% pandoc -f org -t org
- a
  - b
  - b
- a
- a
^D
- a
  - b
  - b
- a
- a
```