diff options
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/4056.md | 11 |
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}"] +``` + + |