mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-10 11:27:06 +00:00
5be9052f5f
The flag 'lua53` must now be used with that package if pandoc is to be compiled against Lua 5.3.
4 lines
75 B
Lua
4 lines
75 B
Lua
function Para (_)
|
|
return pandoc.Para{pandoc.Str(PANDOC_SCRIPT_FILE)}
|
|
end
|