pandoc/test/command/6324.md
2020-10-10 16:28:52 -07:00

298 B

% 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"])]})
[]