Raw HTML text can be included in a tiddler:
<html> This is some <strong>HTML</strong> formatting </html>This is some HTML formatting
Notes
- only static HTML elements that are valid within a
<div>work correctly -
document.writecannot be used to generate dynamic content - External
<script>elements cannot be used within<html>blocks