cagix / pandoc-lecture

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: rewritelinks to support warping #148

Closed cagix closed 1 year ago

cagix commented 1 year ago

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