How to ensure that all html-tags were closed? The problem arises because I want create some sort of excerpt for every article. For example someone writes an article like this:
Hi everyone, I'm just an article and I have few <strong>tags</strong> inside <em>of me</me>
If I cut this message just after "tags", I get an unclosed tag . How can I check with Django all user's input text before saving it to DB?