It would be cool to support this use case: ``` const content = sanitize(block.value) return ( <div dangerouslySetInnerHTML={{ __html: content, }} /> ``` Let me know if I can help. I have some previous, though limited, experience writing rules.