Goudarz Jafari 22d4737b99
fix: RTL Steps FileTree, feat: Add Persian number for ol label counter and Steps (#314)
* 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
2024-03-05 07:47:29 +00:00

619 B
Raw Blame History

title next
مراحل /docs/guide/deploy-site

یک کامپوننت داخلی برای نمایش یک سری مراحل.

مثال

{{% steps %}}

مرحله ۱

این اولین مرحله است.

مرحله ۲

این دومین مرحله است.

مرحله ۳

این سومین مرحله است.

{{% /steps %}}

استفاده

سرتیتر مارک‌داون h3 را در کد کوتاه steps قرار دهید.

{{%/* steps */%}}

### مرحله ۱

این اولین مرحله است.

### مرحله ۲

این دومین مرحله است.

{{%/* /steps */%}}