aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Texinfo.hs
AgeCommit message (Expand)AuthorFilesLines
2018-01-19hlint code improvements.John MacFarlane1-1/+1
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-10-29Source code reformatting.John MacFarlane1-1/+1
2017-10-29hlint suggestions.John MacFarlane1-13/+13
2017-06-20Writers: adjusted for renderTemplate' changes.John MacFarlane1-1/+1
2017-06-17Use Control.Monad.State.Strict throughout.John MacFarlane1-1/+1
2017-06-11Switched Writer types to use Text.John MacFarlane1-4/+7
2017-05-23Shared: Provide custom isURI that rejects unknown schemes [isURI]Albert Krewinkel1-1/+1
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-2/+4
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-15/+15
2017-02-17Added warnings for non-rendered blocks to some writers.John MacFarlane1-5/+10
2017-01-25Revert "Added page breaks into Pandoc."John MacFarlane1-2/+0
2017-01-25Unify Errors.Jesse Rosenthal1-1/+2
2017-01-25Deleted whitespace at end of source lines.John MacFarlane1-1/+1
2017-01-25Texinfo writer: restore former behavior for headers level > 4.John MacFarlane1-19/+21
2017-01-25Implement Errors in PandocMonadJesse Rosenthal1-36/+53
2017-01-25Convert all writers to use PandocMonad.Jesse Rosenthal1-2/+3
2017-01-25Adds support for pagebreaks (when it makes sense)Hubert Plociniczak1-0/+2
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane1-3/+3
2016-10-13Add support for the LineBlock element to writersAlbert Krewinkel1-0/+3
2016-01-22Changed type of Shared.uniqueIdent argument from [String] to Set String.John MacFarlane1-3/+4
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane1-1/+7
2015-08-07Updated readers, writers and README for link attributemb211-2/+2
2015-08-07Updated readers and writers for new image attribute parameter.John MacFarlane1-6/+15
2015-05-28Texinfo writer: Removed tabs from source.John MacFarlane1-3/+3
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2015-02-07Merge branch 'patch/fixTexinfoWrap' of https://github.com/timtylin/scholdoc i...John MacFarlane1-1/+1
2015-02-06Texinfo writer: fix wrapping by using breakable spacesTim Lin1-1/+1
2015-02-04Append newline to the LineBreak of various writersTim Lin1-1/+1
2015-01-05ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...Mark Wright1-1/+1
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+2
2014-01-02Use isHeaderBlock from Shared rather than defining it anew...John MacFarlane1-5/+1
2013-10-16Use isURI instead of isAbsoluteURI.John MacFarlane1-2/+2
2013-08-10Adjustments for new Format newtype.John MacFarlane1-8/+11
2013-08-08Preliminary support for new Div and Span elements in writers.John MacFarlane1-0/+5
2013-07-01Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane1-2/+3
2013-06-29Metadata changes: Variables now completely shadow metadata.John MacFarlane1-3/+2
2013-06-27Writers: Use defField for defaults.John MacFarlane1-6/+6
2013-06-24Use new flexible metadata type.John MacFarlane1-21/+21
2013-01-15Use 'fig:' instead of '\SOH' in title to indicate figure.John MacFarlane1-2/+2
2013-01-14Implemented Ext_implicit_figures.John MacFarlane1-1/+2
2013-01-09Added Attr field to Header.John MacFarlane1-8/+8
2013-01-06Don't put the text of an autolink in Code font.John MacFarlane1-1/+1
2012-09-24Texinfo writer: Fixed internal cross-references.John MacFarlane1-7/+26
2012-08-04Don't include empty captions in figures.John MacFarlane1-3/+5
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane1-0/+1
2012-07-26Fixed whitespace errors.John MacFarlane1-9/+9
2012-04-25Texinfo writer: Escape special characters in node titles.John MacFarlane1-1/+2
2012-03-21Texinfo writer: retain directories in image paths.Peter Wang1-1/+1
2011-12-27Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane1-4/+4