aboutsummaryrefslogtreecommitdiff
path: root/test/command/write18.md
blob: 45c7e0dd39b8c9076727e02ce6ce584e2550132a (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}" ]
```