aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-09Org reader: Resolve org includes relative to ...sourcesJohn MacFarlane
2021-05-09Update doc/using-the-pandoc-api.md for new reader types.John MacFarlane
2021-05-09RST reader: use `insertIncludedFile` from T.P.Parsing...John MacFarlane
2021-05-09T.P.Parsing: improve include file functions.John MacFarlane
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane
2021-04-30Add instructions for installing pandoc-types before compiling filter.John MacFarlane
2021-04-30Org writer: inline latex envs need newlines (#7259)tecosaur
2021-04-29INSTALL: add note that parallel installations should be avoided. (#7147)Albert Krewinkel
2021-04-29Support toc-title in revealjs (#7171)Florian Kohrt
2021-04-29Update default.latex (#7234)badumont
2021-04-29Docx reader: add handling of vml image objects (jgm#4735) (#7257)mbrackeantidot
2021-04-29Further improvements in smart quotes.John MacFarlane
2021-04-28Smarter smart quotes.John MacFarlane
2021-04-28list of figures before list of tables in LaTeX and ConTeXt templates (#7235)Julien Dutant
2021-04-28JATS writer: use either styled-content or named-content for spans.Albert Krewinkel
2021-04-27Docx writer: autoset table width if no column has an explicit width.Albert Krewinkel
2021-04-26Add unicode-collation to list of libraries developed to support pandoc.John MacFarlane
2021-04-26docs/org.md: Add note about default export behavior of org-mode in (#7238)Charanjit Singh
2021-04-25Fixed another typo in cabal.project.John MacFarlane
2021-04-25Fix typo in cabal.project.John MacFarlane
2021-04-25Use dev texmath, citeproc.John MacFarlane
2021-04-25Minor code reformatting.John MacFarlane
2021-04-25Writers: Recognize custom syntax definitions (#7241)Jan Tojnar
2021-04-25Markdown writer: Cleaner (code)blocks with single class (#7242)Jan Tojnar
2021-04-25Add quotes properly in markdown YAML metadata fields.John MacFarlane
2021-04-25Remove biblatex-nussbaum.md test.John MacFarlane
2021-04-20stack.yaml - use latest unicode-collation.John MacFarlane
2021-04-20Docx writer: add missing fileAlbert Krewinkel
2021-04-20Docx writer: extract Table handling into separate moduleAlbert Krewinkel
2021-04-19Fix nightly build.John MacFarlane
2021-04-19Issue error message when reader or writer format is malformed.John MacFarlane
2021-04-18Use MetaInlines not MetaBlocks for multimarkdown metadata fields.John MacFarlane
2021-04-18CI: Use cabal 2.4 even with ghc 8.0.2John MacFarlane
2021-04-18Use lastest citeproc.John MacFarlane
2021-04-18Use lastest unicode-collation.John MacFarlane
2021-04-18MANUAL: Add information about `lang` and bibliography sorting.John MacFarlane
2021-04-17Update to released unicode-collation, latest citeproc dev version.John MacFarlane
2021-04-17Use document's lang for the lang parameter of citeproc...John MacFarlane
2021-04-17Use BCP47 language codes in citeproc tests.John MacFarlane
2021-04-17Remove Text.Pandoc.BCP47 module.John MacFarlane
2021-04-17Move getLang from BCP47 -> T.P.Writers.Shared.John MacFarlane
2021-04-17Use new citeproc + unicode-collation.John MacFarlane
2021-04-16JATS writer: reduce unnecessary use of <p> elements for wrappingAlbert Krewinkel
2021-04-15Use latest xml-conduit.John MacFarlane
2021-04-10JATS writer: convert spans to <named-content> elementsAlbert Krewinkel
2021-04-10JATS writer: add footnote number as label in backmatterAlbert Krewinkel
2021-04-08Fix regression in grid tables for wide characters.John MacFarlane
2021-04-08Lua filter: respect Inlines/Blocks filter functions in pandoc.walk_*Albert Krewinkel
2021-04-05Commonmark writer: Use backslash escapes for `<` and `|`...John MacFarlane
2021-04-05SelfContained: remove unneeded imports.John MacFarlane