aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-15Markdown reader: fix regression with -@citekey.issue7219John MacFarlane
2021-04-10JATS writer: convert spans to <named-content> elementsAlbert Krewinkel
2021-04-10JATS writer: add footnote number as label in backmatterAlbert Krewinkel
2021-04-08Fix regression in grid tables for wide characters.John MacFarlane
2021-04-08Lua filter: respect Inlines/Blocks filter functions in pandoc.walk_*Albert Krewinkel
2021-04-05Commonmark writer: Use backslash escapes for `<` and `|`...John MacFarlane
2021-04-05SelfContained: remove unneeded imports.John MacFarlane
2021-04-05JATS writer: escape disallows chars in identifiersAlbert Krewinkel
2021-04-05SelfContained: use application/octet-stream for unknown mime types...John MacFarlane
2021-04-03Fix typo (#7200)obcat
2021-04-02Fix "phrase" in DocBook: take classes from "role" not "class".John MacFarlane
2021-04-01Org writer: Use LaTeX style maths deliminators (#7196)tecosaur
2021-03-31Treat tabs as spaces in ODT Reader. (#7185)niszet
2021-03-31Require text for trypandoc (#7193)Roman Beránek
2021-03-30Update org.md (#7189)Anti-Distinctlyminty
2021-03-29Powerpoint writer: allow monofont to be specified in metadata...John MacFarlane
2021-03-28Fixed typo #7159TatianaPorras
2021-03-28Fixed "The this" typo in lua-filters.mdTatianaPorras
2021-03-24Allow attoparsec 0.14.x.John MacFarlane
2021-03-24Fix DocBook reader mathml regression...John MacFarlane
2021-03-22Require latest skylighting (fixes a bug in XML syntax highlighting).John MacFarlane
2021-03-21Simplify T.P.Asciify and export toAsciiText [API change].John MacFarlane
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