summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/AsciiDoc.hs
Commit message (Expand)AuthorAge
* Revert "Added page breaks into Pandoc."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
* Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane2016-11-30
* Add support for the LineBlock element to writersAlbert Krewinkel2016-10-13
* AsciiDoc writer: avoid unnecessary use of "unconstrained" emphasis.John MacFarlane2016-10-02
* AsciiDoc writer: support anchors in spans with id elements.John MacFarlane2015-12-13
* AsciiDoc writers: Add anchors on Div elements.John MacFarlane2015-12-13
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* AsciiDoc writer: Fixed code blocks.John MacFarlane2015-11-23
* 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
|/
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* AsciiDoc writer: avoid wrapping after list marker.John MacFarlane2015-03-15
* AsciiDoc writer: insert some needed blank lines.John MacFarlane2015-03-15
* Use `stripPrefix` where appropriate.Artyom Kazak2014-08-04
* AsciiDoc writer: Double markers in intraword emphasis.John MacFarlane2014-07-20
* Removed space at ends of lines in source.John MacFarlane2014-07-12
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* AsciiDoc writer: Handle multiblock table cells.John MacFarlane2014-05-03
* AsciiDoc writer: Correctly handle empty table cells.John MacFarlane2014-05-03
* 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