On 25/5/2006, at 0:54, Robert M. Ullrey wrote:
[...] it does not seem to find ~/scratch/book.css (or any other css file) and use it as $CSS_FILES.
Isn’t the problem here, that the generated HTML does not contain an aboslute reference to the CSS? So after having generated the file, there is actually no way to know wher ethe CSS is placed.
You need to convert the CSS reference to an absolute path when converting Markdown to HTML (because after that point, you lose the original location of the file, thus the CSS).