blob: 3d302aa91c95a4aabb1b567307f4cdbb3e4b811d (
plain)
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 there" ] ]
, Para [ Str "Visible" ]
]
```
|