summaryrefslogtreecommitdiff
path: root/test/command/2118.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/2118.md')
-rw-r--r--test/command/2118.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/command/2118.md b/test/command/2118.md
new file mode 100644
index 000000000..27b3723d3
--- /dev/null
+++ b/test/command/2118.md
@@ -0,0 +1,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 ("",[],[("label","fig:setminus")]) []] ("setminus.png","fig:")]]
+```