I try do download some pages using
ebook-convert page.recipe dir --test -vv
In the recipe file, I have
extra_css = .....css....
The html page is downloaded into the folder dir, but in the HTML I cannot find the css I put in the file. It is not in css file nor in <style> tag just before the body.
What am I missing? Where and when is extra_css put into?
|