diff options
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/3803.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/command/3803.md b/test/command/3803.md new file mode 100644 index 000000000..a2e60359d --- /dev/null +++ b/test/command/3803.md @@ -0,0 +1,10 @@ +``` +% pandoc -f markdown+raw_tex -t latex +\begin{blah*} +*ok* +\end{blah*} +^D +\begin{blah*} +*ok* +\end{blah*} +``` |