... I'm rather reluctant to treat mail headers as definition lists, because they *aren't*. No, --mailmode simply recognises mail features, and it's off by...
... Well, I'm not actually interested in mail headers but generally in structural information hidden in plain text files. I'm doing research on information...
... Sounds interesting! ... Ah, I see. Yes, basically the reason I did definition lists as Term:\n Definition is because it makes it easier to distinguish from...
... Which particular ones, do you think? It already has class="quote_mail" (for email quotes) and class="quote_explicit" for text delimited by explicit...
In looking through the pod doc , I see the following 'kinds' of things mentioned as being handled: Type of item Class name headings, tables, lists, ...
... You can specify styles based on the HTML tag. Classes are used to distinguish between two different kinds of the same tag (e.g. P.summary and P.footer),...
... Actually, "quote_mail" gets applied to recognisably quoted paragraphs within a mail message, ie ... Mail headers don't have their own class, but this...
Compiling and giving it a first try, will invariably tweak this more. I want $top obviously to be appended at the top as is - unprocessed/uncoverted to the...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the txt2html group. File : / Excellent...
... If you use append_file it will be *appended*. If you want the contents of $top to be at the top, you need to use the "prepend_file" option. Then you can...
... No, the use_preformat_marker simply processes things between the preformat marker as if it were indented text; if you don't want your HTML tags to be...
Below find my code, then the text file I am processing, then the html output. Just want to takcle one thing at a time(?) Notice there are 17 numbered items in...
... Yes, I see what happened. ... It does seem to be that the simplest way of fixing this would be to ... [snip] ... What is happening is that txt2html sees...
On Fri, 16 Apr 2004 20:16:19 +1000, "Kathryn Andersen" ... Well text2html is doing most of the wowk, I think I can do standard file processing before and after...
I tried you recommendation, but the results are the same. Please see the text file, the code and the html below. Thought I followed you recommendation but...
... Okay, I suggest that you also put a line of dashes in between the last list item and the first heading. That may help. -- _--_|\ | Kathryn Andersen...
... You know you don't have to edit the txt2html.dict -- you can simply use another file and use the links_dictionaries option to add the additional filename...
Hi, I think I've found minor bug related to preformatting. When there are empty line(s) after a preformatted block, they are still included in the <PRE> block....
... Yes, I've actually been aware of this for a long time, but I haven't been able to think of a good way of fixing it. I'd love to get some ideas. The...
Hi Kathryn, ... Maybe it would be possible to generally insert end tags at the end of the last line in a paragraph/block instead of the beginning of the next...
... [much snippage] ... No, because the "\n" is already there, it's the original "\n". But it's probably the right direction to look in; to try to prevent the ...
Hi, here's another bug, this one should be straightforward (I hope). If a file ends with preformatted text, the closing </PRE> is missing. Interestingly, with...
We now have a new release! - bug fixes for preformatting: fixed up loss of trailing PRE, and now preformats and lists no longer have a trailing blank line ...