aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Shared.hs
AgeCommit message (Expand)Author
2020-04-17Merge pull request #6224 from despresc/better-tablesJohn MacFarlane
2020-04-16Shared: renderTags': use self-closing tag for col element.John MacFarlane
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc
2020-04-15Remove the onlySimpleCellBodies function from Shareddespresc
2020-04-15Implement the new Table typedespresc
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-02-08Factor out a findM function (#6125)Joseph C. Sible
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane
2020-02-07Resolve HLint warningsAlbert Krewinkel
2020-02-07Various minor cleanups and refactoring (#6117)Joseph C. Sible
2019-12-17Improved makeSections so we don't get doubled attributes.John MacFarlane
2019-12-07Fix --toc-depth regression in 2.8.John MacFarlane
2019-12-05Roll back part of of `--shift-heading-level-by` change.John MacFarlane
2019-12-05Fix makeSections so it doesn't turn column divs into sections.John MacFarlane
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-11-11Change the implementation of `htmlSpanLikeElements` and implement `<dfn>` (#5...Florian Beeres
2019-10-29Shared.makeSections: better behavior in some corner cases.John MacFarlane
2019-10-28Shared: improve isTight.John MacFarlane
2019-10-16Add support for reading & writing <mark> elementsFlorian B
2019-10-15Add support for reading and writing <kbd> elementsDaniele D'Orazio
2019-10-11Fix `gfm_auto_identifiers` behavior with emojis.John MacFarlane
2019-10-07Shored.camelCaseToHyphenated: handle ABCDef = abc-def.John MacFarlane
2019-09-19EPUB writer: improve splitting into chapters.John MacFarlane
2019-09-10Add --shift-heading-level-by option.John MacFarlane
2019-09-08Replace Element and makeHierarchical with makeSections.John MacFarlane
2019-09-08Revert changes to hierarchicalizeWithIds.John MacFarlane
2019-09-06hierarchicalize: ensure that sections get ids...John MacFarlane
2019-09-06Improve detection of headings in Divs by hierarchicalize.John MacFarlane
2019-09-05Shared.hierarchicalize: improve handling of div and section structure.John MacFarlane
2019-08-25Use new doctemplates, doclayout.John MacFarlane
2019-07-16Make filterIpynbOutput strip ANSI escapes from code in output...John MacFarlane
2019-05-27consolidate simple-table detection (#5524)Mauro Bieg
2019-03-06filterIpynbOutput - go back to just including one block per format.John MacFarlane
2019-03-06Fixed mistake in filterIpynbOutput (prefer lower, not higher rank!)John MacFarlane
2019-03-06Improve filterIpynbOutput.John MacFarlane
2019-03-06Shared.filterIpynbOutput: 'best' should include everything for ipynb.John MacFarlane
2019-03-02Shared: remove withTempDir.John MacFarlane
2019-03-02Add new exported function defaultUserDataDirsJohn MacFarlane
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-28Shared: add filterIpynbOutput. [API change]John MacFarlane
2019-02-25Shared.compactify: Avoid mixed lists.John MacFarlane
2019-02-08Improve tight/loose list handling.John MacFarlane
2019-02-08Fix misleading code comment.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2019-02-02Shared: withTempDir is no longer used in the codebase.John MacFarlane
2019-01-02Implement task lists (#5139)Mauro Bieg
2018-11-19For bibliography match Div with id 'refs', not class 'references'.John MacFarlane
2018-11-11Exactly match GitHub's identifier generating algorithm.John MacFarlane
2018-11-11Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.John MacFarlane