Skip to content

Instantly share code, notes, and snippets.

@AndreyMZ
AndreyMZ / wiki.lua
Last active April 10, 2019 15:20 — forked from zhzhxtrrk/wiki.lua
pandoc confluence markup writer
-- Invoke with: pandoc -t wiki.lua
--
-- Note: you need not have lua installed on your system to use this
-- custom writer. However, if you do have lua installed, you can
-- use it to test changes to the script. 'lua wiki.lua' will
-- produce informative error messages if your code contains
-- syntax errors.
local image_index = 0