Merge commit '9475df091491ca7b51c1b60b542720f10637d9dc'

This commit is contained in:
Fabian Montero 2025-09-13 14:34:18 -06:00
commit 1256451169
332 changed files with 25244 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{%- set direction = direction | default(value="ltr") -%}
<div data-force-text-direction="{{ direction }}">
{{ body | markdown | safe }}
</div>