Expected Findings
- Renderer config sets `sanitize:false` and `html:true`.
- `<script>` and `onerror` attributes are preserved in the output.
- Output is later inserted into other users' feeds.
The community markdown renderer keeps `sanitize:false` so embedded HTML, `<script>`, and inline event handlers all reach the page.
CWE-79
marked.setOptions({ html: true, sanitize: false })