forked from drowl87/hextra_mirror

* 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
619 B
619 B
title | next |
---|---|
مراحل | /docs/guide/deploy-site |
یک کامپوننت داخلی برای نمایش یک سری مراحل.
مثال
{{% steps %}}
مرحله ۱
این اولین مرحله است.
مرحله ۲
این دومین مرحله است.
مرحله ۳
این سومین مرحله است.
{{% /steps %}}
استفاده
سرتیتر مارکداون h3 را در کد کوتاه steps
قرار دهید.
{{%/* steps */%}}
### مرحله ۱
این اولین مرحله است.
### مرحله ۲
این دومین مرحله است.
{{%/* /steps */%}}