aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Shared.hs
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Add a writer for Markua 0.10 (#7729)binaarinen1-0/+5
2021-12-11fix(IpynbOutput)!: rank always favors output formatKolen Cheung1-7/+7
2021-10-12Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."John MacFarlane1-0/+1
2021-10-11Remove splitSentences from T.P.Shared [API change].John MacFarlane1-28/+0
2021-10-01Depend on pandoc-types 1.23, remove Null constructor on Block.John MacFarlane1-1/+0
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane1-0/+1
2021-04-17Move getLang from BCP47 -> T.P.Writers.Shared.John MacFarlane1-1/+0
2021-04-08Fix regression in grid tables for wide characters.John MacFarlane1-5/+13
2021-03-21Simplify T.P.Asciify and export toAsciiText [API change].John MacFarlane1-2/+2
2021-03-20T.P.Shared: remove `backslashEscapes`, `escapeStringUsing`.John MacFarlane1-13/+0
2021-03-19T.P.Shared: Remove ToString, ToText typeclasses [API change].John MacFarlane1-20/+0
2021-03-15Use foldl' instead of foldl everywhere.John MacFarlane1-2/+2
2021-03-12Simplify compactDL.John MacFarlane1-13/+11
2021-03-05Shared: Change defaultUserDataDirs -> defaultUserDataDir.John MacFarlane1-8/+12
2021-02-20T.P.Shared: remove some obsolete functions [API change].John MacFarlane1-43/+1
2021-02-18T.P.Shared: cleanup.John MacFarlane1-11/+26
2021-02-13T.P.Shared: export `handleTaskListItem`. [API change]Albert Krewinkel1-0/+1
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-6/+4
2020-05-05Shared.makeSections: omit number attribute when unnumbered class...John MacFarlane1-1/+2
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar1-2/+3
2020-04-17Merge pull request #6224 from despresc/better-tablesJohn MacFarlane1-4/+8
2020-04-16Shared: renderTags': use self-closing tag for col element.John MacFarlane1-1/+1
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-27/+4
2020-04-15Remove the onlySimpleCellBodies function from Shareddespresc1-13/+2
2020-04-15Implement the new Table typedespresc1-5/+43
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-02-08Factor out a findM function (#6125)Joseph C. Sible1-0/+9
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane1-9/+9
2020-02-07Resolve HLint warningsAlbert Krewinkel1-2/+0
2020-02-07Various minor cleanups and refactoring (#6117)Joseph C. Sible1-4/+3
2019-12-17Improved makeSections so we don't get doubled attributes.John MacFarlane1-13/+17
2019-12-07Fix --toc-depth regression in 2.8.John MacFarlane1-6/+6
2019-12-05Roll back part of of `--shift-heading-level-by` change.John MacFarlane1-6/+0
2019-12-05Fix makeSections so it doesn't turn column divs into sections.John MacFarlane1-1/+3
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-118/+175
2019-11-11Change the implementation of `htmlSpanLikeElements` and implement `<dfn>` (#5...Florian Beeres1-1/+1
2019-10-29Shared.makeSections: better behavior in some corner cases.John MacFarlane1-3/+7
2019-10-28Shared: improve isTight.John MacFarlane1-1/+1
2019-10-16Add support for reading & writing <mark> elementsFlorian B1-1/+1
2019-10-15Add support for reading and writing <kbd> elementsDaniele D'Orazio1-0/+6
2019-10-11Fix `gfm_auto_identifiers` behavior with emojis.John MacFarlane1-1/+8
2019-10-07Shored.camelCaseToHyphenated: handle ABCDef = abc-def.John MacFarlane1-2/+8
2019-09-19EPUB writer: improve splitting into chapters.John MacFarlane1-3/+6
2019-09-10Add --shift-heading-level-by option.John MacFarlane1-4/+17
2019-09-08Replace Element and makeHierarchical with makeSections.John MacFarlane1-61/+66
2019-09-08Revert changes to hierarchicalizeWithIds.John MacFarlane1-21/+5
2019-09-06hierarchicalize: ensure that sections get ids...John MacFarlane1-6/+10
2019-09-06Improve detection of headings in Divs by hierarchicalize.John MacFarlane1-1/+2