aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)Author
2021-03-13Use custom Prelude based on relude.reludeJohn MacFarlane
2021-03-13MediaWiki reader: Allow block-level content in notes (ref).John MacFarlane
2021-03-13Use integral values for w:tblW in docx.John MacFarlane
2021-03-13Jira reader: mark divs created from panels with class "panel".Albert Krewinkel
2021-03-13Jira writer: improve div/panel handlingAlbert Krewinkel
2021-03-12Citeproc: apply fixLinks correctly.John MacFarlane
2021-03-12Simplify compactDL.John MacFarlane
2021-03-10HTML writer: Add warnings on duplicate attribute values.John MacFarlane
2021-03-09RST reader: fix logic for ending comments.John MacFarlane
2021-03-09Org writer: fix operator precedence mistake in previous commitAlbert Krewinkel
2021-03-09Org writer: prevent unintended creation of ordered list itemsAlbert Krewinkel
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