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