Age | Commit message (Expand) | Author | Files | Lines |
2019-06-18 | Add support for EPUB2 covers (fix #3992) | blmage | 1 | -7/+14 |
2019-06-09 | DocBook reader: Issue IgnoredElement warnings. | John MacFarlane | 1 | -28/+37 |
2019-06-09 | FB2 reader: skip unknown elements rather than throwing errors. | John MacFarlane | 1 | -20/+39 |
2019-06-08 | LaTeX reader: pass through unknown listings language as class. | John MacFarlane | 1 | -7/+13 |
2019-06-04 | Include trailing {}s in raw latex commands. | John MacFarlane | 1 | -2/+7 |
2019-06-04 | Docx reader: Add support for w:rtl (ltr annotation). | John MacFarlane | 2 | -4/+19 |
2019-06-04 | Markdown reader: don't create implicit reference for empty header. | John MacFarlane | 1 | -4/+7 |
2019-05-29 | HTML reader: misc. epub related fixes. | John MacFarlane | 1 | -30/+41 |
2019-05-27 | consolidate simple-table detection (#5524) | Mauro Bieg | 1 | -7/+2 |
2019-05-25 | Muse reader: allow images inside link descriptions | Alexander Krotov | 1 | -5/+4 |
2019-05-25 | HTML reader: trim definition list terms | Alexander Krotov | 1 | -1/+1 |
2019-05-13 | Org reader: fix planning elements in headers level 3 and higher | Albert Krewinkel | 1 | -1/+1 |
2019-05-13 | Org reader: omit, but warn about unknown export options | Albert Krewinkel | 2 | -4/+14 |
2019-05-11 | FB2 reader: parse notes | Alexander Krotov | 1 | -3/+51 |
2019-05-11 | FB2 reader: use XML.Light.Input.parseXMLDoc to parse the root element | Alexander Krotov | 1 | -12/+11 |
2019-05-11 | Reduce the amount of state in FB2 reader | Alexander Krotov | 1 | -1/+3 |
2019-05-11 | FB2 reader: use Text.XML.Light.unqual where possible | Alexander Krotov | 1 | -8/+8 |
2019-05-05 | Org reader: prefer plain symbols over math symbols | Albert Krewinkel | 1 | -1/+1 |
2019-05-05 | Org reader: recognize emphasis after TODO/DONE keyword | Albert Krewinkel | 1 | -1/+3 |
2019-05-03 | LaTeX reader: Allow newlines in `\mintinline`. | John MacFarlane | 1 | -3/+7 |
2019-05-01 | MediaWiki reader: handle multiple attributes in table row (#5471) | chinapedia | 1 | -2/+2 |
2019-04-10 | LaTeX reader: add braces when resolving `\DeclareMathOperator`. | John MacFarlane | 1 | -1/+2 |
2019-04-05 | Vimwiki reader: improve handling of internal links. | John MacFarlane | 1 | -5/+12 |
2019-04-01 | Dokuwiki Reader fix: parse single curly brace (#5417) | Mauro Bieg | 1 | -1/+1 |
2019-03-30 | ipynb reader/writer: use format 'ipynb' for raw cell where no format given. | John MacFarlane | 1 | -2/+3 |
2019-03-28 | Markdown reader: fenced div takes priority over setext header. | John MacFarlane | 1 | -2/+2 |
2019-03-28 | Ipynb reader: use `html` for a raw cell with no format. | John MacFarlane | 1 | -1/+1 |
2019-03-27 | ipynb reader: avoid introducing spurious `.0` on integers in metadata. | John MacFarlane | 1 | -1/+4 |
2019-03-27 | Drop support for ghc < 8. | John MacFarlane | 1 | -3/+0 |
2019-03-25 | HTML reader: read `data-foo` attribute into `foo`. | John MacFarlane | 1 | -1/+2 |
2019-03-14 | Markdown writer: be sure implicit figures work in list contexts. | John MacFarlane | 1 | -11/+13 |
2019-03-10 | LaTeX reader: support `\underline`, `\ul`, `\uline` (#5359) | Paul Tilley | 1 | -0/+5 |
2019-03-10 | ipynb reader: removed vestigial ReaderOptions param. | John MacFarlane | 1 | -18/+16 |
2019-03-09 | ipynb reader: remove sensitivity to `raw_html`, `raw_tex` extensions. | John MacFarlane | 1 | -6/+2 |
2019-03-09 | Ipynb reader/writer: better handling of cell metadata. | John MacFarlane | 1 | -7/+10 |
2019-03-07 | Add inNote to Footcite and Footcites | John MacFarlane | 1 | -2/+2 |
2019-03-02 | JATS reader: Support fig-group block element (#5317). | John MacFarlane | 1 | -1/+4 |
2019-03-01 | Remove license boilerplate. | John MacFarlane | 51 | -940/+0 |
2019-02-28 | Markdown Reader: yamlToMeta respects extensions (#5276) | Mauro Bieg | 1 | -3/+2 |
2019-02-23 | JATS reader: fix parsing of figures. | John MacFarlane | 1 | -18/+27 |
2019-02-21 | Docx reader: Start adding comment to combine module | Jesse Rosenthal | 1 | -0/+40 |
2019-02-18 | Docx reader: Trim space inside the last inline. | Jesse Rosenthal | 1 | -1/+2 |
2019-02-18 | hlint Muse | Alexander Krotov | 1 | -1/+1 |
2019-02-18 | Muse reader: add secondary note support | Alexander Krotov | 1 | -5/+11 |
2019-02-15 | Markdown reader: fix bug parsing fenced code blocks. | John MacFarlane | 1 | -2/+3 |
2019-02-15 | JATS reader: handle citations with multiple references. | John MacFarlane | 1 | -7/+10 |
2019-02-12 | Docx reader: unwrap sdt elements in footnotes and comments. | Jesse Rosenthal | 1 | -3/+3 |
2019-02-11 | Remove redundant import. | John MacFarlane | 1 | -1/+0 |
2019-02-10 | ipynb writer: keep plain text fallbacks in output... | John MacFarlane | 1 | -26/+14 |
2019-02-08 | Make --metadata-file use pandoc-markdown (#5279) | Mauro Bieg | 1 | -1/+2 |