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