Age | Commit message (Expand) | Author | Files | Lines |
2021-06-22 | Fix regression with comment-only YAML metadata blocks. | John MacFarlane | 1 | -0/+3 |
2021-06-21 | Improve emailAddress in Text.Pandoc.Parsing. | John MacFarlane | 1 | -1/+21 |
2021-06-12 | Docx reader: handle absolute URIs in Relationship Target. | John MacFarlane | 1 | -5/+11 |
2021-06-05 | DocBook reader: Add support for danger element | Jan Tojnar | 1 | -1/+2 |
2021-06-01 | Markdown reader: fix pipe table regression in 2.11.4. | John MacFarlane | 1 | -1/+1 |
2021-06-01 | LaTeX reader: don't allow optional * on symbol control sequences. | John MacFarlane | 1 | -2/+4 |
2021-05-31 | Fix regression with commonmark/gfm yaml metdata block parsing. | John MacFarlane | 1 | -5/+5 |
2021-05-30 | HTML reader: fix column width regression. | John MacFarlane | 1 | -1/+1 |
2021-05-29 | Markdown reader: in rebasePaths, check for both Windows and Posix | John MacFarlane | 1 | -4/+5 |
2021-05-29 | In rebasePath, check for absolute paths two ways. | John MacFarlane | 1 | -1/+4 |
2021-05-28 | Support `rebase_relative_paths` for commonmark based formats. | John MacFarlane | 1 | -1/+3 |
2021-05-28 | Docx reader: Support new table features. | Emily Bourke | 3 | -49/+163 |
2021-05-28 | Docx reader: Read table column widths. | Emily Bourke | 2 | -3/+4 |
2021-05-27 | rebase_relative_paths: leave empty paths unchanged. | John MacFarlane | 1 | -1/+1 |
2021-05-27 | rebase_relative_paths extension: don't change fragment paths. | John MacFarlane | 1 | -1/+2 |
2021-05-27 | Modify rebase_reference_links treatment of reference links/images. | John MacFarlane | 1 | -5/+4 |
2021-05-27 | Add `rebase_relative_paths` extension. | John MacFarlane | 1 | -7/+29 |
2021-05-27 | LaTeX reader: improve `\def` and implement `\newif`. | John MacFarlane | 2 | -15/+63 |
2021-05-25 | Allow compilation with base 4.15 | Albert Krewinkel | 2 | -9/+8 |
2021-05-25 | Use haddock-library-1.10.0 | Albert Krewinkel | 1 | -1/+2 |
2021-05-25 | Jira: add support for "smart" links | Albert Krewinkel | 1 | -0/+2 |
2021-05-22 | Handle relative lengths (e.g. `2*`) in HTML column widths. | John MacFarlane | 1 | -14/+33 |
2021-05-22 | Revert "HTML reader: simplify col width parsing" | John MacFarlane | 1 | -9/+13 |
2021-05-22 | HTML reader: simplify col width parsing | Albert Krewinkel | 1 | -13/+9 |
2021-05-20 | DocBook reader: ensure that first and last names are separated. | John MacFarlane | 1 | -6/+14 |
2021-05-20 | LaTeX reader: More siunitx improvements. Closes #6658. | John MacFarlane | 2 | -46/+95 |
2021-05-20 | LaTeX/siunitx: fix parsing of `\cubic` etc. See #6658. | John MacFarlane | 1 | -35/+50 |
2021-05-20 | LaTeX reader sinuitx: fix + sign on ang. | John MacFarlane | 1 | -3/+6 |
2021-05-20 | LaTeX reader siunitx: add leading 0 to numbers starting with . | John MacFarlane | 1 | -2/+5 |
2021-05-20 | LaTeX reader: Fix parsing of `+-` in siunitx numbers. | John MacFarlane | 1 | -4/+7 |
2021-05-20 | LaTeX reader: support `\pm` in `SI{..}`. | John MacFarlane | 1 | -1/+3 |
2021-05-19 | LaTeX reader: better support for `\xspace`. | John MacFarlane | 2 | -14/+19 |
2021-05-17 | HTML writer: keep attributes from code nested below pre tag. | Albert Krewinkel | 1 | -1/+12 |
2021-05-15 | HTML writer: parse `<header>` as a Div | Albert Krewinkel | 1 | -0/+2 |
2021-05-14 | HTML reader: keep h1 tags as normal headers (#7274) | Albert Krewinkel | 1 | -5/+1 |
2021-05-14 | HTML reader: don't fail on unmatched closing "script" tag. | Albert Krewinkel | 1 | -7/+9 |
2021-05-13 | Implement curly-brace syntax for Markdown citation keys. | John MacFarlane | 2 | -7/+7 |
2021-05-12 | Fix source position reporting for YAML bibliographies. | John MacFarlane | 2 | -4/+6 |
2021-05-09 | RST reader: seek include files in the directory... | John MacFarlane | 1 | -1/+3 |
2021-05-09 | Org reader: Resolve org includes relative to ... | John MacFarlane | 2 | -2/+5 |
2021-05-09 | RST reader: use `insertIncludedFile` from T.P.Parsing... | John MacFarlane | 1 | -58/+36 |
2021-05-09 | T.P.Parsing: improve include file functions. | John MacFarlane | 2 | -3/+3 |
2021-05-09 | Change reader types, allowing better tracking of source positions. | John MacFarlane | 34 | -355/+443 |
2021-04-29 | Docx reader: add handling of vml image objects (jgm#4735) (#7257) | mbrackeantidot | 1 | -2/+9 |
2021-04-28 | Smarter smart quotes. | John MacFarlane | 3 | -47/+12 |
2021-04-25 | Minor code reformatting. | John MacFarlane | 1 | -1/+2 |
2021-04-25 | Writers: Recognize custom syntax definitions (#7241) | Jan Tojnar | 1 | -1/+2 |
2021-04-18 | Use MetaInlines not MetaBlocks for multimarkdown metadata fields. | John MacFarlane | 1 | -1/+1 |
2021-04-17 | Update to released unicode-collation, latest citeproc dev version. | John MacFarlane | 2 | -2/+2 |
2021-04-17 | Remove Text.Pandoc.BCP47 module. | John MacFarlane | 3 | -123/+129 |