I don't know when I'll get around to releasing a new version of txt2html, but I have a few fixes I've been sitting on. I thought I'd send them out on this list so people could take advantage of them without having to wait until I finally package up a new release. * Changed incorrect entity names of "fraq*" to "frac*". * Allow paragraphs within lists by permitting blank lines within list elements, as long as the following text has the same indentation level. * Changed a useless chomp to a chop (as must have been originally intendend) to remove the trailing "." from automatic heading anchor names. Here's a patch for the three changes: 296c296 < "\274", "&fraq14;", "\275", "&fraq12;", "\276", "&fraq34;", --- > "\274", "¼", "\275", "½", "\276", "¾", 962a963 > return if $line_indent == $prev_indent; 1097c1098 < chomp($anchor); --- > chop($anchor); To unsubscribe from this group, send an email to: txt2html-unsubscribe@onelist.com Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/