aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/DocBook.hs
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2018-07-30DocBook reader: metadata handling improvements.John MacFarlane1-38/+28
2018-04-26DocBook Reader: Read Latex math as output by asciidoctor (#4569)Joe Hermaszewski1-11/+48
2018-04-25Added licensing headers for DocBook, EPUB, JATS, OPML readers.John MacFarlane1-0/+29
2018-04-08DocBook reader: properly handle title in section element.John MacFarlane1-0/+1
2018-03-29Removed unused extensions (#4506)Anabra1-1/+0
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2017-10-29Source code reformatting.John MacFarlane1-24/+24
2017-10-27hlint changes.John MacFarlane1-18/+22
2017-09-26Fix a typo: s/collabarators/collaborators/Alexander Krotov1-1/+1
2017-06-20Move CR filtering from tabFilter to the readers.John MacFarlane1-2/+3
2017-06-17Use Control.Monad.State.Strict throughout.John MacFarlane1-1/+1
2017-06-10Changed all readers to take Text instead of String.John MacFarlane1-3/+5
2017-01-25Working on readers.Jesse Rosenthal1-16/+16
2016-11-19Fixed xref lookup in DocBook reader. Closes #3243.John MacFarlane1-4/+6
2016-10-13Parse line-oriented markup as LineBlockAlbert Krewinkel1-3/+3
2016-09-02Remove TagSoup compatJesse Rosenthal1-3/+3
2016-09-02Remove Text.Pandoc.Compat.ExceptJesse Rosenthal1-1/+1
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane1-7/+17
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-2/+0