Merge branch 'main' of https://github.com/frappe/community into main

This commit is contained in:
pateljannat
2021-03-23 15:29:18 +05:30
6 changed files with 164 additions and 8 deletions

View File

@@ -51,7 +51,7 @@
{% endmacro %}
{% macro render_section_text(s) %}
{{ s.contents | markdown }}
{{ frappe.utils.md_to_html(s.contents) }}
{% endmacro %}
{%- block script %}