From 0b5e2601f5700522e392400eee992938c086ef7a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 10 Oct 2020 16:28:52 -0700 Subject: LaTeX reader: allow blank lines inside `\author`. --- test/command/6324.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 test/command/6324.md (limited to 'test') 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"])]}) +[] +``` -- cgit v1.2.3