aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Shared.hs
AgeCommit message (Expand)AuthorFilesLines
2019-09-05Shared.hierarchicalize: improve handling of div and section structure.John MacFarlane1-4/+15
2019-08-25Use new doctemplates, doclayout.John MacFarlane1-1/+1
2019-07-16Make filterIpynbOutput strip ANSI escapes from code in output...John MacFarlane1-1/+10
2019-05-27consolidate simple-table detection (#5524)Mauro Bieg1-0/+15
2019-03-06filterIpynbOutput - go back to just including one block per format.John MacFarlane1-4/+3
2019-03-06Fixed mistake in filterIpynbOutput (prefer lower, not higher rank!)John MacFarlane1-4/+3
2019-03-06Improve filterIpynbOutput.John MacFarlane1-4/+7
2019-03-06Shared.filterIpynbOutput: 'best' should include everything for ipynb.John MacFarlane1-1/+5
2019-03-02Shared: remove withTempDir.John MacFarlane1-17/+0
2019-03-02Add new exported function defaultUserDataDirsJohn MacFarlane1-1/+17
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-28Shared: add filterIpynbOutput. [API change]John MacFarlane1-1/+28
2019-02-25Shared.compactify: Avoid mixed lists.John MacFarlane1-7/+6
2019-02-08Improve tight/loose list handling.John MacFarlane1-2/+9
2019-02-08Fix misleading code comment.John MacFarlane1-2/+1
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2019-02-02Shared: withTempDir is no longer used in the codebase.John MacFarlane1-0/+2
2019-01-02Implement task lists (#5139)Mauro Bieg1-0/+32
2018-11-19For bibliography match Div with id 'refs', not class 'references'.John MacFarlane1-2/+2
2018-11-11Exactly match GitHub's identifier generating algorithm.John MacFarlane1-2/+7
2018-11-11Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.John MacFarlane1-22/+37
2018-11-03Add Text.Pandoc.Shared.ToString typeclass (API change)Alexander Krotov1-0/+12
2018-10-29LaTeX reader: allow space at end of math after `\`.John MacFarlane1-0/+10
2018-10-10Reimplement mapLeft using Bifunctor.firstAlexander Krotov1-2/+2
2018-10-01Shared: new export `splitSentences` [API change].John MacFarlane1-0/+26
2018-07-30Lua Utils module: add function blocks_to_inlines (#4799)Albert Krewinkel1-2/+11
2018-07-02Spellcheck commentsAlexander Krotov1-1/+1
2018-05-08Fixed bug in uriPathToPath for Windows.John MacFarlane1-1/+1
2018-05-08Shared: add uriPathToPath.John MacFarlane1-0/+14
2018-03-18Removed old-locale flag and Text.Pandoc.Compat.Time.John MacFarlane1-7/+2
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-03-16Monoid/Semiground cleanup relying on custom Prelude.John MacFarlane1-3/+2
2018-01-19hlint code improvements.John MacFarlane1-1/+1
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-12-22API change: export blocksToInlines' from Text.Pandoc.Sharedmb211-0/+1
2017-12-02Shared.blocksToInlines: rewrote using builder.John MacFarlane1-24/+27
2017-12-02Add --strip-empty-paragraphs option.John MacFarlane1-0/+9
2017-11-28make normalizeDate more forgiving (#4101)Mauro Bieg1-1/+1
2017-11-01hlintAlexander Krotov1-3/+3
2017-10-29Source code reformatting.John MacFarlane1-1/+1
2017-10-27hlint suggestions.John MacFarlane1-22/+21
2017-10-27Don't rely on syb when we don't need to.John MacFarlane1-1/+1
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-63/+67
2017-10-27Consistent underline for Readers (#2270)hftf1-0/+8
2017-10-15Remove openURL from Shared (API change).John MacFarlane1-51/+1
2017-10-08Shared.stringify, removeFormatting: handle Quoted better.John MacFarlane1-2/+9
2017-08-11Added support for translations (localization) (see #3559).John MacFarlane1-118/+1
2017-08-10Expose getDefaultDataFile in both Shared and Class.John MacFarlane1-0/+1
2017-06-20Move CR filtering from tabFilter to the readers.John MacFarlane1-4/+8
2017-06-17Use Control.Monad.State.Strict throughout.John MacFarlane1-1/+1