summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Docbook.hs
Commit message (Expand)AuthorAge
* 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
* Fixed docbook writer for headerless tables.fiddlosopher2010-03-07
* Docbook writer: use unicode instead of entities.fiddlosopher2010-01-01
* Removed redundant imports (found by ghc 6.12).fiddlosopher2009-12-31
* Updated docbook writer to use new templates.fiddlosopher2009-12-31
* Removed unneeded writer options; use template variables instead.fiddlosopher2009-12-31
* Added optional section numbering in HTML output.fiddlosopher2009-12-08
* Improved syntax for markdown definition lists.fiddlosopher2009-12-07
* Docbook writer: add ids to sections. Use link for internal links.fiddlosopher2009-12-05
* Use language attribute to indicate source language in docbook code blocks.fiddlosopher2009-07-03
* HTML writer: wrap sections in divs. Resolves Issue #70.fiddlosopher2009-04-25
* Moved all haskell source to src subdirectory.fiddlosopher2009-01-24
* Moved everything from src into the top-level directory.fiddlosopher2007-11-29
* Reverted back to state as of r1062. The template haskell changesfiddlosopher2007-11-03
* Use template haskell to avoid the need for templates:fiddlosopher2007-11-03
* Added a writer option for wrapped text and a command-line optionfiddlosopher2007-09-27
* Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher2007-08-15
* Major change in the way ordered lists are handled:fiddlosopher2007-08-08
* Fixed a bug in Docbook writer: email links with text were beingfiddlosopher2007-07-28
* Changed text to char for one character stringsfiddlosopher2007-07-22
* + Added support for superscript, subscript, andfiddlosopher2007-07-22