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
/
Lua
Age
Commit message (
Expand
)
Author
2021-03-13
Use custom Prelude based on relude.
relude
John MacFarlane
2021-02-27
Lua: use strict evaluation when retrieving AST value from the stack
Albert Krewinkel
2021-02-04
Lua filters: use same function names in Haskell and Lua
Albert Krewinkel
2021-02-02
Lua: add module "pandoc.path"
Albert Krewinkel
2021-01-26
Lua: always load built-in Lua scripts from default data-dir
Albert Krewinkel
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
2020-12-16
Support Lua marshalling of doctemplates BoolVal.
John MacFarlane
2020-11-07
Lint code in PRs and when committing to master (#6790)
Albert Krewinkel
2020-10-14
Fix typos in comments, doc strings, error messages, and tests
Albert Krewinkel
2020-09-20
Lua filters: add SimpleTable for backwards compatibility (#6575)
Albert Krewinkel
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
2020-07-25
Lua filters: make attr argument optional in Table constructor
Albert Krewinkel
2020-05-12
Lua: fix regression in package searcher
Albert Krewinkel
2020-04-28
Support new Underline element in readers and writers (#6277)
Vaibhav Sagar
2020-04-17
API change: use new type PandocLua for all pandoc Lua operations
Albert Krewinkel
2020-04-17
API change: use PandocError for exceptions in Lua subsystem
Albert Krewinkel
2020-04-15
Lua: support new tables
Albert Krewinkel
2020-04-15
Use the new builders, modify readers to preserve empty headers
despresc
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-29
Clean up some fmaps (#6226)
Joseph C. Sible
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
2020-03-13
Lua marshalling: Remove unused language extensions
Albert Krewinkel
2020-02-07
Apply linter suggestions. Add fix_spacing to lint target in Makefile.
John MacFarlane
2020-02-07
Resolve HLint warnings
Albert Krewinkel
2020-01-15
Lua filters: allow filtering of element lists (#6040)
Albert Krewinkel
2020-01-04
Added a needed pragma.
John MacFarlane
2020-01-04
Add type annotations to assist ghci.
John MacFarlane
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-10-09
Options.WriterOptions: Change type of writerVariables to Context Text.
John MacFarlane
2019-09-29
Raise error on unsupported extensions. Closes #4338.
John MacFarlane
2019-09-08
Replace Element and makeHierarchical with makeSections.
John MacFarlane
2019-08-16
Lua: improve function documentations
Albert Krewinkel
2019-08-16
Lua: traverse nested blocks and inlines in correct order
Albert Krewinkel
2019-08-16
Lua: add module for AST element sequence traversal
Albert Krewinkel
2019-07-02
Fix redundant constraint warnings. (#5625)
Pete Ryland
2019-06-23
Update Lua function names in pandoc.system
niszet
2019-06-12
Lua: add a `clone()` method to all AST elements (#5572)
Albert Krewinkel
2019-05-29
pandoc.mediabag module: add function `delete`
Albert Krewinkel
2019-05-29
pandoc.mediabag module: add function `empty`
Albert Krewinkel
2019-05-29
pandoc.mediabag module: add items function iterating over mediabag
Albert Krewinkel
2019-05-29
Lua Version type: shorten "version too old" message
Albert Krewinkel
2019-05-29
Lua: add Version type to simplify comparisons
Albert Krewinkel
2019-05-04
Lua: add `pandoc.system` module (#5468)
Albert Krewinkel
2019-03-01
Remove license boilerplate.
John MacFarlane
2019-02-16
T.P.Lua: split StackInstances into smaller Marshaling modules
Albert Krewinkel
2019-02-16
T.P.Lua: get CommonState from Lua global
Albert Krewinkel
[next]