mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-24 09:16:43 +00:00
298 B
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"])]})
[]