So with my Python project, I will have a forum on it as well which I am coding myself.I have a text editor similar to the one here which has buttons for things like bold, center, font size etc. Is there a way that I can have it so that when the user posts something, only those HTML tags are accepted. So if there was another like let's say <strike>, it is just returned as raw text or is completely removed?