Is it possible to display html formatted text (for example 'Hey!') as html via jQuery? I`m getting this text from db. When im trying to do something like
$('.course_content').find('.content').html('{{ course.description }}')
It looks like plain text
<strong>Hey!</strong>