mirror of
https://github.com/welpo/tabi.git
synced 2025-12-14 11:48:45 +01:00
- Introduce new `force_text_direction` shortcode - Overrides global `force_codeblock_ltr` setting and document direction - Accepts "ltr" or "rtl" as direction parameter
5 lines
148 B
HTML
5 lines
148 B
HTML
{%- set direction = direction | default(value="ltr") -%}
|
|
|
|
<div data-force-text-direction="{{ direction }}">
|
|
{{ body | markdown | safe }}
|
|
</div>
|