Hey EatingPie,
The multiple "<"s issue is still broken in 2.0.3. Here's the snippet from my textfile that is the problem
Quote:
<tabchar><<THAT MAN MUST DIE.>>
<tabchar><NO NO STOP STOP STOP!!> she screamed.
<tabchar><<LEAVE ME!!>>
|
(replace <tabchar> with tabs, as they don't show up in HTML)
and here's the command used to compile it:
Quote:
pielrf -i /Users/lime2k/Documents/textfile.txt -o textfile.lrf -t "BookNameChanged" -a "AuthorNameChanged" --headertext "The Book Name" -b tab --without-toc
|
Also, I'd like to thank you for giving me a way to left-indent lines (--quoteoffset=0 + <blockquote>) even though I haven't had a chance to play with it yet ^_^.