Quote:
Originally Posted by asjogren
On a related issue with TXT input, the Conversion Preference "treat each line as a paragraph" does not appear to work. The result was each chapter was a paragraph.
|
Unless you use markdown processing (which has very specific requirements for formatting), TXT input has no idea what a chapter is. It works exclusively on lines.
Quote:
Originally Posted by FatDog
I'm struggling with similar issues.
I took someones advice and I am trying to put simple HTML tags into my .txt file to create .htm/.html.
To preserve spacing when I need it I can add PRE and /PRE tags around things that should NOT be flowed.
|
Pre tags are almost always a bad idea. HTML supports other layout methods such as div and tables.