aboutsummaryrefslogtreecommitdiff
path: root/test/command/4056.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-11-12 14:19:58 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-11-12 14:19:58 -0800
commit7ba0ae8b4d9a6d3e7d4484a5f257e1e53f35667d (patch)
treebb1f0a8c26ee135a0af56dce9d0489fd15c63e46 /test/command/4056.md
parentb4f68a5a9fb189ad36b25a5029b6e6ef7ea05039 (diff)
downloadpandoc-7ba0ae8b4d9a6d3e7d4484a5f257e1e53f35667d.tar.gz
LaTeX reader: allow optional args for parbox.
See #4056.
Diffstat (limited to 'test/command/4056.md')
-rw-r--r--test/command/4056.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/command/4056.md b/test/command/4056.md
new file mode 100644
index 000000000..be245a30d
--- /dev/null
+++ b/test/command/4056.md
@@ -0,0 +1,11 @@
+```
+% pandoc -f markdown -t native
+\parbox[t]{0.4\textwidth}{
+\begin{shaded}
+\end{shaded}
+}
+^D
+[RawBlock (Format "latex") "\\parbox[t]{0.4\\textwidth}{\n\\begin{shaded}\n\\end{shaded}\n}"]
+```
+
+