Skip to content

Commit

Permalink
[Filter] add credits to 'include-files' (makedeps, include-md) (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
cagix authored Aug 22, 2023
1 parent 8c2d75b commit e89482a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions filters/hugo_makedeps.lua
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@ Examples:
pandoc -L hugo_makedeps.lua -t markdown readme.md
Credits: Work on this filter was partially inspired by some ideas shared in "include-files"
(https://github.com/pandoc/lua-filters/blob/master/include-files/include-files.lua, by Albert
Krewinkel (@tarleb), license: MIT). The 'hugo_makedeps.lua' filter has been developed by us
from scratch and is neither based on nor contains any third-party code.
Caveats:
(a) All referenced Markdown files must have UNIQUE NAMES.
(b) References to the top index page (landing page) are (presumably) not working.
Expand Down
6 changes: 6 additions & 0 deletions filters/include-mdfiles.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ Examples:
pandoc -L include-mdfiles.lua -t markdown summary.md
Credits: Work on this filter was partially inspired by some ideas shared in "include-files"
(https://github.com/pandoc/lua-filters/blob/master/include-files/include-files.lua, by Albert
Krewinkel (@tarleb), license: MIT). The 'include-mdfiles.lua' filter has been developed by us
from scratch and is neither based on nor contains any third-party code.
Caveats:
The same file cannot be included more than once to avoid potential endless recursion.
]]--
Expand Down

0 comments on commit e89482a

Please sign in to comment.