category_description() shows raw html after version 3.x?

Actually HTML is stripped on input, using wp_filter_kses function hooked into pre_term_description filter. So if this hook isn’t removed HTML would be stripped.