summaryrefslogtreecommitdiff
path: root/templates/shortcodes/force_text_direction.html
blob: 79d96978268604e600762a731a19a68a72f54ce9 (plain)
1
2
3
4
5
{%- set direction = direction | default(value="ltr") -%}

<div data-force-text-direction="{{ direction }}">
    {{ body | markdown | safe }}
</div>