aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2023-03-20 15:21:57 +0100
committerAlbert Krewinkel <[email protected]>2023-03-20 16:06:19 +0100
commit8346cfad4c166483c2af48a1f296535aa6f1715f (patch)
tree457dfe60c3b2b7888617861009d91789cb79bec7 /tools
parent0e4b397e7081eb20c55efc051c7caddaffd697f8 (diff)
lua-filters: auto-generate docs for `pandoc.system` module.
Diffstat (limited to 'tools')
-rw-r--r--tools/update-lua-module-docs.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/update-lua-module-docs.lua b/tools/update-lua-module-docs.lua
index 21044b9d6..c951d8668 100644
--- a/tools/update-lua-module-docs.lua
+++ b/tools/update-lua-module-docs.lua
@@ -280,9 +280,9 @@ if arg and arg[1] then
end
local autogen_start =
- '<!%-%- BEGIN: AUTOGENERATED CONTENT for module ([a-z%.]+) %-%->\n'
+ '\n<!%-%- BEGIN: AUTOGENERATED CONTENT for module ([a-z%.]+) %-%->'
local autogen_end =
- '\n<!%-%- END: AUTOGENERATED CONTENT %-%->\n'
+ '<!%-%- END: AUTOGENERATED CONTENT %-%->\n'
local reflinks_marker =
'<!%-%- BEGIN: GENERATED REFERENCE LINKS %-%->\n'