Quote:
Originally Posted by Renate
I do my tech documentation in a single file that gets exploded into separate HTML pages.
What is in the file is stripped down HTML. For boring text it would just be <p>.
|
Have you considered using asciidoc, markdown, or similar instead of HTML? They use an empty line instead of <p> and just about everything else is streamlined and automated.