aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)Author
2021-02-17Use xeno instead of xml-conduit for xml parsing.xenoJohn MacFarlane
2021-02-17Docx reader: use Map instead of list for Namespaces.John MacFarlane
2021-02-16Revert "Add T.P.XML.Light.Cursor."John MacFarlane
2021-02-16Add T.P.XML.Light.Cursor.John MacFarlane
2021-02-16Add orig copyright/license info for code derived from xml-light.John MacFarlane
2021-02-16Split up T.P.XML.Light into submodules.John MacFarlane
2021-02-16Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...John MacFarlane
2021-02-14T.P.Error: remove unused variablesAlbert Krewinkel
2021-02-13HTML reader: fix bad handling of empty src attribute in iframe.John MacFarlane
2021-02-13T.P.Error: export `renderError`.John MacFarlane
2021-02-13Org: support task_lists extensionAlbert Krewinkel
2021-02-13T.P.Shared: export `handleTaskListItem`. [API change]Albert Krewinkel
2021-02-13LaTeX reader: remove unnecessary lineJohn MacFarlane
2021-02-13Remove Ext_fenced_code_attributes from allowed commonmark attributes.John MacFarlane
2021-02-12Avoid an unnecessary withRaw.John MacFarlane
2021-02-12LaTeX reader improvements.John MacFarlane
2021-02-11Use getTimestamp instead of getCurrentTime in writers.John MacFarlane
2021-02-11T.P.Class: Add getTimestamp [API change].John MacFarlane
2021-02-11Correctly parse "raw" date value in markdown references metadata.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