aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-03-20T.P.Shared: remove `backslashEscapes`, `escapeStringUsing`.John MacFarlane8-47/+77
2021-03-19Fix fallback to default partials on templates.John MacFarlane1-0/+4
2021-03-19Hlint suggestion.John MacFarlane1-2/+3
2021-03-19T.P.Shared: Remove ToString, ToText typeclasses [API change].John MacFarlane2-24/+4
2021-03-19Protect partial uses of maximum with NonEmpty.John MacFarlane21-86/+108
2021-03-19Use NonEmpty instead of minimumDef.John MacFarlane4-8/+9
2021-03-19Docx reader: Don't reimplement NonEmpty.John MacFarlane1-5/+1
2021-03-18Use minimumDef instead of minimum (partial function).John MacFarlane4-9/+8
2021-03-18Require safe >= 0.3.18 and remove cpp.John MacFarlane1-5/+0
2021-03-18Rewrite a foldl1 as a foldl'.John MacFarlane1-1/+5
2021-03-18Remove another foldr1 partial function use.John MacFarlane1-5/+6
2021-03-18T.P.Readers.Odt.StyleReader: rewrite foldr1 use as foldr.John MacFarlane1-5/+6
2021-03-17Docx writer: make nsid in abstractNum deterministic.John MacFarlane1-6/+4
2021-03-17Fix regression with `tex_math_backslash` in Markdown reader.John MacFarlane1-1/+1
2021-03-16Removed unused LANGUAGE pragmas.John MacFarlane2-2/+0
2021-03-15Remove an unneeded importJohn MacFarlane1-1/+0
2021-03-15Use foldl' instead of foldl everywhere.John MacFarlane16-29/+34
2021-03-14Handle 'nocite' better with --biblatex and --natbib.John MacFarlane1-2/+10
2021-03-13T.P.App.FormatHeuristics: shorten code, improve docs.Albert Krewinkel1-7/+13
2021-03-13MediaWiki reader: Allow block-level content in notes (ref).John MacFarlane1-1/+9
2021-03-13Use integral values for w:tblW in docx.John MacFarlane1-1/+1
2021-03-13Jira reader: mark divs created from panels with class "panel".Albert Krewinkel1-2/+2
2021-03-13Jira writer: improve div/panel handlingAlbert Krewinkel1-11/+28
2021-03-12Citeproc: apply fixLinks correctly.John MacFarlane1-5/+5
2021-03-12Simplify compactDL.John MacFarlane1-13/+11
2021-03-10HTML writer: Add warnings on duplicate attribute values.John MacFarlane2-18/+31
2021-03-09RST reader: fix logic for ending comments.John MacFarlane1-1/+2
2021-03-09Org writer: fix operator precedence mistake in previous commitAlbert Krewinkel1-1/+2
2021-03-09Org writer: prevent unintended creation of ordered list itemsAlbert Krewinkel1-4/+7
2021-03-08Jira writer: use noformat instead of code for unknown languages.Albert Krewinkel1-5/+5
2021-03-07LaTeX reader: handle table cells containing `&` in `\verb`.John MacFarlane1-1/+6
2021-03-07LaTeX reader: support hyperref command.John MacFarlane1-4/+13
2021-03-06Allow `--resource-path` to accumulate.John MacFarlane2-2/+4
2021-03-05Allow `${.}` in defaults files paths...John MacFarlane1-2/+11
2021-03-05Implement environment variable interpolation in defaults files.John MacFarlane2-14/+132
2021-03-05Add fields for CSL optinos to Opt.John MacFarlane2-53/+46
2021-03-05Logging: Add EnvironmentVariableUndefined constructor to LogMessage.John MacFarlane1-0/+6
2021-03-05Shared: Change defaultUserDataDirs -> defaultUserDataDir.John MacFarlane1-8/+12
2021-03-04Revert "Revert "Relax `--abbreviations` rules so that a period isn't required.John MacFarlane1-1/+1
2021-03-04Revert "Relax `--abbreviations` rules so that a period isn't required."John MacFarlane1-1/+1
2021-03-04Relax `--abbreviations` rules so that a period isn't required.John MacFarlane1-1/+1
2021-03-03Revert "Add T.P.Readers.LaTeX.Include."John MacFarlane3-86/+52
2021-03-03Add T.P.Readers.LaTeX.Include.John MacFarlane3-52/+86
2021-03-03Remove T.P.Readers.LaTeX.Accent.John MacFarlane3-82/+69
2021-03-03Move enquote commands to T.P.LaTeX.Lang.John MacFarlane3-24/+34
2021-03-03Moved more into T.P.Readers.LaTeX.Lang.John MacFarlane3-82/+97
2021-03-03Split out T.P.Readers.LaTeX.Inline.John MacFarlane2-336/+413
2021-03-02Split out T.P.Writers.LaTeX.Util.John MacFarlane2-243/+285
2021-03-02Split out T.P.Writers.LaTeX.Citation.John MacFarlane2-142/+187
2021-03-02Split out T.P.Writers.LaTeX.Lang.John MacFarlane2-180/+203