mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 01:41:20 +08:00
2cf89ade85
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