good first issue
仓库指标
- Star
- (788 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
I looked at various ways to use Alert or Callout, but couldn't find a way.
In many examples use {% include warning.html title="some title" content="some contents" %} for Alert,
and {% include callout_v2.html type="danger" content="some contents" %} for Callout.
Even the sample post provided by the YAT theme uses the following method, but it still does not work.

plz give me some advice