aboutsummaryrefslogtreecommitdiff
path: root/test/command/9218.md
blob: 875c17272b0a2e1fdda45c5f1a6ca55e54695a2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Escape special lines in Org-mode code blocks

````
% pandoc -f markdown -t org
``` org
** Click Application
*** Imports

#+begin_src py
from addict import Dict
#+end_src
```
^D
#+begin_src org
,** Click Application
,*** Imports

,#+begin_src py
from addict import Dict
,#+end_src
#+end_src
````