Age | Commit message (Expand) | Author | Files | Lines |
2021-02-20 | T.P.Shared: remove some obsolete functions [API change]. | John MacFarlane | 1 | -43/+1 |
2021-02-20 | HTML reader: small efficiency improvements. | John MacFarlane | 1 | -25/+18 |
2021-02-20 | LaTeX reader: Another small improvement to macro handling. | John MacFarlane | 1 | -4/+3 |
2021-02-20 | LaTeX reader: avoid macro resolution code if no macros defined. | John MacFarlane | 1 | -16/+19 |
2021-02-20 | T.P.Readers.LaTeX.Parsing: improve braced'. | John MacFarlane | 1 | -16/+13 |
2021-02-20 | revealjs writer: add 'center' option for vertical slide centering. | maurerle | 1 | -0/+4 |
2021-02-20 | Benchmark improvements. | John MacFarlane | 1 | -4/+17 |
2021-02-20 | HTML reader: efficiency improvements. | John MacFarlane | 1 | -81/+129 |
2021-02-19 | MANUAL: block-level formatting is not allowed in line blocks. | John MacFarlane | 1 | -0/+3 |
2021-02-19 | make bench: compare against a baseline, use datestamps for bench results. | John MacFarlane | 1 | -1/+8 |
2021-02-19 | Update default ODT style | Lorenzo | 1 | -1/+1 |
2021-02-19 | Clarify `tex_math_dollars` extension. | John MacFarlane | 1 | -1/+2 |
2021-02-18 | 'make bench': Create csv files for comparison. | John MacFarlane | 3 | -3/+4 |
2021-02-18 | DocBook, JATS, OPML readers: performance optimization. | John MacFarlane | 3 | -64/+8 |
2021-02-18 | T.P.XML Improve fromEntities. | John MacFarlane | 1 | -17/+13 |
2021-02-18 | T.P.PDF: disable `smart` when building PDF via LaTeX. | John MacFarlane | 1 | -1/+5 |
2021-02-18 | Revert "LaTeX template: disable `` ?` `` and `` !` `` ligatures." | John MacFarlane | 5 | -5/+0 |
2021-02-18 | LaTeX template: disable `` ?` `` and `` !` `` ligatures. | John MacFarlane | 5 | -0/+5 |
2021-02-18 | LaTeX writer: adjust hypertargets to beginnings of paragraphs. | John MacFarlane | 1 | -2/+3 |
2021-02-18 | T.P.Shared: cleanup. | John MacFarlane | 1 | -11/+26 |
2021-02-18 | Org reader: fix bug in org-ref citation parsing. | Albert Krewinkel | 2 | -1/+41 |
2021-02-18 | Allow base64-bytestring-1.2.* | Dmitrii Kovanikov | 1 | -2/+2 |
2021-02-17 | Docx reader: use Map instead of list for Namespaces. | John MacFarlane | 2 | -20/+20 |
2021-02-16 | Revert "Add T.P.XML.Light.Cursor." | John MacFarlane | 2 | -347/+0 |
2021-02-16 | Add T.P.XML.Light.Cursor. | John MacFarlane | 2 | -0/+347 |
2021-02-16 | Add orig copyright/license info for code derived from xml-light. | John MacFarlane | 3 | -3/+12 |
2021-02-16 | Split up T.P.XML.Light into submodules. | John MacFarlane | 5 | -504/+568 |
2021-02-16 | Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light... | John MacFarlane | 102 | -930/+1388 |
2021-02-15 | JATS writer: add date-type to pub-date elements | Albert Krewinkel | 4 | -6/+13 |
2021-02-15 | JATS writer: replace attribute "pub-type" with "publication-format". | Albert Krewinkel | 4 | -9/+12 |
2021-02-14 | T.P.Error: remove unused variables | Albert Krewinkel | 1 | -2/+2 |
2021-02-14 | Allow tasty 1.4.* | Albert Krewinkel | 1 | -1/+1 |
2021-02-13 | HTML reader: fix bad handling of empty src attribute in iframe. | John MacFarlane | 2 | -8/+24 |
2021-02-13 | T.P.Error: export `renderError`. | John MacFarlane | 2 | -33/+80 |
2021-02-13 | Org: support task_lists extension | Albert Krewinkel | 5 | -16/+113 |
2021-02-13 | T.P.Shared: export `handleTaskListItem`. [API change] | Albert Krewinkel | 1 | -0/+1 |
2021-02-13 | LaTeX reader: remove unnecessary line | John MacFarlane | 1 | -1/+0 |
2021-02-13 | Remove Ext_fenced_code_attributes from allowed commonmark attributes. | John MacFarlane | 1 | -2/+0 |
2021-02-13 | Clean up benchmark code. | John MacFarlane | 2 | -75/+41 |
2021-02-12 | Avoid an unnecessary withRaw. | John MacFarlane | 1 | -1/+4 |
2021-02-12 | LaTeX reader improvements. | John MacFarlane | 2 | -22/+68 |
2021-02-12 | Fix command test 5686 | John MacFarlane | 1 | -1/+1 |
2021-02-12 | Add command test for #7092 | John MacFarlane | 1 | -0/+8 |
2021-02-12 | Jira: require jira-wiki-markup 1.3.3 | Albert Krewinkel | 3 | -2/+9 |
2021-02-11 | Add MANUAL section on reproducible builds. | John MacFarlane | 1 | -0/+15 |
2021-02-11 | Use getTimestamp instead of getCurrentTime in writers. | John MacFarlane | 5 | -7/+7 |
2021-02-11 | T.P.Class: Add getTimestamp [API change]. | John MacFarlane | 1 | -2/+19 |
2021-02-11 | Correctly parse "raw" date value in markdown references metadata. | John MacFarlane | 1 | -3/+5 |
2021-02-10 | Add new unexported module T.P.XMLParser. | John MacFarlane | 98 | -91/+238 |
2021-02-08 | Use lts-17.2 resolver (with ghc 8.10.3). | John MacFarlane | 1 | -10/+1 |