aboutsummaryrefslogtreecommitdiffstats
path: root/pandoc_confluence.lua
diff options
context:
space:
mode:
Diffstat (limited to 'pandoc_confluence.lua')
-rw-r--r--pandoc_confluence.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/pandoc_confluence.lua b/pandoc_confluence.lua
index 83c60e2..18823a7 100644
--- a/pandoc_confluence.lua
+++ b/pandoc_confluence.lua
@@ -1,6 +1,12 @@
-- This is a custom writer for Pandoc to output Confluence Storage Format.
-- It is based on the sample custom HTML writer packaged with Pandoc.
--
+-- Copyright 2015 Avi Knoll <aknoll@atlassian.com>
+-- LICENSE: GPLv2
+--
+-- This file extracted from:
+-- https://bitbucket.org/atlassianlabs/confluence-pandoc-connect
+--
-- 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 sample.lua' will