{jsonLD}
阅读本篇文章大概需要 5 分钟
语法:
# This is an h1 title
## This is an h2 title
### This is an h3 title
#### This is an h4 title
实例:
语法:
_This text will be italic_
**This text will be bold**
实例:
This text will be italic
This will also be bold
语法:
- Item 1
- Item 2
- Item 3
1. Item 1
2. Item 2
3. Item 3
实例:
语法:

实例:
语法:
[link-name](link-url)
实例:
语法:
> xxxx
实例:
君子有九思:视思明,听思聪,色思温,貌思恭,言思忠,事思敬,疑思问,忿思难,见得思义
语法:
`This is an inline code.`
实例:
This is an inline code.
语法:
```javascript
for (var i = 0; i < 100; i++) {
console.log("hello world");
}
```
实例:
for (var i = 0; i < 100; i++) {
console.log("hello world");
}
语法:
www.example.com
实例:
语法:
A note[^1]
[^1]: Big note.
实例:
A note1
语法:
~one~ or ~~two~~ tildes.
实例:
one or two tildes.
语法:
| a | b | c | d |
| --- | :-- | --: | :-: |
实例:
| a | b | c | d |
|---|
语法:
- [ ] to do
- [x] done
实例:
语法:
"SmartyPants" 和 'SmartyPants'
实例:
“SmartyPants” 和 ‘SmartyPants’
语法:
``like this''
实例:
“like this”
-- 转 en-dash,--- 转 em-dash语法:
1962--1968
A penny saved is a penny earned. —--Benjamin Franklin
实例:
1962—1968
A penny saved is a penny earned. ——Benjamin Franklin
语法:
...
实例:
…
愿你开心每一天!😁
The background color is #ffffff for light mode and #000000 for dark mode.
语法:
> [!NOTE] 注意
> The custom title will replace the regular title.
> [!TIP] 技巧
> Helpful advice for doing things better or more easily.
> [!IMPORTANT] 重要
> Key information users need to know to achieve their goal.
> [!WARNING] 警告
> Urgent info that needs immediate user attention to avoid problems.
> [!CAUTION] 谨慎
> Advises about risks or negative outcomes of certain actions.
实例:
注意
The custom title will replace the regular title.
技巧
Helpful advice for doing things better or more easily.
重要
Key information users need to know to achieve their goal.
警告
Urgent info that needs immediate user attention to avoid problems.
谨慎
Advises about risks or negative outcomes of certain actions.
The Cauchy-Schwarz Inequality
语法:
::github{repo="mqyqingfeng/blog"}
实例:
Big note. ↩
文章最后修改时间:2025-06-14 13:48:50