summaryrefslogtreecommitdiff
path: root/test/command/2118.md
blob: d640e2e2b1aea4b83c684be9a8a07d824409edf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
```
% pandoc -f latex -t native
\newcommand{\inclgraph}{\includegraphics[width=0.8\textwidth]}
\begin{figure}[ht]
  \inclgraph{setminus.png}
  \caption{Set subtraction}
  \label{fig:setminus}
\end{figure}
^D
[Para [Image ("",[],[("width","80%")]) [Str "Set",Space,Str "subtraction",Span ("",[],[("data-label","fig:setminus")]) []] ("setminus.png","fig:")]]
```