summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/AsciiDoc.hs
Commit message (Expand)AuthorAge
* 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
* Add --atx-headers support to asciidoc and dont print empty identifier blocks ...Max Rydahl Andersen2013-05-31
* 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
* Moved WriterOptions and associated types Shared -> Options.John MacFarlane2012-07-26
* Use Parser as type synonym for Parsec.John MacFarlane2012-07-20
* Text.Pandoc.Parsing: Export all Parsec functions used in pandoc code.John MacFarlane2012-07-20
* Use Text.Parsec instead of Text.ParserCombinators.Parsec.John MacFarlane2012-07-20
* Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane2011-12-27
* Shared: Removed unescapeURI, modified escapeURI.John MacFarlane2011-12-02
* AsciiDoc: Don't use Roman numerals in ordered lists.John MacFarlane2011-11-18
* Renamed to AsciiDoc. Fixed display math and escapes.John MacFarlane2011-11-18