Pandoc Markdown Lecture Template: This project defines a skeleton repo for creating lecture slides and handouts including lecture notes out of Pandoc Markdown (https://pandoc.org/MANUAL.html) using a single source approach.
MIT License
100
stars
18
forks
source link
[Filter] hugo_makedeps.lua works only with files that are placed directly in the working directory #141
this seems to be an unnecessary restriction, it would be nice to be using something like pandoc -L hugo_makedeps.lua -t markdown subdir/leaf/readme.md...
this seems to be an unnecessary restriction, it would be nice to be using something like
pandoc -L hugo_makedeps.lua -t markdown subdir/leaf/readme.md
...related to #135 ('include_mdfile.lua').