From 7ba0ae8b4d9a6d3e7d4484a5f257e1e53f35667d Mon Sep 17 00:00:00 2001 From: John MacFarlane <jgm@berkeley.edu> Date: Sun, 12 Nov 2017 14:19:58 -0800 Subject: LaTeX reader: allow optional args for parbox. See #4056. --- test/command/4056.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/command/4056.md (limited to 'test/command') 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}"] +``` + + -- cgit v1.2.3