lute icon indicating copy to clipboard operation
lute copied to clipboard

Callout block

Open iTanken opened this issue 1 year ago • 5 comments

参考文档:https://docs.github.com/zh/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts

Markdown 引用块 GitHub 扩展语法

> [!NOTE]
> Highlights information that users should take into account, even when skimming.

> [!TIP]
> Optional information to help a user be more successful.

> [!IMPORTANT]
> Crucial information necessary for users to succeed.

> [!WARNING]
> Critical content demanding immediate user attention due to potential risks.

> [!CAUTION]
> Negative potential consequences of an action.

当前渲染效果

image

GitHub 渲染效果

[!NOTE] Highlights information that users should take into account, even when skimming.

[!TIP] Optional information to help a user be more successful.

[!IMPORTANT] Crucial information necessary for users to succeed.

[!WARNING] Critical content demanding immediate user attention due to potential risks.

[!CAUTION] Negative potential consequences of an action.

iTanken avatar Mar 12 '24 01:03 iTanken

思源有解决这个问题吗,我看现在在软件里面还是一样的情况,并没有进行完善

duskdusts avatar Apr 04 '25 16:04 duskdusts

嗯,没有支持这个扩展语法。

88250 avatar Apr 05 '25 14:04 88250

有计划增加这个拓展吗,目前typora等多个软件都支持了,希望能进行适配,谢谢!!

PawnMa avatar Aug 14 '25 03:08 PawnMa

抱歉,目前没有支持计划。

88250 avatar Aug 14 '25 03:08 88250

和 GitHub Alert 稍有区别,增加自定义 Title 部分,Title 开头如果是 Emoji 则解析为自定义 Icon:

> [!Type] Title
> Content

88250 avatar Oct 10 '25 13:10 88250