aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)Author
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
2021-12-30Lua: allow binary (byte string) readers to be used with `pandoc.read`Albert Krewinkel
2021-12-28Use `splitDirectories` istead of `splitPath`.John MacFarlane
2021-12-28OpenDocument writer: fix vertical align bug with display math.John MacFarlane
2021-12-25Lua: improve handling of empty caption, body by `from_simple_table`Albert Krewinkel
2021-12-22RTF writer: properly handle images in data URIs.John MacFarlane
2021-12-22HTML writer: make line breaks more consistent.John MacFarlane
2021-12-22Add text wrapping to HTML output.John MacFarlane
2021-12-21Lua: simplify code of pandoc.utils.stringifyAlbert Krewinkel
2021-12-21Lua: simplify and deprecate function `pandoc.utils.equals`Albert Krewinkel
2021-12-21Lua: add new library function `pandoc.utils.type`.Albert Krewinkel
2021-12-21Lua: fix return types of `blocks_to_inlines`, `make_sections`Albert Krewinkel
2021-12-20Lua: use more natural representation for Reference valuesAlbert Krewinkel
2021-12-19Custom writer: assign default Pandoc object to global PANDOC_DOCUMENTAlbert Krewinkel
2021-12-19Add a writer for Markua 0.10 (#7729)binaarinen
2021-12-19JATS writer: keep quotes in element-citationsAlbert Krewinkel
2021-12-19Lua: fixup, should have been part of previous commitAlbert Krewinkel
2021-12-18Citeproc: avoid adding comma before an author-in-text citation...John MacFarlane
2021-12-17Lua: add function `pandoc.utils.references`Albert Krewinkel