From 7da95d4f2e5597e9617dbe5902214828325117c8 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Fri, 1 Apr 2022 09:40:50 +0530 Subject: [PATCH] fix: markdown support for section with features --- .../section_with_features/section_with_features.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -%}