aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/DocBook.hs
AgeCommit message (Expand)Author
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc
2020-04-15Implement the new Table typedespresc
2020-03-29Clean up some fmaps (#6226)Joseph C. Sible
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane
2020-02-07Resolve HLint warningsAlbert Krewinkel
2020-02-07Various minor cleanups and refactoring (#6117)Joseph C. Sible
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-11-07DocBook reader: Fix bug with entities in mathphrase element.John MacFarlane
2019-10-30docbook reader: fix nesting of chapters and sections (#5864)Florian Klink
2019-08-23docbook: richer parse for admonitions (#5593)Michael Peyton Jones
2019-06-09DocBook reader: Issue IgnoredElement warnings.John MacFarlane
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2018-07-30DocBook reader: metadata handling improvements.John MacFarlane
2018-04-26DocBook Reader: Read Latex math as output by asciidoctor (#4569)Joe Hermaszewski
2018-04-25Added licensing headers for DocBook, EPUB, JATS, OPML readers.John MacFarlane
2018-04-08DocBook reader: properly handle title in section element.John MacFarlane
2018-03-29Removed unused extensions (#4506)Anabra
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2017-10-29Source code reformatting.John MacFarlane
2017-10-27hlint changes.John MacFarlane
2017-09-26Fix a typo: s/collabarators/collaborators/Alexander Krotov
2017-06-20Move CR filtering from tabFilter to the readers.John MacFarlane
2017-06-17Use Control.Monad.State.Strict throughout.John MacFarlane
2017-06-10Changed all readers to take Text instead of String.John MacFarlane
2017-01-25Working on readers.Jesse Rosenthal
2016-11-19Fixed xref lookup in DocBook reader. Closes #3243.John MacFarlane
2016-10-13Parse line-oriented markup as LineBlockAlbert Krewinkel
2016-09-02Remove TagSoup compatJesse Rosenthal
2016-09-02Remove Text.Pandoc.Compat.ExceptJesse Rosenthal
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane
2015-09-24Improve text generated for <xref> by employing docbook-xsl heuristicsFrerich Raabe
2015-09-24Added proper support for DocBook 'xref' elementsFrerich Raabe
2015-09-23Pass the parsed DocBook content along the state of readDocBookFrerich Raabe
2015-09-23Minor refactoring to readDocBookFrerich Raabe
2015-08-08DocBook reader: handle informalexample.John MacFarlane
2015-08-07Updated readers, writers and README for link attributemb21
2015-08-07Updated readers and writers for new image attribute parameter.John MacFarlane
2015-06-21DocBook reader mediaobjects and figures, closes #2184mb21
2015-04-07Removed redundat import.John MacFarlane
2015-04-07DocBook reader: look inside "info" elements for section titles.John MacFarlane
2015-02-18Change return type of DocBook readerMatthew Pickering
2014-12-14DocBook readers: Include id on section headers.John MacFarlane