issues
search
papermill
/
mill
papermill CLI utility
http://code.papermill.in/mill
Other
3
stars
2
forks
source link
handle image paths
#8
Closed
eins78
closed
11 years ago
eins78
commented
11 years ago
relative image paths are broken because
we concat the files per folder
we put everything to
/tmp
solutions:
fix: concat files in the right subfolder
also either
move cwd around to orig file location (so pandoc finds assets)
or realy handle assets (config) and also copy to /tmp (whack)
relative image paths are broken because
/tmp
solutions: