Yeah it's only <pre> that doesn't support links and that's because of a design decision I made when first writing html2lrf. Not supporting white-space made the code considerably simpler. In most html files it's more important to get the whitespace right than to support links in a <pre>.
As for the hanging indent, unfortunately SONY's LRF renderer doesn't support negative indents, AFAICT it treats them as zero.
EDIT: I was wrong, LRF can actually do hanging indents.
Last edited by kovidgoyal; 08-17-2007 at 02:29 AM.
|