parent
8b4728e284
commit
54d16545c9
2 changed files with 2 additions and 2 deletions
|
@ -135,7 +135,7 @@ description meta' = do
|
||||||
Just (MetaString s) -> coverimage s
|
Just (MetaString s) -> coverimage s
|
||||||
_ -> return []
|
_ -> return []
|
||||||
return $ el "description"
|
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)
|
, el "document-info" (el "program-used" "pandoc" : coverpage)
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
<description>
|
<description>
|
||||||
<title-info>
|
<title-info>
|
||||||
<genre>unrecognised</genre>
|
<genre>unrecognised</genre>
|
||||||
<book-title>Pandoc Test Suite</book-title>
|
|
||||||
<author>
|
<author>
|
||||||
<first-name>John</first-name>
|
<first-name>John</first-name>
|
||||||
<last-name>MacFarlane</last-name>
|
<last-name>MacFarlane</last-name>
|
||||||
|
@ -11,6 +10,7 @@
|
||||||
<author>
|
<author>
|
||||||
<nickname>Anonymous</nickname>
|
<nickname>Anonymous</nickname>
|
||||||
</author>
|
</author>
|
||||||
|
<book-title>Pandoc Test Suite</book-title>
|
||||||
<date>July 17, 2006</date>
|
<date>July 17, 2006</date>
|
||||||
</title-info>
|
</title-info>
|
||||||
<document-info>
|
<document-info>
|
||||||
|
|
Loading…
Add table
Reference in a new issue