pandoc/test/command/6324.md

27 lines
394 B
Markdown
Raw Normal View History

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