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