aboutsummaryrefslogtreecommitdiffstats
path: root/pandoc_confluence.lua
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2017-07-16 15:29:23 -0700
committerbnewbold <bnewbold@robocracy.org>2017-07-16 15:29:37 -0700
commit6844b59b818ec835fe5367979dc47efe04f62c4b (patch)
treed65fba91427b5a2e0f4b90463d6a0e99799a1c62 /pandoc_confluence.lua
parentcb208a450611405c0de9ce112a5d0786b600c1df (diff)
downloaddivergence-6844b59b818ec835fe5367979dc47efe04f62c4b.tar.gz
divergence-6844b59b818ec835fe5367979dc47efe04f62c4b.zip
forgot to commit meta-json.template
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