Is there a way to prevent Tw from adding spanned br's in HTML blocks, with 
out having to write a single line of hard to read code?

Tiddly content example:
<html>
<div>a div! <span>a span!</span></div>
<div><style scoped> div { color: red; } span { color: green; } </style> a 
div! <span>a span!</span></div>
<div>a div! <span>a span!</span></div>
</html>


HTML that is actually generated:
<div class="viewer">
<span>
<span>
<br>
</span>
<div>
<span>a div! </span>
<span>
</div>
<span>
<br>
</span>
<div>
<style scoped="">
div { color: red; } span { color: green; }
</style>
<span> a div! </span>
<span>
<span>a span!</span>
</span>
</div>
<span>
<br>
</span>
<div>
<span>a div! </span>
<span>
<span>a span!</span>
</span>
</div>
<span>
</span>
</div>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to