aboutsummaryrefslogtreecommitdiff
path: root/test/command/3577.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-07-12 13:58:47 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-07-12 14:50:49 +0200
commit013fd1c6b68f2c061202d931f541aa4877ae543f (patch)
tree7109ba8de0633f292d48ba673670833f657b1b08 /test/command/3577.md
parent41209ea6765e9898d7e15c4c945c06275b6c0420 (diff)
downloadpandoc-013fd1c6b68f2c061202d931f541aa4877ae543f.tar.gz
Make sure \write18 is parsed as raw LaTeX.
The change is in the LaTeX reader's treatment of raw commands, but it also affects the Markdown reader.
Diffstat (limited to 'test/command/3577.md')
-rw-r--r--test/command/3577.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/command/3577.md b/test/command/3577.md
index dc88937e9..ca9dba97c 100644
--- a/test/command/3577.md
+++ b/test/command/3577.md
@@ -15,9 +15,11 @@
\caption{Subfigure with Subfloat}
\end{figure}
^D
+
<figure>
<img src="img1.jpg" alt="Caption 1" /><figcaption>Caption 1</figcaption>
</figure>
+
<figure>
<img src="img2.jpg" alt="Caption 2" /><figcaption>Caption 2</figcaption>
</figure>