Rendering Tiddlers as Static HTML

It's desirable for TiddlyWiki to be able to save a really basic HTML 3.2 rendering of tiddlers to allow old or primitive browsers to access the content.

The current wikifier stack is oriented around DOM techniques which don't directly lend themselves to the production of static HTML. In any case, the current wikifiers generate elements that are riddled with event handlers and CSS classes.