diff options
Diffstat (limited to 'src/Text/Pandoc')
-rw-r--r-- | src/Text/Pandoc/Readers/LaTeX.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Readers/LaTeX.hs b/src/Text/Pandoc/Readers/LaTeX.hs index 08aa0b20e..39b8c4a65 100644 --- a/src/Text/Pandoc/Readers/LaTeX.hs +++ b/src/Text/Pandoc/Readers/LaTeX.hs @@ -338,6 +338,7 @@ blockCommands = M.fromList $ , "hyperdef" , "markboth", "markright", "markleft" , "hspace", "vspace" + , "newpage" ] addMeta :: ToMetaValue a => String -> a -> LP () |