summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/DocBook.hs
AgeCommit message (Expand)Author
2023-01-18Fix line lengths in Markdown reader, DocBook writerAlbert Krewinkel
2023-01-13Remove block constructor Null from the code base.John MacFarlane
2023-01-13Support complex figures. [API change]Albert Krewinkel
2023-01-12Store "unnumbered" class in DocBook role attribute (#8481)lifeunleaded
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-11-29DocBook writer: Fix position of textobject.John MacFarlane
2022-11-29DocBook writer: don't indent contents of title element.John MacFarlane
2022-11-29DocBook writer: render image alt text using textobject element.John MacFarlane
2022-10-24Rename T.P.Writers.Docbook -> T.P.Writers.DocBook.John MacFarlane