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.
the makedeps filter allows "warping", i.e. to remove folders from the generated target path.
rewrite needs to do the same when dealing with "readme.md" - here we replace the file name with the name of the parent folder. this must not be a "warped" folder!
the makedeps filter allows "warping", i.e. to remove folders from the generated target path.
rewrite needs to do the same when dealing with "readme.md" - here we replace the file name with the name of the parent folder. this must not be a "warped" folder!
this pr fixes this.
fixes #147