summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Docbook.hs
Commit message (Expand)AuthorAge
* 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
* HTML reader now recognizes DocBook block and inline tags.John MacFarlane2011-10-25
* Docbook writer: Use programlisting for code blocks.John MacFarlane2011-07-24
* Docbook writer: Use CALS tables (instead of XHTML tables).John MacFarlane2011-07-24
* Add support for attributes in inline Code.John MacFarlane2011-01-26
* Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane2011-01-26
* Use <chapter> for top docbook header if template has <book>.John MacFarlane2011-01-16
* Added --chapters option affecting docbook and latex.John MacFarlane2011-01-16
* Docbook writer: Updated to use Pretty.John MacFarlane2010-12-21
* Shared: Made splitBy take a test instead of an element.John MacFarlane2010-12-21
* Implemented @ for sequentially numbered examples.John MacFarlane2010-03-27
* Updated copyright notices.John MacFarlane2010-03-23
* Docbook writer: support images as figures.fiddlosopher2010-03-17
* Use template variables for include-before/after.fiddlosopher2010-03-13
* Docbook writer: handle headerless tables.fiddlosopher2010-03-09