aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/DocBook.hs
AgeCommit message (Expand)Author
2025-12-11Remove redundant import.John MacFarlane
2025-12-11T.P.Shared: export hasLineBreaks.John MacFarlane
2025-06-16DocBook writer: Fixed compiler warning.John MacFarlane
2025-06-16DocBook writer: use startingnumber instead of override...John MacFarlane
2025-05-08DocBook writer: use literallayout element for LineBlock.John MacFarlane
2025-02-16T.P.Shared, makeSections: put some attributes on section element only.John MacFarlane
2024-07-03Avoid 'head' in JATS reader, DocBook writer.John MacFarlane
2024-04-25Update copyright dates to 2024.John MacFarlane
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