From da9c196e09ecd87b2d727294810357f485733be8 Mon Sep 17 00:00:00 2001 From: Pavol Otto Date: Wed, 15 Feb 2023 11:01:00 +0100 Subject: fixed references to tables in DocBook files Closes #8626. --- src/Text/Pandoc/Readers/DocBook.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Text') diff --git a/src/Text/Pandoc/Readers/DocBook.hs b/src/Text/Pandoc/Readers/DocBook.hs index e11da4253..ea977f9eb 100644 --- a/src/Text/Pandoc/Readers/DocBook.hs +++ b/src/Text/Pandoc/Readers/DocBook.hs @@ -1359,6 +1359,7 @@ parseInline (Elem e) = "cmdsynopsis" -> descendantContent "command" el "funcsynopsis" -> descendantContent "function" el "figure" -> descendantContent "title" el + "table" -> descendantContent "title" el _ -> qName (elName el) <> "_title" where xrefLabel = attrValue "xreflabel" el -- cgit v1.2.3