summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-11-08Lua: ensure that 're' module is always available.Albert Krewinkel
2021-11-07LaTeX reader: add 'uri' class when parsing `\url`.John MacFarlane
2021-11-06Pass ReaderOptions to custom readers as second parameter.John MacFarlane
2021-11-06Lua: add Pushable instance for ReaderOptionsAlbert Krewinkel
2021-11-06Lua: allow to pass custom reader options to `pandoc.read`Albert Krewinkel
2021-11-05Add interface for custom readers written in Lua. (#7671)John MacFarlane
2021-11-05Support for <indexterm>s when reading DocBook (#7607)Rowan Rodrik van der Molen
2021-11-05T.P.Error: sort errors in handleError by exit codeAlbert Krewinkel
2021-11-05Lua: display Pandoc values using their native Haskell representationAlbert Krewinkel
2021-11-05Lua: always load lpeg as global moduleAlbert Krewinkel
2021-11-04Lua: include lpeg module (#7649)Albert Krewinkel
2021-11-04Allow `plain` to be used in raw attribute syntax.John MacFarlane
2021-11-03Lua: add missing space in "package not found" messageAlbert Krewinkel
2021-11-02Markdown reader: Improve inlinesInBalancedBrackets.John MacFarlane
2021-11-02Docx reader: don't let first line indents trigger block quotes.John MacFarlane
2021-11-02Lua: fix typo in SoftBreak constructorAlbert Krewinkel
2021-11-02Lua: re-add `content` property to Strikeout elementsAlbert Krewinkel
2021-11-02Lua: be more forgiving when retrieving the Image `caption` propertyAlbert Krewinkel
2021-11-02Docx writer: use getTimestamp for modification times in reference.docx.John MacFarlane
2021-11-02Lua: display Attr values using their native Haskell representationAlbert Krewinkel
2021-11-02Lua: allow omitting the 2nd parameter in pandoc.Code constructorAlbert Krewinkel
2021-11-02Lua: allow to compare, show Citation valuesAlbert Krewinkel
2021-11-01Lua: restore `content` property on Header elementsAlbert Krewinkel
2021-10-31Lua: re-add `content` property to Link elementsAlbert Krewinkel
2021-10-30Fix build on GHC 9.2Joseph C. Sible
2021-10-29Docx writer: move ": " out of the caption bookmark.Tristan Stenner
2021-10-29Lua: use hslua module abstraction where possibleAlbert Krewinkel
2021-10-28Lua: increase strictness when getting attribute keysAlbert Krewinkel
2021-10-27Lua: re-add `t` and `tag` property to Attr valuesAlbert Krewinkel
2021-10-27Markdown writer: Be sure to quote special values in YAML metadata.John MacFarlane
2021-10-27Change JSON encodings of some types.John MacFarlane
2021-10-27Switch back from HsYAML to yaml.John MacFarlane
2021-10-27Lua: fix `pandoc.utils.stringify` regressionAlbert Krewinkel
2021-10-26Fix a copy/paste bug in Lua marshalling code.John MacFarlane
2021-10-26Lua: marshal SimpleTable values as userdata objectsAlbert Krewinkel
2021-10-26Lua: generate constants in module pandoc programmaticallyAlbert Krewinkel
2021-10-26Lua: marshal ListAttributes values as userdata objectsAlbert Krewinkel
2021-10-26Lua: marshal Block values as userdata objectsAlbert Krewinkel
2021-10-25Lua: marshal Citation values as userdata objectsAlbert Krewinkel
2021-10-23Lua: convert IOErrors to PandocErrors in pandoc.pipe functionAlbert Krewinkel
2021-10-22Org reader: allow an initial :PROPERTIES: drawer to add to metadata.John MacFarlane
2021-10-22Use simpleFigure in Readers.Aner Lucero
2021-10-22Lua: marshal Version values as userdataAlbert Krewinkel
2021-10-22Lua: marshal Inline elements as userdataAlbert Krewinkel
2021-10-22Lua: marshal Attr values as userdataAlbert Krewinkel
2021-10-22Lua: marshal Pandoc values as userdataAlbert Krewinkel
2021-10-22Switch to hslua-2.0Albert Krewinkel
2021-10-21Move splitStrWhen to T.P.Citeproc.Util.John MacFarlane
2021-10-21SelfContained: fix bug that caused everything to be made a data uri.John MacFarlane
2021-10-20Markdown reader: don't parse links or bracketed spans as citations.John MacFarlane