summaryrefslogtreecommitdiff
path: root/pandoc.cabal
AgeCommit message (Expand)Author
2022-03-28Add lua53 flag.John MacFarlane
2022-03-25Rename T.P.Parsing.Combinators -> T.P.Parsing.General.John MacFarlane
2022-03-24CI: Test with ghc 9.2.2.John MacFarlane
2022-03-24Remove unnecessary dependency on hslua-aeson.John MacFarlane
2022-03-18Markdown writer: move table-related code into submodule.Albert Krewinkel
2022-03-13Shared: define ordNub as alias for nubOrd from containers package (#7963)Albert Krewinkel
2022-03-11Use dev version of pandoc-types.John MacFarlane
2022-03-11Parsing: partition module into (internal) submodules (#7962)Albert Krewinkel
2022-02-24DocBook reader: handle complete set of entities...John MacFarlane
2022-02-24Text.Pandoc.XML.Light: add versions of the parsers...John MacFarlane
2022-02-19Relax upper bound for hslua, allow hslua-2.2. (#7929)Albert Krewinkel
2022-02-18Require skylighting 0.12.3.John MacFarlane
2022-02-17Lua: Use pandoc-lua-marshal 0.1.5.Albert Krewinkel
2022-02-06Lua: move custom writer code into Lua hierarchy.Albert Krewinkel
2022-02-06Lua: add module `pandoc.layout` to format and layout textAlbert Krewinkel
2022-02-05Add RIS bibliography format reader.John MacFarlane
2022-02-04Add endnotexml test to pandoc.cabal extra-source-files.John MacFarlane
2022-02-04Add endnote XML reader.John MacFarlane
2022-01-31Bump to 2.17.1.1, update changelog and man page.John MacFarlane
2022-01-29Bump to 2.17.1. Provisionally update changelog.John MacFarlane
2022-01-29Switch to hslua-2.1Albert Krewinkel
2022-01-28Don't read files outside of user data directoryEven Brenden
2022-01-21Search for metadata files in $DATADIR/metadata (#7851)Even Brenden
2022-01-19Use skylighting 0.12.2.John MacFarlane
2022-01-14Bump to 2.17.0.1, update changelog.John MacFarlane
2022-01-14Use commonmark-pandoc 0.2.1.2.John MacFarlane
2022-01-14Require pandoc-lua-marshal 0.1.3.1Albert Krewinkel
2022-01-12Bump version to 2.17.John MacFarlane
2022-01-12Use commonmark-extensions 0.2.3.John MacFarlane
2022-01-11Use citeproc 0.6.0.1.John MacFarlane
2022-01-11Use latest texmath (0.12.4).John MacFarlane
2022-01-10Minor reformatting of cabal fileJohn MacFarlane
2022-01-09Update commits for dev dependencies, allow text 2.0.John MacFarlane
2022-01-09pandoc.cabal: add a test file to extra-source-files.John MacFarlane
2022-01-07Fix parsing of footnotes in `--metadata-file`.John MacFarlane
2022-01-04Lua: add `pandoc.template` moduleAlbert Krewinkel
2022-01-04Lua: marshal templates as opaque userdata valuesAlbert Krewinkel
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2022-01-01Lua: provide global `PANDOC_WRITER_OPTIONS` [API change]Albert Krewinkel
2022-01-01Lua: marshal ReaderOptions field `extensions`, `track_changes` via JSONAlbert Krewinkel
2021-12-30pandoc.cabal: remove unnecessary QuickCheck dependency.John MacFarlane
2021-12-30Lua: allow binary (byte string) readers to be used with `pandoc.read`Albert Krewinkel
2021-12-22Add markua test files to extra-source-files.John MacFarlane
2021-12-22Add text wrapping to HTML output.John MacFarlane
2021-12-19Add a writer for Markua 0.10 (#7729)binaarinen
2021-12-17Lua: add function `pandoc.utils.references`Albert Krewinkel
2021-12-13Lua: support topdown traversalsAlbert Krewinkel
2021-12-11fix(IpynbOutput)!: rank always favors output formatKolen Cheung
2021-12-11Custom reader: pass list of sources instead of concatenated textAlbert Krewinkel
2021-12-10Switch to released pandoc-lua-marshal-0.1.2Albert Krewinkel