354 字
2 分钟
Fuwari文章基础格式与Md扩展语法笔记

Fuwari文章基础格式与Md扩展语法笔记#

文章抬头#

---
title: Fuwari文章基础格式与Md扩展语法笔记
published: 2025-04-21
description: "Fuwari文章基础格式与Markdown扩展语法笔记。"
image: "./images/cover.jpeg"
tags: ["Fuwari", "Markdown"]
category: 笔记
draft: false
pinned: false
---
AttributeDescription
title文章标题
published文章发布日期
description文章描述
image文章封面 可以是绝对路径、相对路径或http链接
tags文章标签
category文章分类
draft是否为草稿
lang仅当文章语言与 config.ts 中的网站语言不同时需要设置
pinned仅当置顶该文章时设置 需修改新增配置才可使用 默认不支持

视频引入方法#

<iframe width="100%" height="468" src="//player.bilibili.com/player.html?isOutside=true&aid=112783744175997&bvid=BV1QWbjeYEXY&cid=500001615177758&p=1" title="再见BW2024,回归三次元啦qwq" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
## 创建GitHub仓库卡片
::github{repo="saicaca/fuwari"}
saicaca
/
fuwari
Waiting for api.github.com...
00K
0K
0K
Waiting...

警告语法#

支持的警告类型如下: note tip important warning caution

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

:::tip
Optional information to help a user be more successful.
:::

:::note[自定义标题]
This is a note with a custom title.
:::
NOTE

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

TIP

Optional information to help a user be more successful.

自定义标题

This is a note with a custom title.

GitHub提示语法#

> [!NOTE]
> The GitHub syntax is also supported.

> [!TIP]
> The GitHub syntax is also supported.
NOTE

The GitHub syntax is also supported.

TIP

The GitHub syntax is also supported.

参考文章#

Fuwari文章基础格式与Md扩展语法笔记
https://blog.imxizhen.asia/posts/笔记/fuwari文章基础格式与md扩展语法笔记/
作者
imxizhen
发布于
2025-04-21
许可协议
CC BY-NC-SA 4.0