15 lines
211 B
Markdown
15 lines
211 B
Markdown
|
```
|
||
|
% 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"]]
|
||
|
```
|