With `html: true` remarkable strips `<script>` but does not strip attributes like onclick/onerror/etc, so you can do things like this: ``` <img src="invalid.jpg" onerror="alert('Injected!')" /> ``` This is obviously an XSS vulnerability.