aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)Author
2021-03-01Add lowmem flag.lowmemJohn MacFarlane
2021-03-01Make T.P.Readers.LaTeX.Types an unexported module.John MacFarlane
2021-03-01Factor out T.P.Readers.LaTeX.Macro.John MacFarlane
2021-03-01Jira writer: use Span identifiers as anchorsAlbert Krewinkel
2021-02-28Removed unnecessary pragmas.John MacFarlane
2021-02-28Change T.P.Readers.LaTeX.SIunitx to export a command map...John MacFarlane
2021-02-28T.P.Readers.LaTeX: Don't export tokenize, untokenize.John MacFarlane
2021-02-28LaTeX writer: use function instead of map for accent lookup.John MacFarlane
2021-02-28Factor out T.P.Readers.LaTeX.Math.John MacFarlane
2021-02-28Fix bug in last commit.John MacFarlane
2021-02-28Markdown reader efficiency improvements.John MacFarlane
2021-02-28LaTeX reader: another small efficiency improvement.John MacFarlane
2021-02-28LaTeX reader efficiency improvements.John MacFarlane
2021-02-28Move setDefaultLanguage to T.P.Readers.LaTeX.Lang.John MacFarlane
2021-02-28LaTeX reader: remove two unnecessary parsers in inline.John MacFarlane
2021-02-28Factor out T.P.Readers.LaTeX.Citation.John MacFarlane
2021-02-27Factor out T.P.Readers.LaTeX.Table.John MacFarlane
2021-02-27Split off T.P.Readers.LaTeX.Accent.John MacFarlane
2021-02-27Lua: use strict evaluation when retrieving AST value from the stackAlbert Krewinkel
2021-02-26Fix/update URLs and use HTTP**S** where possible (#7122)Salim B
2021-02-22T.P.CSV: fix parsing of unquoted values.John MacFarlane
2021-02-22Fall back to latin1 if UTF-8 decoding fails...John MacFarlane
2021-02-22When downloading content from URL arguments, be sensitive to...John MacFarlane
2021-02-22T.P.Error: Add PandocUnsupportedCharsetError constructor...John MacFarlane
2021-02-22Text.Pandoc.MIME: add exported function getCharset.John MacFarlane
2021-02-22Text.Pandoc.UTF8: change IO functions to return Text, not String.John MacFarlane
2021-02-21LaTeX reader: further optimizations in satisfyTok.John MacFarlane
2021-02-21LaTeX reader: removed sExpanded in state.John MacFarlane
2021-02-21LaTeX reader: further performance optimization.John MacFarlane
2021-02-20HTML reader: small performance tweak.John MacFarlane
2021-02-20T.P.Shared: remove some obsolete functions [API change].John MacFarlane
2021-02-20HTML reader: small efficiency improvements.John MacFarlane
2021-02-20LaTeX reader: Another small improvement to macro handling.John MacFarlane
2021-02-20LaTeX reader: avoid macro resolution code if no macros defined.John MacFarlane
2021-02-20T.P.Readers.LaTeX.Parsing: improve braced'.John MacFarlane
2021-02-20HTML reader: efficiency improvements.John MacFarlane
2021-02-18DocBook, JATS, OPML readers: performance optimization.John MacFarlane
2021-02-18T.P.XML Improve fromEntities.John MacFarlane
2021-02-18T.P.PDF: disable `smart` when building PDF via LaTeX.John MacFarlane
2021-02-18LaTeX writer: adjust hypertargets to beginnings of paragraphs.John MacFarlane
2021-02-18T.P.Shared: cleanup.John MacFarlane
2021-02-18Org reader: fix bug in org-ref citation parsing.Albert Krewinkel
2021-02-17Docx reader: use Map instead of list for Namespaces.John MacFarlane
2021-02-16Revert "Add T.P.XML.Light.Cursor."John MacFarlane
2021-02-16Add T.P.XML.Light.Cursor.John MacFarlane
2021-02-16Add orig copyright/license info for code derived from xml-light.John MacFarlane
2021-02-16Split up T.P.XML.Light into submodules.John MacFarlane
2021-02-16Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...John MacFarlane
2021-02-14T.P.Error: remove unused variablesAlbert Krewinkel
2021-02-13HTML reader: fix bad handling of empty src attribute in iframe.John MacFarlane