John MacFarlane
b2aae73f14
Added Cite function to sample.lua.
2013-12-13 11:19:49 -08:00
John MacFarlane
e9de0f0e22
Preliminary support for new Div and Span elements in writers.
...
Currently these are "transparent" containers, except in HTML,
where they produce div and span elements with attributes.
2013-08-08 23:14:12 -07:00
John MacFarlane
cd399d1b9d
Updated sample.lua for new metadata.
2013-07-14 20:43:21 -07:00
John MacFarlane
644e3239a9
Custom writer: Pass full metadata, not just tit/auth/date.
2013-06-27 22:55:10 -07:00
John MacFarlane
4fa2a94759
Added Text.Pandoc.Writers.Custom
, --print-custom-lua-writer
.
...
pandoc -t data/sample.lua
will load the script sample.lua and use it as a custom writer.
data/sample.lua is provided as an example.
Added `--print-custom-lua-writer` option to print the sample
script.
2013-04-14 00:31:39 -05:00