mirror of
https://github.com/imfing/hextra.git
synced 2025-05-13 18:16:25 -04:00

* fix: RTL Steps in steps.html file * feat: Add bidirectional support * fix: RTL problem * fix: RTL problem, feat: Add Persian CSS counter * feat: Add Persian for ol counter * fix: styling text * Add ol output example * fix: RTL problem * fix some issue * fix some issue * fix some issue
10 lines
318 B
HTML
10 lines
318 B
HTML
{{- $name := .Get "name" -}}
|
|
|
|
|
|
<li class="hx-flex hx-list-none">
|
|
<span class="hx-inline-flex hx-cursor-default hx-items-center hx-py-1">
|
|
{{- partial "utils/icon" (dict "name" "document-text" "attributes" "width=1em") -}}
|
|
<span class="ltr:hx-ml-1 rtl:hx-mr-1">{{ $name | markdownify }}</span>
|
|
</span>
|
|
</li>
|