diff options
| author | Albert Krewinkel <[email protected]> | 2023-03-20 15:21:57 +0100 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2023-03-20 16:06:19 +0100 |
| commit | 8346cfad4c166483c2af48a1f296535aa6f1715f (patch) | |
| tree | 457dfe60c3b2b7888617861009d91789cb79bec7 /tools | |
| parent | 0e4b397e7081eb20c55efc051c7caddaffd697f8 (diff) | |
lua-filters: auto-generate docs for `pandoc.system` module.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/update-lua-module-docs.lua | 4 |
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' |
