aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-02-20HTML reader: efficiency improvements.John MacFarlane1-81/+129
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-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 Krewinkel1-1/+1
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 MacFarlane1-346/+0
2021-02-16Add T.P.XML.Light.Cursor.John MacFarlane1-0/+346
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 MacFarlane4-504/+565
2021-02-16Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...John MacFarlane24-928/+1384
2021-02-14T.P.Error: remove unused variablesAlbert Krewinkel1-2/+2
2021-02-13HTML reader: fix bad handling of empty src attribute in iframe.John MacFarlane1-6/+12
2021-02-13T.P.Error: export `renderError`.John MacFarlane1-33/+72
2021-02-13Org: support task_lists extensionAlbert Krewinkel3-5/+54
2021-02-13T.P.Shared: export `handleTaskListItem`. [API change]Albert Krewinkel1-0/+1
2021-02-13LaTeX reader: remove unnecessary lineJohn MacFarlane1-1/+0
2021-02-13Remove Ext_fenced_code_attributes from allowed commonmark attributes.John MacFarlane1-2/+0
2021-02-12Avoid an unnecessary withRaw.John MacFarlane1-1/+4
2021-02-12LaTeX reader improvements.John MacFarlane2-22/+68
2021-02-11Use getTimestamp instead of getCurrentTime in writers.John MacFarlane5-7/+7
2021-02-11T.P.Class: Add getTimestamp [API change].John MacFarlane1-2/+19
2021-02-11Correctly parse "raw" date value in markdown references metadata.John MacFarlane1-3/+5
2021-02-10Add new unexported module T.P.XMLParser.John MacFarlane16-87/+224
2021-02-08ODT reader: finer-grained errors on parse failure.John MacFarlane1-21/+18
2021-02-08ODT reader: give more information if zip can't be unpacked.John MacFarlane1-1/+4
2021-02-08DocBook reader: Support informalfigure (#7079)Nils Carlson1-1/+3
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel1-1/+0
2021-02-06Markdown reader: improved handling of mmd link attributes in references.John MacFarlane1-0/+2
2021-02-04Lua filters: use same function names in Haskell and LuaAlbert Krewinkel2-28/+30
2021-02-03ePub writer: `belongs-to-collection` metadata (#7063)Nick Berendsen1-41/+58
2021-02-02Lua: add module "pandoc.path"Albert Krewinkel1-0/+2
2021-02-02Add parseOptionsFromArgs [API change, addition].John MacFarlane2-2/+9
2021-02-01BibTeX writer: use doclayout and doctemplate.John MacFarlane3-23/+39
2021-02-01BibTeX writer fixes. Closes #7067.John MacFarlane1-6/+15
2021-01-31RST reader: fix handling of header in CSV tables.John MacFarlane1-4/+5
2021-01-31CslJson writer: fix compiler warningAlbert Krewinkel1-1/+1
2021-01-30CslJson writer: output `[]` if no references in input,John MacFarlane1-5/+5
2021-01-29Markdown writer: handle math right before digit.John MacFarlane1-1/+5
2021-01-29JATS writer: escape special chars in reference elements.Albert Krewinkel1-3/+6
2021-01-26Clean up BibTeX parsing.John MacFarlane2-32/+19
2021-01-26LaTeX writer: change BCP47 lang tag from jp to jaMauro Bieg1-1/+1
2021-01-26Lua: always load built-in Lua scripts from default data-dirAlbert Krewinkel4-46/+44
2021-01-22ImageSize: use viewBox for svg if no length, width.John MacFarlane1-2/+6
2021-01-22Merge pull request #7042 from tarleb/jats-element-citationsJohn MacFarlane5-25/+213
2021-01-22JATS writer: allow to use element-citationAlbert Krewinkel4-7/+192
2021-01-22Add biblatex, bibtex as output formats (closes #7040).John MacFarlane4-3/+306
2021-01-21Text.Pandoc.Citeproc: use finer grained importsAlbert Krewinkel1-18/+21