diff --git a/frappe/website/web_template/section_with_features/section_with_features.html b/frappe/website/web_template/section_with_features/section_with_features.html index d893f8dab3..e9a1966f3d 100644 --- a/frappe/website/web_template/section_with_features/section_with_features.html +++ b/frappe/website/web_template/section_with_features/section_with_features.html @@ -17,12 +17,12 @@

{{ feature.title }}

{%- endif -%} {%- if feature.content -%} -

{{ feature.content }}

+

{{ frappe.utils.md_to_html(feature.content) }}

{%- endif -%}
{%- if feature.url -%} - Learn more → + {{ _("Learn more") }} → {%- endif -%}