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

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