> I noticed that it adds an span whenever you have a blank line in the html.
Please read the plugin documentation regarding the handling of
newlines. By default, embedded newlines are treated as TW-formatted
content and are retained in the output. If you don't want newlines to
be retained (i.e., the "normal" HTML handling), then you should be
using the <hide linebreaks> "psuedo-tag" within your HTML:
<html><hide linebreaks>...mixed HTML and TW-formatted content here...</
html>
Alternatively, if you are not using any TW syntax within the HTML, you
can use the <nowiki> psuedo-tag:
<html><nowiki>... HTML content only ...</html>
Please note: if you change my plugin code, you MUST rename your copy
of the plugin to avoid confusion. Please see
http://www.TiddlyTools.com/#LegalStatements
for further information regarding terms of use.
-e