From 8b539dbf1d0699e4724da11183b4bd8a2144e81d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 29 Jan 2024 11:09:35 -0800 Subject: Makefile: change default rule to build THEN test. That way we can play with the executable while the tests complete. --- test/command/9388.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 test/command/9388.md (limited to 'test/command') diff --git a/test/command/9388.md b/test/command/9388.md new file mode 100644 index 000000000..291e80d58 --- /dev/null +++ b/test/command/9388.md @@ -0,0 +1,21 @@ +``` +% pandoc -f latex -t native +\begin{figure} +\centering +\includegraphics[width=0.5\linewidth,height=0.5\textheight]{figures/placeholder} +\caption{Example figure} +\end{figure} +^D +[ Figure + ( "" , [] , [] ) + (Caption + Nothing [ Plain [ Str "Example" , Space , Str "figure" ] ]) + [ Plain + [ Image + ( "" , [] , [ ( "width" , "50%" ) , ( "height", "50%" ) ] ) + [] + ( "figures/placeholder" , "" ) + ] + ] +] +``` -- cgit v1.2.3