index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Writers
/
Custom.hs
Age
Commit message (
Expand
)
Author
2022-09-30
[API Change] Remove modules T.P.Writers.Custom and T.P.Readers.Custom.
Albert Krewinkel
2022-09-27
Fix small whitespace things.
John MacFarlane
2022-09-20
Add T.P.Lua.Reader, T.P.Lua.Writer.
John MacFarlane
2022-06-10
Allow placing custom readers and writers in data subdir (#8112)
Albert Krewinkel
2022-02-07
Custom writer: produce stacktrace if Writer function fails
Albert Krewinkel
2022-02-06
Custom writer: support new-style Writer function.
Albert Krewinkel
2022-02-06
Lua: move custom writer code into Lua hierarchy.
Albert Krewinkel
2022-01-29
Custom writer: preserve order of element attributes
Albert Krewinkel
2022-01-29
Switch to hslua-2.1
Albert Krewinkel
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
2022-01-02
Lua writer: allow variables to be set via second return value of `Doc`
Albert Krewinkel
2022-01-02
Lua writer: provide global `PANDOC_WRITER_OPTIONS`
Albert Krewinkel
2021-10-22
Switch to hslua-2.0
Albert Krewinkel
2021-10-12
Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."
John MacFarlane
2021-10-01
Depend on pandoc-types 1.23, remove Null constructor on Block.
John MacFarlane
2021-08-24
Lua subsystem and custom writers: generalize types from PandocIO...
John MacFarlane
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
2020-04-28
Support new Underline element in readers and writers (#6277)
Vaibhav Sagar
2020-04-17
API change: use PandocError for exceptions in Lua subsystem
Albert Krewinkel
2020-04-15
Adapt to the newest Table type, fix some previous adaptation issues
despresc
2020-04-15
Implement the new Table type
despresc
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
2019-10-29
Changes to build with new doctemplates/doclayout.
John MacFarlane
2019-08-25
Use new doctemplates, doclayout.
John MacFarlane
2019-07-28
Use doctemplates 0.3, change type of writerTemplate.
John MacFarlane
2019-07-23
Templates: Change type of renderTemplate'.
John MacFarlane
2019-03-01
Remove license boilerplate.
John MacFarlane
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
2018-10-28
T.P.Lua: expose more useful internals (API change)
Albert Krewinkel
2018-10-28
T.P.Lua: rename `runPandocLua` to `runLua` (API change)
Albert Krewinkel
2018-10-26
Text.Pandoc.Lua: move globals handling to separate module
Albert Krewinkel
2018-10-14
Custom writer: provide PANDOC_DOCUMENT instead of Setup function
Albert Krewinkel
2018-10-13
Custom writer: give full access to doc in optional Setup function (#4967)
Albert Krewinkel
2018-10-01
Lua filters: report traceback when an error occurs
Albert Krewinkel
2018-09-24
Use hslua v1.0.0
Albert Krewinkel
2018-08-12
Lua: cleanup Lua utils, remove unused functions.
Albert Krewinkel
2018-05-16
Custom writer: fix error message on script failure
Albert Krewinkel
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
2018-02-24
Lua: register script name in global variable
Albert Krewinkel
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
2017-12-27
Fix regression of DefinitionLists in custom writer
Albert Krewinkel
2017-12-27
Fix custom writer regression
Albert Krewinkel
2017-12-13
Custom writer: use init file to setup Lua interpreter
Albert Krewinkel
2017-12-13
Custom writer: define instances for newtype wrapper
Albert Krewinkel
2017-10-29
hlint suggestions.
John MacFarlane
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
2017-08-16
Update to hslua-0.8.0
Albert Krewinkel
[next]