diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/command/6324.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/command/6324.md b/test/command/6324.md new file mode 100644 index 000000000..0fe57ce65 --- /dev/null +++ b/test/command/6324.md @@ -0,0 +1,17 @@ +``` +% pandoc -f latex -t native -s +\documentclass{article} + +\begin{document} + \title{Document title} + \author{ + +Me + +} +\maketitle +\end{document} +^D +Pandoc (Meta {unMeta = fromList [("author",MetaList [MetaInlines [Str "Me"]]),("title",MetaInlines [Str "Document",Space,Str "title"])]}) +[] +``` |