summaryrefslogtreecommitdiff
path: root/templates/shortcodes/force_text_direction.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/shortcodes/force_text_direction.html')
-rw-r--r--templates/shortcodes/force_text_direction.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/shortcodes/force_text_direction.html b/templates/shortcodes/force_text_direction.html
deleted file mode 100644
index 79d9697..0000000
--- a/templates/shortcodes/force_text_direction.html
+++ /dev/null
@@ -1,5 +0,0 @@
-{%- set direction = direction | default(value="ltr") -%}
-
-<div data-force-text-direction="{{ direction }}">
- {{ body | markdown | safe }}
-</div>