コールアウトブロック

Info, warning, tip, and danger callout blocks for the EmDash editor.

プラグイン

コールアウトブロック

Info, warning, tip, and danger callout blocks for the EmDash editor.

  • カテゴリー: コンテンツ
  • ステータス: 利用可能
  • バージョン: 1.0.0
  • 価格: Free

The block type every technical writer reaches for that almost no theme ships. Adds info, warning, tip, and danger callout blocks to the EmDash Portable Text editor with a companion Astro component.

Installation

pnpm add @plugdash/callout
import { calloutPlugin } from "@plugdash/callout";

export default defineConfig({
  integrations: [
    emdash({
      plugins: [calloutPlugin()],
    }),
  ],
});

Usage scenarios

  • Technical documentation — highlight important notes, warnings, and tips.
  • Blog posts — draw attention to key takeaways or caveats.
  • Tutorials — visually distinguish different types of information.