aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)Author
2021-02-10EPUB writer: use SOURCE_DATE_EPOCH for modification date.source_date_epochJohn MacFarlane
2021-02-10T.P.Class: Add getSourceDateEpoch [API change].John MacFarlane
2021-02-10Add new unexported module T.P.XMLParser.John MacFarlane
2021-02-08ODT reader: finer-grained errors on parse failure.John MacFarlane
2021-02-08ODT reader: give more information if zip can't be unpacked.John MacFarlane
2021-02-08DocBook reader: Support informalfigure (#7079)Nils Carlson
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel
2021-02-06Markdown reader: improved handling of mmd link attributes in references.John MacFarlane
2021-02-04Lua filters: use same function names in Haskell and LuaAlbert Krewinkel
2021-02-03ePub writer: `belongs-to-collection` metadata (#7063)Nick Berendsen
2021-02-02Lua: add module "pandoc.path"Albert Krewinkel
2021-02-02Add parseOptionsFromArgs [API change, addition].John MacFarlane
2021-02-01BibTeX writer: use doclayout and doctemplate.John MacFarlane
2021-02-01BibTeX writer fixes. Closes #7067.John MacFarlane
2021-01-31RST reader: fix handling of header in CSV tables.John MacFarlane
2021-01-31CslJson writer: fix compiler warningAlbert Krewinkel
2021-01-30CslJson writer: output `[]` if no references in input,John MacFarlane
2021-01-29Markdown writer: handle math right before digit.John MacFarlane
2021-01-29JATS writer: escape special chars in reference elements.Albert Krewinkel
2021-01-26Clean up BibTeX parsing.John MacFarlane
2021-01-26LaTeX writer: change BCP47 lang tag from jp to jaMauro Bieg
2021-01-26Lua: always load built-in Lua scripts from default data-dirAlbert Krewinkel
2021-01-22ImageSize: use viewBox for svg if no length, width.John MacFarlane
2021-01-22Merge pull request #7042 from tarleb/jats-element-citationsJohn MacFarlane
2021-01-22JATS writer: allow to use element-citationAlbert Krewinkel
2021-01-22Add biblatex, bibtex as output formats (closes #7040).John MacFarlane
2021-01-21Text.Pandoc.Citeproc: use finer grained importsAlbert Krewinkel
2021-01-19JATS writer: Ensure that disp-quote is always wrapped in p.John MacFarlane
2021-01-18RST writer: fix #7039.John MacFarlane
2021-01-16Revert "Markdown reader: support GitHub wiki's internal links (#2923) (#6458)"John MacFarlane
2021-01-16Markdown reader: support GitHub wiki's internal links (#2923) (#6458)Gautier DI FOLCO
2021-01-16Recognize more extensions as markdown by default.John MacFarlane
2021-01-12Markdown writer: cleaned up raw formats.John MacFarlane
2021-01-12Docx writer: handle table header using styles.John MacFarlane
2021-01-10JATS writer: fix citations (#7018)Albert Krewinkel
2021-01-10Fix infinite HTTP requests when writing epubs from URL source.John MacFarlane
2021-01-10T.P.Citeproc: factor out and export `getStyle`.John MacFarlane
2021-01-10T.P.Citeproc: factor out getLang.John MacFarlane
2021-01-10T.P.Citeproc: refactor and export `getReferences`.John MacFarlane
2021-01-09Org reader: allow multiple pipe chars in todo sequencesAlbert Krewinkel
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2021-01-07gfm/commonmark writer: implement start number on ordered lists.John MacFarlane
2021-01-07T.P.Parsing: modify gridTableWith' for headerless tables.John MacFarlane
2021-01-05HTML writer: fix implicit_figure at end of footnotes.John MacFarlane
2021-01-05Implement defaults file inheritance (#6924)David Martschenko
2021-01-04LaTeX reader: handle filecontents environment.John MacFarlane
2021-01-04EPUB writer: adjust internal links to identifiers...John MacFarlane
2021-01-03EPUB writer: recognize `Format "html4"`, `Format "html5"` as raw HTML.John MacFarlane
2021-01-03EPUB writer: adjust internal links to images, links, and tables...John MacFarlane
2021-01-03Org reader: mark verbatim code with class "verbatim". (#6998)Dimitri Sabadie