From e1e6505abeabd6f743f9f35f3804435431239f33 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 11 May 2012 20:20:53 -0700 Subject: DocBook reader: print ? for xref tag. --- src/Text/Pandoc/Readers/DocBook.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Text/Pandoc/Readers/DocBook.hs b/src/Text/Pandoc/Readers/DocBook.hs index bb7a7eeed..ca59cc1af 100644 --- a/src/Text/Pandoc/Readers/DocBook.hs +++ b/src/Text/Pandoc/Readers/DocBook.hs @@ -856,6 +856,7 @@ parseInline (Elem e) = "constant" -> codeWithLang ["constant"] "userinput" -> codeWithLang ["userinput"] "varargs" -> return $ code "(...)" + "xref" -> return $ str "?" -- so at least you know something is there "email" -> return $ link ("mailto:" ++ strContent e) "" $ code $ strContent e "uri" -> return $ link (strContent e) "" $ code $ strContent e -- cgit v1.2.3