✨ feat: add force_text_direction shortcode (#414)
This commit is contained in:
5
templates/shortcodes/force_text_direction.html
Normal file
5
templates/shortcodes/force_text_direction.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{%- set direction = direction | default(value="ltr") -%}
|
||||
|
||||
<div data-force-text-direction="{{ direction }}">
|
||||
{{ body | markdown | safe }}
|
||||
</div>
|
Reference in New Issue
Block a user