aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-03-20add highlighting-css-dark optionmb21
2021-03-20set highlight-style-dark variablemb21
2021-03-18Use minimumDef instead of minimum (partial function).John MacFarlane
2021-03-18Require safe >= 0.3.18 and remove cpp.John MacFarlane
2021-03-18Rewrite a foldl1 as a foldl'.John MacFarlane
2021-03-18Remove another foldr1 partial function use.John MacFarlane
2021-03-18T.P.Readers.Odt.StyleReader: rewrite foldr1 use as foldr.John MacFarlane
2021-03-17Docx writer: make nsid in abstractNum deterministic.John MacFarlane
2021-03-17Fix regression with `tex_math_backslash` in Markdown reader.John MacFarlane
2021-03-16Removed unused LANGUAGE pragmas.John MacFarlane
2021-03-15Remove an unneeded importJohn MacFarlane
2021-03-15Use foldl' instead of foldl everywhere.John MacFarlane
2021-03-14Handle 'nocite' better with --biblatex and --natbib.John MacFarlane
2021-03-13T.P.App.FormatHeuristics: shorten code, improve docs.Albert Krewinkel
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