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
---
Attribute | Description |
---|---|
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"}
Waiting for api.github.com...
警告语法
支持的警告类型如下: 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.
:::
NOTEHighlights information that users should take into account, even when skimming.
TIPOptional 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.
NOTEThe GitHub syntax is also supported.
TIPThe GitHub syntax is also supported.
参考文章
Fuwari文章基础格式与Md扩展语法笔记
https://blog.imxizhen.asia/posts/笔记/fuwari文章基础格式与md扩展语法笔记/