aboutsummaryrefslogtreecommitdiff
path: root/test/command/write18.md
blob: 4a3f10b852943fea3e86aef0439da338d05816b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Handle \write18{..} as raw tex:
```
% pandoc -t native
\write18{git --version}
^D
[ RawBlock (Format "tex") "\\write18{git --version}" ]
```

```
% pandoc -f latex+raw_tex -t native
\write18{git --version}
^D
[ RawBlock (Format "latex") "\\write18{git --version}" ]
```