aboutsummaryrefslogtreecommitdiff
path: root/test/command/4553.md
blob: e5122d4d91a452cfcd7c93b6cb75dae0d8159c8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
```
pandoc -f latex -t native
foo \include{command/bar}
^D
[Para [Str "foo"]
,Para [Emph [Str "hi",Space,Str "there"]]]
```

```
pandoc -f latex -t native
foo \input{command/bar}
^D
[Para [Str "foo",Space,Emph [Str "hi",Space,Str "there"]]]
```