181 字
1 分钟
Fuwari - Markdown 示例

语法高亮#

示例:#

Syntax Highlighting 语法高亮

代码:#

[Syntax Highlighting 语法高亮](https://www.holofox.cloudns.pro)

注意事项#

示例:#

title

Highlights information that users should take into account, even when skimming.

TIP

Optional information to help a user be more successful.

IMPORTANT

Optional information to help a user be more successful.

WARNING

Optional information to help a user be more successful.

CAUTION

Optional information to help a user be more successful.

代码:#

:::note[title]
Highlights information that users should take into account, even when skimming.
:::
:::tip
Optional information to help a user be more successful.
:::
:::important
Optional information to help a user be more successful.
:::
:::warning
Optional information to help a user be more successful.
:::
:::caution
Optional information to help a user be more successful.
:::

GitHub 代码库卡片#

代码:#

::github{repo="<owner>/<repo>"}

代码编辑器模式#

示例:#

src/content/index.html
<div>File name comment example</div>

代码:#

# 去掉注释使用
# <!-- src/content/index.html -->
# <div>File name comment example</div>

视频#

示例:#

markdown
<iframe width="100%" height="468" src="https://www.youtube.com/embed/5gIf0_xpFPI?si=N1WTorLKL0uwLsU_" title="YouTube video player" frameborder="0" allowfullscreen></iframe>