Files
hextra_mirror/exampleSite/content/docs/guide/shortcodes/callout.ja.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.3 KiB

title, linkTitle, aliases, prev
title linkTitle aliases prev
コールアウトコンポーネント コールアウト
callouts
/docs/guide/shortcodes

読者に重要な情報を表示するための組み込みコンポーネントです。

Note

GitHubスタイルのアラートv0.9.0以降でサポートされています。 これはMarkdown構文を活用してコールアウトをレンダリングするため、コンテンツの移植性と可読性が向上します。

{{< callout emoji="👾">}} コールアウトとは、注意を引くための短いテキストです。 {{< /callout >}}

{{< callout type="info" >}} コールアウトとは、注意を引くための短いテキストです。 {{< /callout >}}

{{< callout type="warning" >}} コールアウトとは、注意を引くための短いテキストです。 {{< /callout >}}

{{< callout type="error" >}} コールアウトとは、注意を引くための短いテキストです。 {{< /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 */>}}