aboutsummaryrefslogtreecommitdiff
path: root/test/command/input-with-endinput.md
blob: b97950d315aa192d5e15fe3eeed0b1f13cec242b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
```
% 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" ]
]
```