aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/DocBook.hs
AgeCommit message (Expand)AuthorFilesLines
2021-11-08Add `<titleabbr>` support to DocBook readerRowan Rodrik van der Molen1-5/+12
2021-11-05Support for <indexterm>s when reading DocBook (#7607)Rowan Rodrik van der Molen1-4/+37
2021-10-14DocBook reader: honor linenumbering attributeSamuel Tardieu1-0/+1
2021-07-16DocBook reader: handle images with imageobjectco elements.John MacFarlane1-3/+3
2021-07-11DocBook reader: add support for citerefentry (#7437)Jan Tojnar1-1/+5
2021-06-05DocBook reader: Add support for danger elementJan Tojnar1-1/+2
2021-05-20DocBook reader: ensure that first and last names are separated.John MacFarlane1-6/+14
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane1-3/+8
2021-04-02Fix "phrase" in DocBook: take classes from "role" not "class".John MacFarlane1-1/+1
2021-03-24Fix DocBook reader mathml regression...John MacFarlane1-1/+2
2021-03-19Protect partial uses of maximum with NonEmpty.John MacFarlane1-3/+3
2021-02-18DocBook, JATS, OPML readers: performance optimization.John MacFarlane1-22/+4
2021-02-16Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...John MacFarlane1-38/+38
2021-02-10Add new unexported module T.P.XMLParser.John MacFarlane1-19/+33
2021-02-08DocBook reader: Support informalfigure (#7079)Nils Carlson1-1/+3
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-11-20DocBook reader: Table text width support (#6791)Nils Carlson1-2/+12
2020-11-19DocBook reader: drop period in formalpara title...John MacFarlane1-2/+2
2020-11-07Lint code in PRs and when committing to master (#6790)Albert Krewinkel1-1/+1
2020-10-26DocBook Reader: fix duplicate bibliography bug (#6773)Nils Carlson1-5/+4
2020-10-16DocBook reader: bibliomisc and anchor support (#6754)Nils Carlson1-3/+11
2020-10-08DocBook reader: don't squelch space at end of emphasis element.John MacFarlane1-16/+16
2020-09-24DocBook reader: Implement table cell alignment (#6698)Nils Carlson1-6/+11
2020-09-19Change deprecated Builder.isNull to null.John MacFarlane1-1/+1
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-11/+11
2020-09-10docbook reader: Implement column span support for tables (#6492)Nils Carlson1-18/+42
2020-08-11DocBook reader: Update list of block level tags.John MacFarlane1-10/+83
2020-07-18DocBook reader: parse releaseinfo as metadata.John MacFarlane1-0/+1
2020-07-14Docbook reader: remove misleading comment...John MacFarlane1-1/+1
2020-06-14Docbook reader: implement <procedure> (#6442)Mathieu Boespflug1-4/+6
2020-06-14Docbook reader: implement <phrase> (#6438)Mathieu Boespflug1-1/+7
2020-06-14Docbook reader: treat envar and systemitem like code (#6435)Mathieu Boespflug1-2/+4
2020-06-14Docbook: implement <replaceable> (#6437)Mathieu Boespflug1-1/+3
2020-06-14Docbook: map <simplesect> to unnumbered section (#6436)Mathieu Boespflug1-15/+19
2020-05-14DocBook writer: add id of figure to enclosed image.John MacFarlane1-4/+12
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc1-5/+7
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-3/+3
2020-04-15Implement the new Table typedespresc1-18/+18
2020-03-29Clean up some fmaps (#6226)Joseph C. Sible1-2/+2
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-1/+1
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane1-2/+1
2020-02-07Resolve HLint warningsAlbert Krewinkel1-2/+2
2020-02-07Various minor cleanups and refactoring (#6117)Joseph C. Sible1-1/+1
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-50/+52
2019-11-07DocBook reader: Fix bug with entities in mathphrase element.John MacFarlane1-4/+2
2019-10-30docbook reader: fix nesting of chapters and sections (#5864)Florian Klink1-1/+1
2019-08-23docbook: richer parse for admonitions (#5593)Michael Peyton Jones1-16/+27
2019-06-09DocBook reader: Issue IgnoredElement warnings.John MacFarlane1-28/+37