How to echo category_description() without stripping out html tags?

Found the answer here > http://www.laptoptips.ca/projects/category-description-editor/

echo get_term_field( 'description', get_query_var( 'cat' ), 'category', 'raw' );