summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/AsciiDoc.hs
Commit message (Expand)AuthorAge
* AsciiDoc writer: do not output implicit heading IDsAlexander Krotov2018-02-13
* hlint code improvements.John MacFarlane2018-01-19
* Update copyright notices to include 2018Albert Krewinkel2018-01-05
* hlintAlexander Krotov2017-11-02
* hlint suggestions.John MacFarlane2017-10-29
* More hlint.John MacFarlane2017-10-29
* Writers: adjusted for renderTemplate' changes.John MacFarlane2017-06-20
* Use Control.Monad.State.Strict throughout.John MacFarlane2017-06-17
* Switched Writer types to use Text.John MacFarlane2017-06-11
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Writers: Use gets to access MonadState where possible (#3480)Alexander Krotov2017-03-01
* AsciiDoc writer: use PandocMonad throughout.John MacFarlane2017-02-25
* 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