Age | Commit message (Expand) | Author | Files | Lines |
2020-02-04 | Remove our bool function (#6116) | Joseph C. Sible | 2 | -9/+1 |
2020-02-03 | Allow & in LaTeX citation keys. | John MacFarlane | 1 | -1/+1 |
2020-02-03 | Swap suboptimal uses of maybe and fromMaybe (#6111) | Joseph C. Sible | 2 | -3/+3 |
2020-02-03 | Clean up a confusing triple negative (#6102) | Joseph C. Sible | 1 | -5/+5 |
2020-02-01 | Text.Pandoc.Readers.CSV - reuse CSV parser from Text.Pandoc.CSV. | John MacFarlane | 1 | -65/+5 |
2020-01-31 | csv reader: allow empty cells. | John MacFarlane | 1 | -7/+5 |
2020-01-31 | Add Text.Pandoc.Readers.CSV (readCSV). | John MacFarlane | 1 | -0/+108 |
2020-01-28 | Added a try that was needed for the commit fc78be1. | John MacFarlane | 1 | -1/+1 |
2020-01-10 | LaTeX reader: allow beamer overlays for all commands in all raw tex. | John MacFarlane | 1 | -10/+10 |
2020-01-08 | LaTeX reader: improve parsing of raw environments. | John MacFarlane | 1 | -1/+1 |
2019-12-27 | Fix parsing bug affected indented code after raw HTML. | John MacFarlane | 1 | -8/+10 |
2019-12-27 | Add a needed try. | John MacFarlane | 1 | -2/+3 |
2019-12-19 | Org reader: report errors properly | Albert Krewinkel | 1 | -2/+1 |
2019-12-19 | Org reader: fix parsing problem for colons in headline | Albert Krewinkel | 2 | -11/+27 |
2019-12-18 | Org reader: wrap named table in div, using name as id | Albert Krewinkel | 1 | -12/+10 |
2019-12-17 | Add jira reader (#5913) | Albert Krewinkel | 1 | -0/+173 |
2019-12-17 | HTML reader: Add "nav" to list of block-level tags. | John MacFarlane | 1 | -1/+2 |
2019-12-13 | Org reader: add table labels to caption if both are present | Albert Krewinkel | 1 | -3/+11 |
2019-12-05 | Avoid deprecation warning for minimumDef using CPP. | John MacFarlane | 1 | -1/+6 |
2019-11-24 | Add unexported Text.Pandoc.Readers.Metadata. | John MacFarlane | 2 | -104/+161 |
2019-11-21 | LaTeX reader: parse \micro siunitx unit command (#5921) | Jose Luis Duran | 1 | -0/+1 |
2019-11-20 | Fix typos (#5919) | Brian Wignall | 1 | -1/+1 |
2019-11-18 | DokuWiki reader: parse markup inside monospace ('') (#5917) | Alexander Krotov | 1 | -2/+2 |
2019-11-15 | LaTeX Reader: Add KOMA-Script metadata commands (#5910) | Andrew Dunning | 1 | -1/+8 |
2019-11-14 | Markdown reader: use take1WhileP for table row. | John MacFarlane | 1 | -1/+1 |
2019-11-14 | Markdown reader: Use take1WhileP for str. | John MacFarlane | 1 | -1/+3 |
2019-11-13 | Fix regression introduced by last commit. | John MacFarlane | 1 | -1/+2 |
2019-11-13 | Markdown reader: don't parse footnote body unless extension enabled. | John MacFarlane | 1 | -18/+20 |
2019-11-12 | Switch to new pandoc-types and use Text instead of String [API change]. | despresc | 47 | -2307/+2427 |
2019-11-11 | Markdown reader: fix small super/subscript issue. | John MacFarlane | 1 | -2/+6 |
2019-11-11 | Change the implementation of `htmlSpanLikeElements` and implement `<dfn>` (#5... | Florian Beeres | 1 | -4/+11 |
2019-11-07 | DocBook reader: Fix bug with entities in mathphrase element. | John MacFarlane | 1 | -4/+2 |
2019-11-07 | Change merge behavior for metadata. | John MacFarlane | 1 | -1/+3 |
2019-11-04 | Removed an unnecessary unpack. | John MacFarlane | 1 | -1/+1 |
2019-11-04 | HTML Reader/Writer - Add support for <var> and <samp> (#5861) | Amogh Rathore | 1 | -5/+7 |
2019-11-03 | Docx reader: Only use LTR when it is overriding BiDi setting | Jesse Rosenthal | 3 | -2/+14 |
2019-11-03 | Docx reader: fix list number resumption for sublists. Closes #4324. | John MacFarlane | 1 | -1/+8 |
2019-11-02 | RST reader: avoid spurious warning... | John MacFarlane | 1 | -1/+1 |
2019-11-02 | LaTeX reader: Fixed dollar-math parsing... | John MacFarlane | 1 | -9/+9 |
2019-11-02 | LaTeX untokenize: Ensure space between control sequence and following letter. | John MacFarlane | 2 | -2/+15 |
2019-11-02 | LaTeX reader: Don't omit macro definitions defined in the preamble. | John MacFarlane | 1 | -6/+7 |
2019-11-02 | LaTeX reader: parse macro defs as raw latex... | John MacFarlane | 1 | -8/+13 |
2019-11-02 | LaTeX reader: fixed a hang/memory leak in certain circumstances. | John MacFarlane | 1 | -3/+3 |
2019-10-30 | docbook reader: fix nesting of chapters and sections (#5864) | Florian Klink | 1 | -1/+1 |
2019-10-27 | Org reader: fix parsing of empty comment lines | Albert Krewinkel | 1 | -1/+3 |
2019-10-24 | HTML reader/writer: Better handling of <q> with cite attribute (#5837) | Ole Martin Ruud | 1 | -23/+34 |
2019-10-23 | T.P.Readers.LaTeX.Parsing: add `[Tok]` parameter to rawLaTeXParser. | John MacFarlane | 2 | -10/+16 |
2019-10-23 | Add Reader support for HTML <samp> element (#5843) | Amogh Rathore | 1 | -0/+9 |
2019-10-15 | Add support for reading and writing <kbd> elements | Daniele D'Orazio | 1 | -1/+9 |
2019-10-15 | Muse reader: do not allow closing asterisks to be followed by "*" | Alexander Krotov | 1 | -2/+7 |