index
:
github.com/jgm/pandoc
aeson-pretty
asciidoc-reader
babel
bespoke-prelude
chunkedhtml
cite-prefix
commonmark-github
commonmark-hs
commonmark-hs-new
dark-mode
djot
endnote
figures
free
ghc925-3.1.5
ghc925-text2-3.1.5
ghc942-3.1.5
ghc944-3.1.5
images2
initialize-data-files
issue-6072
issue10282
issue10769
issue1234
issue221
issue5354
issue6122
issue6344
issue7111
issue7219
issue771
issue8378
issue8382
issue8417
issue9525
issue9878
issue_11268
jgm-patch-1
latex-partials
link-images
lowmem
main
mallard
mark
moinmoin2
multifile
newlatex
newlatex2
nospace
note-label
offline
oldmaster
optinfo
oracle
pseudopod
r1.19.2.2
r1.19.2.3
r1.19.2.4
rebase-relative-paths-extension
rel-1.19.2.1
relude
reset-position
resolverefs
ris
sable
sandbox3
sandboxed
signing
simdutf
source_date_epoch
sources
split-packages
styles
test-windows-ci
text
token-newline
travis
typst-reader
typst-tables
typst-writer
uri-cite-key
wasm
windows-arm64
windows-ci
windows-release-cabal
xeno
Pandoc — The universal markup converter
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Writers
/
Custom.hs
Age
Commit message (
Expand
)
Author
2021-03-15
Removed more unnecessary imports.
bespoke-prelude
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
2017-08-13
Delete Text.Pandoc.Lua.SharedInstances
Albert Krewinkel
2017-08-13
Use hslua >= 0.7, update Lua code
Albert Krewinkel
2017-06-20
Writers: adjusted for renderTemplate' changes.
John MacFarlane
2017-06-11
Switched Writer types to use Text.
John MacFarlane
2017-05-13
Update dates in copyright notices
Albert Krewinkel
2017-04-14
Avoid repeating StackValue instances definitions
Albert Krewinkel
2017-04-14
Extract lua helper functions into Lua.Util module
Albert Krewinkel
2017-03-28
Custom writer: remove old preprocesesor conditionals
Albert Krewinkel
2017-03-24
Ensure compatibility with hslua 0.5.*
Albert Krewinkel
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
2016-11-30
Options: Removed writerStandalone, made writerTemplate a Maybe.
John MacFarlane
2016-10-13
Add support for the LineBlock element to writers
Albert Krewinkel
2016-02-05
Custom writer: Pass attributes parameter to CaptionedImage.
John MacFarlane
2015-12-11
Implemented SoftBreak and new `--wrap` option.
John MacFarlane
2015-11-19
Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...
John MacFarlane
[next]