在帖子中禁用 HTML 实体

Without thinking about it too hard, I think that the thing to do might be to encode the HTML tags before the import. It sounds like it might be safe enough to just convert all of the <s and >s into &lt;s and &gt;s.