diff --git a/community/www/courses/topic.html b/community/www/courses/topic.html index 205bbeee..e7008baa 100644 --- a/community/www/courses/topic.html +++ b/community/www/courses/topic.html @@ -51,7 +51,9 @@ {% endmacro %} {% macro render_section_text(s) %} - {{ s.contents | markdown }} +
BEGIN SECTION
+ {{ frappe.utils.md_to_html(s.contents) }} +END SECTION
{% endmacro %} {%- block script %}