Age | Commit message (Expand) | Author | Files | Lines |
2021-02-28 | Fix bug in last commit. | John MacFarlane | 1 | -1/+1 |
2021-02-28 | Markdown reader efficiency improvements. | John MacFarlane | 1 | -182/+208 |
2021-02-28 | LaTeX reader: another small efficiency improvement. | John MacFarlane | 1 | -6/+12 |
2021-02-28 | LaTeX reader efficiency improvements. | John MacFarlane | 1 | -31/+42 |
2021-02-28 | Move setDefaultLanguage to T.P.Readers.LaTeX.Lang. | John MacFarlane | 2 | -16/+22 |
2021-02-28 | LaTeX reader: remove two unnecessary parsers in inline. | John MacFarlane | 1 | -2/+0 |
2021-02-28 | Factor out T.P.Readers.LaTeX.Citation. | John MacFarlane | 3 | -186/+231 |
2021-02-27 | Factor out T.P.Readers.LaTeX.Table. | John MacFarlane | 3 | -363/+411 |
2021-02-27 | Split off T.P.Readers.LaTeX.Accent. | John MacFarlane | 2 | -60/+86 |
2021-02-27 | Lua: use strict evaluation when retrieving AST value from the stack | Albert Krewinkel | 1 | -79/+77 |
2021-02-26 | Fix/update URLs and use HTTP**S** where possible (#7122) | Salim B | 4 | -7/+7 |
2021-02-22 | T.P.CSV: fix parsing of unquoted values. | John MacFarlane | 1 | -2/+1 |
2021-02-22 | Fall back to latin1 if UTF-8 decoding fails... | John MacFarlane | 1 | -1/+7 |
2021-02-22 | When downloading content from URL arguments, be sensitive to... | John MacFarlane | 1 | -1/+9 |
2021-02-22 | T.P.Error: Add PandocUnsupportedCharsetError constructor... | John MacFarlane | 1 | -0/+4 |
2021-02-22 | Text.Pandoc.MIME: add exported function getCharset. | John MacFarlane | 1 | -2/+15 |
2021-02-22 | Text.Pandoc.UTF8: change IO functions to return Text, not String. | John MacFarlane | 8 | -64/+65 |
2021-02-21 | LaTeX reader: further optimizations in satisfyTok. | John MacFarlane | 1 | -5/+5 |
2021-02-21 | LaTeX reader: removed sExpanded in state. | John MacFarlane | 1 | -7/+2 |
2021-02-21 | LaTeX reader: further performance optimization. | John MacFarlane | 1 | -23/+19 |
2021-02-20 | HTML reader: small performance tweak. | John MacFarlane | 1 | -9/+5 |
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 | HTML reader: efficiency improvements. | John MacFarlane | 1 | -81/+129 |
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 | 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 | 1 | -1/+1 |
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 | 1 | -346/+0 |
2021-02-16 | Add T.P.XML.Light.Cursor. | John MacFarlane | 1 | -0/+346 |
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 | 4 | -504/+565 |
2021-02-16 | Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light... | John MacFarlane | 24 | -928/+1384 |
2021-02-14 | T.P.Error: remove unused variables | Albert Krewinkel | 1 | -2/+2 |
2021-02-13 | HTML reader: fix bad handling of empty src attribute in iframe. | John MacFarlane | 1 | -6/+12 |
2021-02-13 | T.P.Error: export `renderError`. | John MacFarlane | 1 | -33/+72 |
2021-02-13 | Org: support task_lists extension | Albert Krewinkel | 3 | -5/+54 |
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-12 | Avoid an unnecessary withRaw. | John MacFarlane | 1 | -1/+4 |
2021-02-12 | LaTeX reader improvements. | John MacFarlane | 2 | -22/+68 |
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 |