v0.14.2
this is required for code snippets within `<pre>` tags:
import { safe, htmlEncode } from "complate-stream";
<pre>{safe(htmlEncode(code))}</pre>
not pretty (nor well documented), but effective for now - we might come
up with a more elegant API later on