From c844634757c49f635a0c0e1e226f9d5130559bfd Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 11 May 2012 20:35:19 -0700 Subject: DocBook reader: Support bibliomixed tag. --- src/Text/Pandoc/Readers/DocBook.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Text/Pandoc/Readers') diff --git a/src/Text/Pandoc/Readers/DocBook.hs b/src/Text/Pandoc/Readers/DocBook.hs index 0dfb3c856..849f769c0 100644 --- a/src/Text/Pandoc/Readers/DocBook.hs +++ b/src/Text/Pandoc/Readers/DocBook.hs @@ -55,7 +55,7 @@ List of all DocBook tags, with [x] indicating implemented, [ ] biblioid - An identifier for a document [o] bibliolist - A wrapper for a set of bibliography entries [ ] bibliomisc - Untyped bibliographic information -[ ] bibliomixed - An entry in a Bibliography +[x] bibliomixed - An entry in a Bibliography [ ] bibliomset - A cooked container for related bibliographic information [ ] biblioref - A cross reference to a bibliographic entry [ ] bibliorelation - The relationship of a document to another @@ -617,6 +617,7 @@ parseBlock (Elem e) = "bibliography" -> sect 0 "bibliodiv" -> sect 1 "biblioentry" -> parsePara (elContent e) + "bibliomixed" -> parsePara (elContent e) "glosssee" -> para . (\ils -> text "See " <> ils <> str ".") <$> getInlines e "glossseealso" -> para . (\ils -> text "See also " <> ils <> str ".") -- cgit v1.2.3