summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Docbook.hs
Commit message (Expand)AuthorAge
* 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
* Preliminary support for new Div and Span elements in writers.John MacFarlane2013-08-08
* Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane2013-07-01
* Metadata changes: Variables now completely shadow metadata.John MacFarlane2013-06-29
* Writers: Use defField for defaults.John MacFarlane2013-06-27
* Use new flexible metadata type.John MacFarlane2013-06-24
* Shared: Changed type of Element.John MacFarlane2013-02-12
* DocBook writer: for linebreak, but newline in literallayout.John MacFarlane2013-01-28
* Use 'fig:' instead of '\SOH' in title to indicate figure.John MacFarlane2013-01-15
* Implemented Ext_implicit_figures.John MacFarlane2013-01-14
* Added Attr field to Header.John MacFarlane2013-01-09
* Don't put the text of an autolink in Code font.John MacFarlane2013-01-06
* Renamed removedLeadingTrailingSpace to trim.John MacFarlane2012-09-29
* Made --id-prefix work in DocBook as well as HTML.John MacFarlane2012-09-06
* Don't include empty captions in figures.John MacFarlane2012-08-04
* Moved WriterOptions and associated types Shared -> Options.John MacFarlane2012-07-26
* Fixed whitespace errors.John MacFarlane2012-07-26
* Support `--mathml` flag in docbook.John MacFarlane2012-01-31
* Docbook writer: Use sect1, sect2, etc. instead of section.John MacFarlane2012-01-27
* Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane2011-12-27
* Updated highlighting for highlighting-kate 0.4.John MacFarlane2011-12-26