I'm trying to source images from paths other than the baseurl (I have multiple places from which I'm pulling images on my local system).
But it seems like --remap only works on http:// urls.
With this html:
this happens:
But it seems like --remap only works on http:// urls.
With this html:
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<img src="LIB/duck.jpg">
</body>
</html>
this happens:
$ prince /tmp/test.html --remap=LIB=/tmp/mylib/
prince: warning: --remap option ignored
prince: /tmp/LIB/duck.jpg: warning: can't open input file: No such file or directory