Files
hextra_mirror/exampleSite/content/docs/guide/shortcodes/callout.fa.md
Xin ec007d73c0 docs(blog): prepare for v0.10 release post (#746)
* docs(blog): prepare for v0.10 release post

* Update v0.10.md

* Update v0.10.md to refine upgrade instructions and enhance blog features. Added synchronized tab switching and pagination controls, while improving the search experience and table of contents navigation.

* Enhance v0.10 release documentation with detailed upgrade instructions and migration guide. Added Tailwind theme variable customization section and clarified breaking changes. Improved clarity on CSS class prefix changes for better user experience.

* Update v0.10.md to enhance upgrade instructions, clarify breaking changes, and improve overall readability. Adjusted formatting for consistency and added details on asset management and user experience improvements.

* Add notable new features to v0.10.md, including dropdown menu support, enhanced search experience, and blog list pagination. Updated FlexSearch upgrade details for clarity and improved migration guide by removing redundant breaking change notes.

* chore: update zh-cn translation

* chore: update ja translation

* chore: update fa and ja translations

* chore: prepare release
2025-08-14 23:49:06 +08:00

2.6 KiB

title, linkTitle, aliases, prev
title linkTitle aliases prev
کامپوننت Callout Callout
callouts
/docs/guide/shortcodes

یک کامپوننت داخلی برای نمایش اطلاعات مهم به خواننده.

Note

هشدارهای سبک GitHub از نسخه 0.9.0 پشتیبانی می‌شوند. این ویژگی از سینتکس Markdown برای رندر کردن callout استفاده می‌کند که باعث بهبود قابلیت حمل و خوانایی محتوا می‌شود.

مثال

{{< callout emoji="👾">}} یک callout متن کوتاهی است که برای جلب توجه طراحی شده است. {{< /callout >}}

{{< callout type="info" >}} یک callout متن کوتاهی است که برای جلب توجه طراحی شده است. {{< /callout >}}

{{< callout type="warning" >}} یک callout متن کوتاهی است که برای جلب توجه طراحی شده است. {{< /callout >}}

{{< callout type="error" >}} یک callout متن کوتاهی است که برای جلب توجه طراحی شده است. {{< /callout >}}

نحوه استفاده

پیش‌فرض

{{< callout emoji="🌐">}} Hugo می‌تواند برای ایجاد انواع مختلف وب‌سایت‌ها از جمله وبلاگ‌ها، نمونه‌کارها، سایت‌های مستندات و غیره استفاده شود. {{< /callout >}}

{{</* callout emoji="🌐" */>}}
  Hugo می‌تواند برای ایجاد انواع مختلف وب‌سایت‌ها از جمله وبلاگ‌ها، نمونه‌کارها، سایت‌های مستندات و غیره استفاده شود.
{{</* /callout */>}}

اطلاعات

{{< callout type="info" >}} لطفاً برای مشاهده آخرین نسخه‌ها به GitHub مراجعه کنید. {{< /callout >}}

{{</* callout type="info" */>}}
  لطفاً برای مشاهده آخرین نسخه‌ها به GitHub مراجعه کنید.
{{</* /callout */>}}

هشدار

{{< callout type="warning" >}} این API در نسخه بعدی منسوخ خواهد شد. {{< /callout >}}

{{</* callout type="warning" */>}}
  این API در نسخه بعدی منسوخ خواهد شد.
{{</* /callout */>}}

خطا

{{< callout type="error" >}} مشکلی پیش آمده و قرار است منفجر شود. {{< /callout >}}

{{</* callout type="error" */>}}
  مشکلی پیش آمده و قرار است منفجر شود.
{{</* /callout */>}}