aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-20Update changelog, AUTHORS.2.13John MacFarlane
2021-03-20Support `yaml_metadata_block` extension form commonmark, gfm.John MacFarlane
2021-03-20Move yamlMetaBlock from Markdown reader to T.P.Readers.Metadata.John MacFarlane
2021-03-20Markdown reader: export `yamlMetaBlock`.John MacFarlane
2021-03-20Text.Pandoc.Parsing: remove F type synonym.John MacFarlane
2021-03-20T.P.Readers.Metadata: made `yamlBsToMeta`, `yamlBsToRefs` polymorphic...John MacFarlane
2021-03-20RST writer: use NonEmpty for init, last.John MacFarlane
2021-03-20Include Header.Attr.attributes as XML attributes on sectionErik Rask
2021-03-20Add date on changelogJohn MacFarlane
2021-03-20Update man page and manual date.John MacFarlane
2021-03-20Bump to 2.13, update changelogJohn MacFarlane
2021-03-20T.P.Shared: remove `backslashEscapes`, `escapeStringUsing`.John MacFarlane
2021-03-19Tests: Use getExecutablePath from base...John MacFarlane
2021-03-19Fix fallback to default partials on templates.John MacFarlane
2021-03-19Tests: factor out setupEnvironment in Test.Helpers.John MacFarlane
2021-03-19Fix finding of data files from test programs.John MacFarlane
2021-03-19cabal.project: move flags: to top level (not under pandoc:).John MacFarlane
2021-03-19Hlint suggestion.John MacFarlane
2021-03-19CI: test with different flags.John MacFarlane
2021-03-19Narrow version bounds for skylighting, citeproc, and texmath.John MacFarlane
2021-03-19T.P.Shared: Remove ToString, ToText typeclasses [API change].John MacFarlane
2021-03-19Use skylighting 0.10.5.John MacFarlane
2021-03-19Protect partial uses of maximum with NonEmpty.John MacFarlane
2021-03-19Use NonEmpty instead of minimumDef.John MacFarlane
2021-03-19Docx reader: Don't reimplement NonEmpty.John MacFarlane
2021-03-18Use minimumDef instead of minimum (partial function).John MacFarlane
2021-03-18Require safe >= 0.3.18 and remove cpp.John MacFarlane
2021-03-18Rewrite a foldl1 as a foldl'.John MacFarlane
2021-03-18Remove another foldr1 partial function use.John MacFarlane
2021-03-18T.P.Readers.Odt.StyleReader: rewrite foldr1 use as foldr.John MacFarlane
2021-03-18Don't bake in extra stack size to the executables.John MacFarlane
2021-03-18Minor revisions to provisional changelog.John MacFarlane
2021-03-18Bump to 2.12.1 and update changelog.John MacFarlane
2021-03-18Use -A8m for default rtsopts for benchmarkJohn MacFarlane
2021-03-18Revert the -j related changes in make_artifacts.sh.John MacFarlane
2021-03-18Change -A256m to -A8m in GHCOPTSJohn MacFarlane
2021-03-18pandoc.cabal: bake in -A8m to rtsopts.John MacFarlane
2021-03-18build-arm.sh : remove strict checking on first ssh accessJohn MacFarlane
2021-03-18make_artifacts.sh: try using -j for cabal rather than -j4 ghc-options.John MacFarlane
2021-03-17Use random 1.2.0 in stack.yaml.John MacFarlane
2021-03-17Docx writer: make nsid in abstractNum deterministic.John MacFarlane
2021-03-17Update bounds for random (#7156)Alexey Kuleshevich
2021-03-17Fix benchmark in ci.John MacFarlane
2021-03-17Benchmark improvements.John MacFarlane
2021-03-17Makefile: Add comment documenting benchmark settings.John MacFarlane
2021-03-17Fix regression with `tex_math_backslash` in Markdown reader.John MacFarlane
2021-03-17Add test for #7155.John MacFarlane
2021-03-17Remove unnecessary tasty-bench from extra-depsJohn MacFarlane
2021-03-17Revert "Makefile: add --static to quick target"John MacFarlane
2021-03-16Makefile: add --static to quick targetJohn MacFarlane