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
/
doc
/
lua-filters.md
Age
Commit message (
Expand
)
Author
2017-10-05
pandoc.lua: throw better error when pipe command fails
Albert Krewinkel
2017-10-04
lua-filters.md: fix link to module documentation
Albert Krewinkel
2017-10-03
Added abc.lua example to lua-filters documentation.
John MacFarlane
2017-10-01
Lua: added 'pipe', which encapsulates Text.Pandoc.Process.pipeProcess.
John MacFarlane
2017-10-01
Lua: move sha1 from pandoc.mediabag to pandoc.
John MacFarlane
2017-09-30
Lua: use sha1 instead of hashname.
John MacFarlane
2017-09-30
Lua: make fetch return mime type first and then content.
John MacFarlane
2017-09-30
Lua: simply mediabag module.
John MacFarlane
2017-09-30
Lua: make lua.mediabag.fetch return filename and mime type.
John MacFarlane
2017-09-30
Merge pull request #3945 from tarleb/lua-mediabag
John MacFarlane
2017-09-30
Provide make target to update lua module docs (#3946)
Albert Krewinkel
2017-09-30
doc/lua-filters.md: document mediabag submodule
Albert Krewinkel
2017-09-26
Lua filters: set global FORMAT instead of args.
John MacFarlane
2017-09-24
Document possible return values of lua filter functions
Albert Krewinkel
2017-08-31
lua-filters.md: append docs for pandoc's lua module
Albert Krewinkel
2017-08-30
Document fallback functions in lua filters
Albert Krewinkel
2017-08-21
Added introduction and lightly edited rest of lua-filters document.
John MacFarlane
2017-08-21
doc/lua-filter.md: Add metadata variable replacment example
Albert Krewinkel
2017-08-21
lua-filters.md: update docs and mention implicit filters
Albert Krewinkel
2017-08-14
Added example of setting date with lua filter.
John MacFarlane
2017-06-28
Added link-table example to doc/lua-filters.md.
John MacFarlane
2017-04-30
Document lua filters
Albert Krewinkel