mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 11:16:33 +00:00
@@ -135,7 +135,7 @@ description meta' = do
|
||||
Just (MetaString s) -> coverimage s
|
||||
_ -> return []
|
||||
return $ el "description"
|
||||
[ el "title-info" (genre : (bt ++ annotation ++ as ++ dd ++ lang))
|
||||
[ el "title-info" (genre : (as ++ bt ++ annotation ++ dd ++ lang))
|
||||
, el "document-info" (el "program-used" "pandoc" : coverpage)
|
||||
]
|
||||
|
||||
|
||||
+1
-1
@@ -3,7 +3,6 @@
|
||||
<description>
|
||||
<title-info>
|
||||
<genre>unrecognised</genre>
|
||||
<book-title>Pandoc Test Suite</book-title>
|
||||
<author>
|
||||
<first-name>John</first-name>
|
||||
<last-name>MacFarlane</last-name>
|
||||
@@ -11,6 +10,7 @@
|
||||
<author>
|
||||
<nickname>Anonymous</nickname>
|
||||
</author>
|
||||
<book-title>Pandoc Test Suite</book-title>
|
||||
<date>July 17, 2006</date>
|
||||
</title-info>
|
||||
<document-info>
|
||||
|
||||
Reference in New Issue
Block a user