blob: df0475a15a147bf60b9b4fe13f1c33bd8b8c7111 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
```
% 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"]]
```
|