blob: 55d298bc48524499d351bba2177d516331ecb0fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
```
% pandoc --from=latex -t native
\begin{document}
Visible
\include{command/bar-endinput}
Visible
\end{document}
^D
[ Para [ Str "Visible" ]
, Para [ Emph [ Str "hi" , Space , Str "there" ] ]
, Para [ Str "Visible" ]
]
```
|