Age | Commit message (Expand) | Author | Files | Lines |
2020-11-19 | JATS writer: support advanced table features | Albert Krewinkel | 2 | -50/+217 |
2020-11-19 | --self-contained: increase coverage. | John MacFarlane | 1 | -4/+11 |
2020-11-19 | DocBook reader: drop period in formalpara title... | John MacFarlane | 1 | -2/+2 |
2020-11-18 | Man reader: improve handling of .IP. | John MacFarlane | 1 | -5/+19 |
2020-11-18 | JATS writer: wrap all tables | Albert Krewinkel | 1 | -6/+7 |
2020-11-18 | Replace org #+KEYWORDS with #+keywords | TEC | 2 | -27/+27 |
2020-11-18 | Update org supported languages and identifiers | TEC | 1 | -7/+11 |
2020-11-17 | Bibtex reader: fall back on en-US if locale for LANG not found. | John MacFarlane | 1 | -1/+4 |
2020-11-17 | Markdown reader: fix regression with example list references. | John MacFarlane | 2 | -2/+10 |
2020-11-17 | JATS writer: move Table handling to separate module | Albert Krewinkel | 3 | -68/+144 |
2020-11-16 | Move getNextNumber from Readers.LaTeX to Readers.LaTeX.Parsing. | John MacFarlane | 2 | -26/+26 |
2020-11-16 | Only use filterIpynbOutput if input format is ipynb. | John MacFarlane | 1 | -0/+1 |
2020-11-16 | When checking reader/writer name, check base name... | John MacFarlane | 1 | -9/+11 |
2020-11-16 | Improve fix to siunitx numbers with minus. | John MacFarlane | 1 | -1/+1 |
2020-11-16 | LaTeX reader: Fix negative numbers in siunitx commands. | John MacFarlane | 1 | -2/+4 |
2020-11-15 | Markdown reader: fix detection of locators following in-text citations. | John MacFarlane | 1 | -27/+30 |
2020-11-15 | Text.Pandoc.PDF: Fix `changePathSeparators` for Windows. | John MacFarlane | 1 | -1/+4 |
2020-11-15 | Remove redundant bracket in App.Opt | Albert Krewinkel | 1 | -1/+1 |
2020-11-14 | Revise deprecation warning for --atx-headers. | John MacFarlane | 1 | -1/+1 |
2020-11-14 | Markdown writer: default to using ATX headings. | Aner Lucero | 5 | -40/+81 |
2020-11-14 | Markdown reader: don't increment stateNoteNumber for example refs. | John MacFarlane | 1 | -0/+12 |
2020-11-13 | Improve period suppression algorithm for citations in notes... | John MacFarlane | 1 | -1/+22 |
2020-11-13 | Fix error when extension output is doc (#6834) | gison93 | 1 | -1/+1 |
2020-11-10 | Remove redundant bracket. | John MacFarlane | 1 | -1/+1 |
2020-11-10 | Fix corner case in YAML metadata parsing. | John MacFarlane | 1 | -1/+4 |
2020-11-07 | Hlint suggestions. | John MacFarlane | 1 | -2/+3 |
2020-11-07 | Lint code in PRs and when committing to master (#6790) | Albert Krewinkel | 21 | -43/+34 |
2020-11-06 | doc/filters.md: describe technical details of filter invocations (#6815) | Albert Krewinkel | 1 | -0/+2 |
2020-11-06 | Support nocase spansn for csljson output | John MacFarlane | 1 | -0/+1 |
2020-11-05 | LaTeX reader: better handling of `\\` inside math in table cells. | John MacFarlane | 1 | -0/+2 |
2020-11-05 | Citeproc: improve punctuation in in-text note citations. | John MacFarlane | 1 | -8/+15 |
2020-11-04 | DokuWiki writer: translate language names for code elements... | John MacFarlane | 1 | -14/+24 |
2020-11-04 | MediaWiki writer: use syntaxhighlight tag... | John MacFarlane | 1 | -2/+9 |
2020-11-04 | Simplified idpred in citeproc. | John MacFarlane | 1 | -2/+1 |
2020-11-03 | Properly support optional cite argument for `\blockquote`. | John MacFarlane | 1 | -7/+8 |
2020-11-02 | LaTeX reader: fix bug parsing macro arguments. | John MacFarlane | 1 | -1/+5 |
2020-11-02 | T.P.Filter: allow shorter YAML representation of Citeproc | Albert Krewinkel | 1 | -3/+5 |
2020-11-01 | Citeproc: use comma for in-text citations inside footnotes. | John MacFarlane | 1 | -8/+18 |
2020-11-01 | Improve deNote. | John MacFarlane | 1 | -4/+5 |
2020-10-30 | Fix duplicate "class" attribute in HTML writer | Andy Morris | 1 | -2/+4 |
2020-10-29 | Use new citeproc; do note capitalization here, not in citeproc. | John MacFarlane | 1 | -2/+11 |
2020-10-29 | Allow citation-abbreviations in defaults file. | John MacFarlane | 1 | -0/+5 |
2020-10-29 | LaTeX writer: Improved calculation of table column widths. | John MacFarlane | 1 | -10/+12 |
2020-10-27 | Remove obsolete comment | John MacFarlane | 1 | -1/+0 |
2020-10-27 | Citeproc: properly handle `csl` field with `data:` URI. | John MacFarlane | 1 | -1/+1 |
2020-10-26 | Add PandocBibliographyError and use it in parsing bibliographies. | John MacFarlane | 2 | -5/+10 |
2020-10-26 | DocBook Reader: fix duplicate bibliography bug (#6773) | Nils Carlson | 1 | -5/+4 |
2020-10-23 | HTML reader: Parse contents of iframes. | John MacFarlane | 1 | -4/+17 |
2020-10-23 | HTML reader: parse inline svg as image... | John MacFarlane | 1 | -0/+17 |
2020-10-23 | Commonmark writer: fix regression with fenced divs. | John MacFarlane | 1 | -1/+3 |