diff --git a/community/www/courses/course.html b/community/www/courses/course.html index 7e118055..75ec0d43 100644 --- a/community/www/courses/course.html +++ b/community/www/courses/course.html @@ -55,7 +55,7 @@

Course Description

- {{ course.short_introduction }} + {{ frappe.utils.md_to_html(course.description) }}
{% endmacro %}