mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-19 10:45:30 +08:00
Metadata defaults can be given via the command line `--metadata-file`. Adding raw format snippets is a common use case for Lua filters, so it seems sensible to provide an example. Thanks to @efx for proposing this filter. Closes: pandoc/lua-filters#70