aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-18Use lastest unicode-collation.John MacFarlane2-2/+2
2021-04-18MANUAL: Add information about `lang` and bibliography sorting.John MacFarlane1-10/+17
2021-04-17Update to released unicode-collation, latest citeproc dev version.John MacFarlane16-30/+20
2021-04-17Use document's lang for the lang parameter of citeproc...John MacFarlane1-2/+1
2021-04-17Use BCP47 language codes in citeproc tests.John MacFarlane3-4/+4
2021-04-17Remove Text.Pandoc.BCP47 module.John MacFarlane20-294/+198
2021-04-17Move getLang from BCP47 -> T.P.Writers.Shared.John MacFarlane6-74/+77
2021-04-17Use new citeproc + unicode-collation.John MacFarlane3-1/+145
2021-04-16JATS writer: reduce unnecessary use of <p> elements for wrappingAlbert Krewinkel7-144/+166
2021-04-15Use latest xml-conduit.John MacFarlane2-1/+2
2021-04-10JATS writer: convert spans to <named-content> elementsAlbert Krewinkel2-6/+22
2021-04-10JATS writer: add footnote number as label in backmatterAlbert Krewinkel3-12/+17
2021-04-08Fix regression in grid tables for wide characters.John MacFarlane2-5/+41
2021-04-08Lua filter: respect Inlines/Blocks filter functions in pandoc.walk_*Albert Krewinkel2-3/+10
2021-04-05Commonmark writer: Use backslash escapes for `<` and `|`...John MacFarlane2-1/+17
2021-04-05SelfContained: remove unneeded imports.John MacFarlane1-2/+0
2021-04-05JATS writer: escape disallows chars in identifiersAlbert Krewinkel5-109/+162
2021-04-05SelfContained: use application/octet-stream for unknown mime types...John MacFarlane1-5/+4
2021-04-03Fix typo (#7200)obcat1-1/+1
2021-04-02Fix "phrase" in DocBook: take classes from "role" not "class".John MacFarlane1-1/+1
2021-04-01Org writer: Use LaTeX style maths deliminators (#7196)tecosaur2-9/+9
2021-03-31Treat tabs as spaces in ODT Reader. (#7185)niszet4-1/+9
2021-03-31Require text for trypandoc (#7193)Roman Beránek1-1/+1
2021-03-30Update org.md (#7189)Anti-Distinctlyminty1-2/+1
2021-03-29Powerpoint writer: allow monofont to be specified in metadata...John MacFarlane2-6/+19
2021-03-28Fixed typo #7159TatianaPorras1-1/+1
2021-03-28Fixed "The this" typo in lua-filters.mdTatianaPorras1-1/+1
2021-03-24Allow attoparsec 0.14.x.John MacFarlane1-1/+1
2021-03-24Fix DocBook reader mathml regression...John MacFarlane4-5/+147
2021-03-22Require latest skylighting (fixes a bug in XML syntax highlighting).John MacFarlane2-4/+4
2021-03-21Simplify T.P.Asciify and export toAsciiText [API change].John MacFarlane3-395/+18
2021-03-20Update changelog, AUTHORS.John MacFarlane2-36/+56
2021-03-20Support `yaml_metadata_block` extension form commonmark, gfm.John MacFarlane4-1/+50
2021-03-20Move yamlMetaBlock from Markdown reader to T.P.Readers.Metadata.John MacFarlane2-22/+22
2021-03-20Markdown reader: export `yamlMetaBlock`.John MacFarlane1-17/+23
2021-03-20Text.Pandoc.Parsing: remove F type synonym.John MacFarlane5-9/+9
2021-03-20T.P.Readers.Metadata: made `yamlBsToMeta`, `yamlBsToRefs` polymorphic...John MacFarlane1-15/+15
2021-03-20RST writer: use NonEmpty for init, last.John MacFarlane1-8/+12
2021-03-20Include Header.Attr.attributes as XML attributes on sectionErik Rask2-2/+82
2021-03-20Add date on changelogJohn MacFarlane1-1/+1
2021-03-20Update man page and manual date.John MacFarlane2-3/+3
2021-03-20Bump to 2.13, update changelogJohn MacFarlane2-6/+48
2021-03-20T.P.Shared: remove `backslashEscapes`, `escapeStringUsing`.John MacFarlane8-47/+77
2021-03-19Tests: Use getExecutablePath from base...John MacFarlane4-5/+3
2021-03-19Fix fallback to default partials on templates.John MacFarlane1-0/+4
2021-03-19Tests: factor out setupEnvironment in Test.Helpers.John MacFarlane3-25/+26
2021-03-19Fix finding of data files from test programs.John MacFarlane2-2/+5
2021-03-19cabal.project: move flags: to top level (not under pandoc:).John MacFarlane1-5/+1
2021-03-19Hlint suggestion.John MacFarlane1-2/+3
2021-03-19CI: test with different flags.John MacFarlane1-3/+9