(moved = true)} on:keydown={(e) => { if (e.key === "Enter" || e.key === " ") { e.preventDefault(); clickHandler(); } }} >
favicon
{#if title}
{title}
{/if}
{@html DOMPurify.sanitize( marked(DOMPurify.sanitize(content, { ALLOWED_TAGS: [] })), )}