aboutsummaryrefslogtreecommitdiff
path: root/test/command/6324.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/6324.md')
-rw-r--r--test/command/6324.md17
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"])]})
+[]
+```