summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Docbook.hs
Commit message (Expand)AuthorAge
* Source code reformatting.John MacFarlane2017-10-29
* hlint suggestions.John MacFarlane2017-10-29
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* Writers: adjusted for renderTemplate' changes.John MacFarlane2017-06-20
* Docbook, JATS, TEI writers: print INFO message when omitting interior header.John MacFarlane2017-06-20
* Switched Writer types to use Text.John MacFarlane2017-06-11
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Added warnings for non-rendered blocks to some writers.John MacFarlane2017-02-17
* HTML and DocBook writers: fix internal links with writerIdentifierPrefix opt ...Mauro Bieg2017-02-03
* `--mathml` and MathML in HTMLMathMethod longer take an argument.John MacFarlane2017-01-30
* Split writeDocbook into writeDocbook4, writeDocbook5.John MacFarlane2017-01-26
* Revert "Added page breaks into Pandoc."John MacFarlane2017-01-25
* Refactored math conversion in writers.John MacFarlane2017-01-25
* Convert all writers to use PandocMonad.Jesse Rosenthal2017-01-25
* Adds support for pagebreaks (when it makes sense)Hubert Plociniczak2017-01-25
* DocBook5 writer: make id attribute xml:id, fixes #3329 (#3330)Mauro Bieg2016-12-30
* Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane2016-11-30
* Refactor top-level division selection (#3261)Albert Krewinkel2016-11-27
* Allow to overwrite top-level division type heuristics (#3258)Albert Krewinkel2016-11-26
* Add option for top-level division typeAlbert Krewinkel2016-10-19
* Add support for the LineBlock element to writersAlbert Krewinkel2016-10-13
* DocBook writer: include an anchor element when a div or span has an id.John MacFarlane2016-09-06
* Docbook writer: Declare xlink namespace in Docbook5 outputIvo Clarysse2016-06-07
* Docbook5 writer: Properly handle ulink/linkIvo Clarysse2016-04-29
* Write out Docbook 5 namespaceIvo Clarysse2016-04-29
* Add docbook5 writer supportIvo Clarysse2016-04-29
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane2015-11-19
|\
| * Updated readers, writers and README for link attributemb212015-08-07
| * Updated readers and writers for new image attribute parameter.John MacFarlane2015-08-07
* | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* | Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* | Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
|/
* DocBook writer: add id to para if in Div with id element.John MacFarlane2015-05-20
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* Docbook writer: don't print empty id attributes.John MacFarlane2015-02-25
* Merge pull request #1486 from Aelve/minorJohn MacFarlane2014-08-04
|\
| * Add PatternGuards pragmas.Artyom Kazak2014-08-04
| * Use `stripPrefix` where appropriate.Artyom Kazak2014-08-04
* | Use texmath 0.7 interface.John MacFarlane2014-08-04
|/
* Renamed readTeXMath' to avoid name conflict with texmath 0.6.7Matthew Pickering2014-07-19
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* DocBook writer: Small tweaks to last commit.John MacFarlane2014-05-03
* Distinguish tight and loose lists in Docbook outputNeil Mayhew2014-05-03
* Improve handling of hard line breaks in Docbook writerNeil Mayhew2014-04-12
* Docbook writer: Hierarchicalize block content in metadata.John MacFarlane2013-11-19
* TexMath: Export readTeXMath', which attends to display/inline.John MacFarlane2013-11-01
* Adjusted writers and tests for change in parsing of div/span.John MacFarlane2013-08-18
* Adjustments for new Format newtype.John MacFarlane2013-08-10