seitime-frappe/frappe/website/web_template/markdown/markdown.html
2020-09-15 11:45:06 +05:30

5 lines
161 B
HTML

<div class="section-markdown">
<div class="from-markdown {{ 'mx-auto' if align == 'Center' else '' }}">
{{ frappe.utils.md_to_html(content) }}
</div>
</div>