2018-06-01 18:24:26 +02:00
|
|
|
```
|
2021-09-21 19:16:45 +02:00
|
|
|
% pandoc -f latex -t native
|
2018-06-01 18:24:26 +02:00
|
|
|
foo \include{command/bar}
|
|
|
|
^D
|
2021-09-29 06:17:53 +02:00
|
|
|
[ Para [ Str "foo" ]
|
|
|
|
, Para [ Emph [ Str "hi" , Space , Str "there" ] ]
|
|
|
|
]
|
2018-06-01 18:24:26 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
```
|
2021-09-21 19:16:45 +02:00
|
|
|
% pandoc -f latex -t native
|
2018-06-01 18:24:26 +02:00
|
|
|
foo \input{command/bar}
|
|
|
|
^D
|
2021-09-29 06:17:53 +02:00
|
|
|
[ Para
|
|
|
|
[ Str "foo"
|
|
|
|
, Space
|
|
|
|
, Emph [ Str "hi" , Space , Str "there" ]
|
|
|
|
]
|
|
|
|
]
|
2018-06-01 18:24:26 +02:00
|
|
|
```
|
|
|
|
|