卡片标题
这里是卡片内容。
加粗:加粗文字
斜体: 斜体文字
删除文字
内容 标记
数学表达式: −(2n−1) ~ 2n−1−1
∂ωr∂r(ωyω)=(ωyω){(logy)r+∑i=1rωi(−1)Ir⋯(r−i+1)(logy)ri}
19th
H2O
内容居中
内容右对齐
| Tables | Are | Cool |
|---|---|---|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
引用内容
引用内容
链接 alt
Badge:
图标:
卡片:
卡片标题
卡片标题
链接卡片:
这里是卡片内容
图片卡片:

Andreas Kunz | 2024年8月16日
今天照片中的灯塔位于葡萄牙南部海岸阿尔加维的卡沃埃罗。阿尔凡齐纳灯塔建于1919年,照耀着大海,帮助船只在该地区周围危险的水域航行。这座灯塔是著名的旅游胜地,同时也是该地区与海洋紧密联系的象征。如果你有幸住在灯塔附近,那么本周末就是拜访灯塔的最佳时机。
图片:


demo wrapper:
示例
代码:
const a = 1
const b = 2
const c = a + b
const obj = {
toLong: {
deep: {
deep: {
deep: {
value: 'this is to long text. this is to long text. this is to long text. this is to long text.',
}
}
}
}
}代码分组:
const a = 1
const b = 2
const c = a + bconst a: number = 1
const b: number = 2
const c: number = a + b代码块高亮:
function foo() {
const a = 1
console.log(a)
const b = 2
const c = 3
console.log(a + b + c)
console.log(a + b)
}代码块聚焦:
function foo() {
const a = 1
}GFM alert:
注
note
相关信息
info
提示
tip
注意
warning
警告
caution
重要
important
代码演示:
<h1>Hello Word!</h1>
<p><span id="very">非常</span>强大!</p>document.querySelector('#very').addEventListener('click', () => {
alert('非常强大')
})span {
color: red;
}选项卡:
内容区块
内容区块
注意
内容区块
内容区块
脚注:
脚注 1 链接[1]。
脚注 2 链接[2]。
行内的脚注[3] 定义。
重复的页脚定义[2:1]。