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
/
data
/
sample.lua
Age
Commit message (
Expand
)
Author
2022-10-03
[API Change] Base custom writers on Writer type.
Albert Krewinkel
2022-01-31
Custom writer: default to single quotes for strings
Albert Krewinkel
2021-08-12
Various sample.lua editorial fixes. (#7493)
William Lupton
2020-10-08
Fix apparent typos in sample.lua (#6729)
William Lupton
2020-02-12
sample.lua - fix error message.
John MacFarlane
2020-02-11
sample.lua: Fix typo in descriptive comments (#6136)
Caleb Maclennan
2019-01-16
sample.lua: Add a missing '>'
MichaWiedenmann
2018-11-29
sample.lua: add SingleQuoted, DoubleQuoted.
John MacFarlane
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-13
data/sample.lua: replace custom pipe function with pandoc.utils.pipe
Albert Krewinkel
2017-12-27
data/sample.lua: use `next` instead of for loop
Albert Krewinkel
2017-12-27
Removed extra comment.
John MacFarlane
2017-12-27
Revert "data/sample.lua: Fixed problem with definition lists."
John MacFarlane
2017-12-27
data/sample.lua: fixed problem with tables.
John MacFarlane
2017-12-27
data/sample.lua: Fixed problem with definition lists.
John MacFarlane
2017-01-18
Fix sample.lua barfing on Raw data (#3358)
bumper314
2016-10-23
Handle line blocks in sample.lua custom lua writer.
John MacFarlane
2016-06-20
Implement RawInline and RawBlock in sample lua custom writer.
John MacFarlane
2016-02-05
Custom writer: Pass attributes parameter to CaptionedImage.
John MacFarlane
2015-12-11
Implemented SoftBreak and new `--wrap` option.
John MacFarlane
2015-09-15
sample.lua - define CaptionedImage, add newline at end.
John MacFarlane
2014-07-16
Custom writers now work with `--template`.
John MacFarlane
2014-07-16
Made Citation information available in lua custom writer.
John MacFarlane
2013-12-13
Added Cite function to sample.lua.
John MacFarlane
2013-08-08
Preliminary support for new Div and Span elements in writers.
John MacFarlane
2013-07-14
Updated sample.lua for new metadata.
John MacFarlane
2013-06-27
Custom writer: Pass full metadata, not just tit/auth/date.
John MacFarlane
2013-04-14
Added `Text.Pandoc.Writers.Custom`, `--print-custom-lua-writer`.
John MacFarlane