aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-26Fix/update URLs and use HTTP**S** where possible (#7122)Salim B17-48/+47
2021-02-26Wrap url colours in braces in the default LaTeX template (#7121)Loïc Grobol1-4/+4
2021-02-22CI: Add 'benchmark' to benchmark cache key.John MacFarlane1-2/+2
2021-02-22Use latest skylighting.John MacFarlane2-2/+4
2021-02-22Remove weigh-pandoc.John MacFarlane2-56/+0
2021-02-22benchmark CI improvements.John MacFarlane1-3/+3
2021-02-22Rename benchmark in CI.John MacFarlane1-1/+1
2021-02-22Add linux benchmark to CI.John MacFarlane1-0/+56
2021-02-22T.P.CSV: fix parsing of unquoted values.John MacFarlane2-2/+16
2021-02-22tests: print accurate location if a test failsAlbert Krewinkel1-1/+1
2021-02-22Fall back to latin1 if UTF-8 decoding fails...John MacFarlane1-1/+7
2021-02-22When downloading content from URL arguments, be sensitive to...John MacFarlane1-1/+9
2021-02-22T.P.Error: Add PandocUnsupportedCharsetError constructor...John MacFarlane2-0/+5
2021-02-22Text.Pandoc.MIME: add exported function getCharset.John MacFarlane1-2/+15
2021-02-22Text.Pandoc.UTF8: change IO functions to return Text, not String.John MacFarlane11-68/+70
2021-02-21Update changelog.John MacFarlane1-0/+355
2021-02-21Fix changelog-helper.shJohn MacFarlane1-4/+11
2021-02-21LaTeX reader: further optimizations in satisfyTok.John MacFarlane1-5/+5
2021-02-21LaTeX reader: removed sExpanded in state.John MacFarlane1-7/+2
2021-02-21LaTeX reader: further performance optimization.John MacFarlane1-23/+19
2021-02-20HTML reader: small performance tweak.John MacFarlane1-9/+5
2021-02-20T.P.Shared: remove some obsolete functions [API change].John MacFarlane1-43/+1
2021-02-20HTML reader: small efficiency improvements.John MacFarlane1-25/+18
2021-02-20LaTeX reader: Another small improvement to macro handling.John MacFarlane1-4/+3
2021-02-20LaTeX reader: avoid macro resolution code if no macros defined.John MacFarlane1-16/+19
2021-02-20T.P.Readers.LaTeX.Parsing: improve braced'.John MacFarlane1-16/+13
2021-02-20revealjs writer: add 'center' option for vertical slide centering.maurerle1-0/+4
2021-02-20Benchmark improvements.John MacFarlane1-4/+17
2021-02-20HTML reader: efficiency improvements.John MacFarlane1-81/+129
2021-02-19MANUAL: block-level formatting is not allowed in line blocks.John MacFarlane1-0/+3
2021-02-19make bench: compare against a baseline, use datestamps for bench results.John MacFarlane1-1/+8
2021-02-19Update default ODT styleLorenzo1-1/+1
2021-02-19Clarify `tex_math_dollars` extension.John MacFarlane1-1/+2
2021-02-18'make bench': Create csv files for comparison.John MacFarlane3-3/+4
2021-02-18DocBook, JATS, OPML readers: performance optimization.John MacFarlane3-64/+8
2021-02-18T.P.XML Improve fromEntities.John MacFarlane1-17/+13
2021-02-18T.P.PDF: disable `smart` when building PDF via LaTeX.John MacFarlane1-1/+5
2021-02-18Revert "LaTeX template: disable `` ?` `` and `` !` `` ligatures."John MacFarlane5-5/+0
2021-02-18LaTeX template: disable `` ?` `` and `` !` `` ligatures.John MacFarlane5-0/+5
2021-02-18LaTeX writer: adjust hypertargets to beginnings of paragraphs.John MacFarlane1-2/+3
2021-02-18T.P.Shared: cleanup.John MacFarlane1-11/+26
2021-02-18Org reader: fix bug in org-ref citation parsing.Albert Krewinkel2-1/+41
2021-02-18Allow base64-bytestring-1.2.*Dmitrii Kovanikov1-2/+2
2021-02-17Docx reader: use Map instead of list for Namespaces.John MacFarlane2-20/+20
2021-02-16Revert "Add T.P.XML.Light.Cursor."John MacFarlane2-347/+0
2021-02-16Add T.P.XML.Light.Cursor.John MacFarlane2-0/+347
2021-02-16Add orig copyright/license info for code derived from xml-light.John MacFarlane3-3/+12
2021-02-16Split up T.P.XML.Light into submodules.John MacFarlane5-504/+568
2021-02-16Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...John MacFarlane102-930/+1388
2021-02-15JATS writer: add date-type to pub-date elementsAlbert Krewinkel4-6/+13