summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Texinfo.hs
Commit message (Expand)AuthorAge
* hlint code improvements.John MacFarlane2018-01-19
* Update copyright notices to include 2018Albert Krewinkel2018-01-05
* Source code reformatting.John MacFarlane2017-10-29
* hlint suggestions.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
* Shared: Provide custom isURI that rejects unknown schemes [isURI]Albert Krewinkel2017-05-23
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Added warnings for non-rendered blocks to some writers.John MacFarlane2017-02-17
* Revert "Added page breaks into Pandoc."John MacFarlane2017-01-25
* Unify Errors.Jesse Rosenthal2017-01-25
* Deleted whitespace at end of source lines.John MacFarlane2017-01-25
* Texinfo writer: restore former behavior for headers level > 4.John MacFarlane2017-01-25
* Implement Errors in PandocMonadJesse Rosenthal2017-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
* Changed type of Shared.uniqueIdent argument from [String] to Set String.John MacFarlane2016-01-22
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* Updated readers, writers and README for link attributemb212015-08-07
* Updated readers and writers for new image attribute parameter.John MacFarlane2015-08-07
* Texinfo writer: Removed tabs from source.John MacFarlane2015-05-28
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* Merge branch 'patch/fixTexinfoWrap' of https://github.com/timtylin/scholdoc i...John MacFarlane2015-02-07
|\
| * Texinfo writer: fix wrapping by using breakable spacesTim Lin2015-02-06
* | Append newline to the LineBreak of various writersTim Lin2015-02-04
|/
* ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...Mark Wright2015-01-05
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* Use isHeaderBlock from Shared rather than defining it anew...John MacFarlane2014-01-02
* Use isURI instead of isAbsoluteURI.John MacFarlane2013-10-16
* 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
* 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
* Texinfo writer: Fixed internal cross-references.John MacFarlane2012-09-24
* 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
* Texinfo writer: Escape special characters in node titles.John MacFarlane2012-04-25
* Texinfo writer: retain directories in image paths.Peter Wang2012-03-21
* Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane2011-12-27