aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)Author
2021-03-08Jira writer: use noformat instead of code for unknown languages.Albert Krewinkel
2021-03-07LaTeX reader: handle table cells containing `&` in `\verb`.John MacFarlane
2021-03-07LaTeX reader: support hyperref command.John MacFarlane
2021-03-06Allow `--resource-path` to accumulate.John MacFarlane
2021-03-05Allow `${.}` in defaults files paths...John MacFarlane
2021-03-05Implement environment variable interpolation in defaults files.John MacFarlane
2021-03-05Add fields for CSL optinos to Opt.John MacFarlane
2021-03-05Logging: Add EnvironmentVariableUndefined constructor to LogMessage.John MacFarlane
2021-03-05Shared: Change defaultUserDataDirs -> defaultUserDataDir.John MacFarlane
2021-03-04Revert "Revert "Relax `--abbreviations` rules so that a period isn't required.John MacFarlane
2021-03-04Revert "Relax `--abbreviations` rules so that a period isn't required."John MacFarlane
2021-03-04Relax `--abbreviations` rules so that a period isn't required.John MacFarlane
2021-03-03Revert "Add T.P.Readers.LaTeX.Include."John MacFarlane
2021-03-03Add T.P.Readers.LaTeX.Include.John MacFarlane
2021-03-03Remove T.P.Readers.LaTeX.Accent.John MacFarlane
2021-03-03Move enquote commands to T.P.LaTeX.Lang.John MacFarlane
2021-03-03Moved more into T.P.Readers.LaTeX.Lang.John MacFarlane
2021-03-03Split out T.P.Readers.LaTeX.Inline.John MacFarlane
2021-03-02Split out T.P.Writers.LaTeX.Util.John MacFarlane
2021-03-02Split out T.P.Writers.LaTeX.Citation.John MacFarlane
2021-03-02Split out T.P.Writers.LaTeX.Lang.John MacFarlane
2021-03-02Split up T.P.Writers.Markdown...John 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