aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-01-13When reading defaults file, stop at a line `...`.John MacFarlane
2022-01-12Citeproc: allow `notes-after-punctuation` to work...John MacFarlane
2022-01-11Docx writer: Handle bullets correctly in lists by not reusing numIds (#7822)Michael Hoffmann
2022-01-10DocBook reader: Collapse internal spaces in literal...John MacFarlane
2022-01-10HTML writer: don't break attributes values when wrapping.John MacFarlane
2022-01-10Fix regression: allow blank lines in HTML attributes.John MacFarlane
2022-01-09Improve abstract in HTML template.John MacFarlane
2022-01-09Org reader: support alphabetical (fancy) listsLucas Viana
2022-01-08Org writer: fix list items starting with a code block...John MacFarlane
2022-01-08Avoid blank lines after tight sublists in org, haddock.John MacFarlane
2022-01-08RST writer: avoid extra blank line after empty list item.John MacFarlane
2022-01-08Org writer: fix extra blank line inserted after empty list item.John MacFarlane
2022-01-08Org writer: don't add blank line before lists.John MacFarlane
2022-01-08writeMedia: unescape percent-encoding in creating file path.John MacFarlane
2022-01-08toLocatorMap: store keys as lowercase.John MacFarlane
2022-01-07T.P.Readers.LaTeX.SIunitx: explicit imports.John MacFarlane
2022-01-07Fix parsing of footnotes in `--metadata-file`.John MacFarlane
2022-01-07Org writer: support starting number cookiesLucas Viana
2022-01-07Add LaTeX babel mappings for Guajati (gu) and Oriya (or).John MacFarlane
2022-01-07Fix typo panjabi -> punjabi.John MacFarlane
2022-01-06MediaWiki writer: Remove redundant display text for wiki linksJesse Hathaway
2022-01-06reveal.js: Make sure images with r-stretch are not in p tags.John MacFarlane
2022-01-06reveal.js: don't add r-fit-text class to section.John MacFarlane
2022-01-06Org reader: support counter cookies in listsLucas Viana
2022-01-05AsciiDoc writer: improve detection of intraword emphasis.John MacFarlane
2022-01-04Lua: add `pandoc.template` moduleAlbert Krewinkel
2022-01-04Lua: marshal templates as opaque userdata valuesAlbert Krewinkel
2022-01-04Lua: add `pandoc.WriterOptions` constructorAlbert Krewinkel
2022-01-04Lua: add function `pandoc.write`Albert Krewinkel
2022-01-04Stop exporting `writeCustom` from module T.P.Writers [API change]Albert Krewinkel
2022-01-03Markdown writer: fix indentation issue in footnotes.John MacFarlane
2022-01-03DocBook reader: be sensitive to spacing="compact" in lists.John MacFarlane
2022-01-03Issue error with --list-extensions for invalid formats.John MacFarlane
2022-01-03parseFormatSpec: cleaner error message for invalid extensions.John MacFarlane
2022-01-03Minor code improvement.John MacFarlane
2022-01-03Don't read sources until in/out format are verified.John MacFarlane
2022-01-02Odt: Add list-headerTuong Nguyen Manh
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2022-01-02Lua writer: allow variables to be set via second return value of `Doc`Albert Krewinkel
2022-01-02Lua writer: provide global `PANDOC_WRITER_OPTIONS`Albert Krewinkel
2022-01-01Use latest version of KaTeX.John MacFarlane
2022-01-01Lua: provide global `PANDOC_WRITER_OPTIONS` [API change]Albert Krewinkel
2022-01-01Apply some HLint suggestionsAlbert Krewinkel
2022-01-01Org reader: allow trailing spaces after key/value pairs in directivesAlbert Krewinkel
2022-01-01Lua: marshal ReaderOptions field `extensions`, `track_changes` via JSONAlbert Krewinkel
2021-12-31Lua: use global state when parsing documents in `pandoc.read`Albert Krewinkel
2021-12-31Lua: cleanup stack in peekReadOptionsTableAlbert Krewinkel
2021-12-30Docx reader: handle multiple pic elements inside a drawing.John MacFarlane
2021-12-30Docx reader: change elemToParPart to return [ParPart]John MacFarlane
2021-12-30Fix ghc 9.2.1 warnings.John MacFarlane