Ckrvxr's Blog

博客园 首页 新随笔 联系 订阅 管理

基本语法

标题

# Heading level 1
## Heading level 2
### Heading level 3
#### Heading level 4
##### Heading level 5
###### Heading level 6

Heading level 1

Heading level 2

Heading level 3

Heading level 4

Heading level 5
Heading level 6

段落

I really like using Markdown.

I think I'll use it to format all of my documents from now on. 

I really like using Markdown.

I think I'll use it to format all of my documents from now on.

字体

*Raycho* 斜体
**I love you** 粗体
***MX*** 斜体+粗体
~~Fotget~~

Raycho

I love you

MX

Fotget

引用

>我讨厌你
>>我嫉妒你
>>>我还是喜欢你

我讨厌你

我嫉妒你

我还是喜欢你

分隔线

For compatibility, add blank lines before and after the dividers.

---

Just like this passage.

For compatibility, add blank lines before and after the dividers.


Just like this passage.

图片

![avatar](/image/avatar.png "avatar")

image

链接

[Markdown语法](https://markdown.com.cn "最好的markdown教程")

Markdown 语法

列表

有序列表

1. First item
1. Second item
1. Third item
1. Fourth item
  1. First item
  2. Second item
  3. Third item
  4. Fourth item

无序列表

- First item
- Second item
- Third item
- Fourth item
  • First item
  • Second item
  • Third item
  • Fourth item

代码

行内代码

At the command prompt, type `nano`.

At the command prompt, type nano​.

代码块

‍```json
{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}
‍```
{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}

表格

| Syntax      | Description |
| ----------- | ----------- |
| Header      | Title       |
| Paragraph   | Text        |
Syntax Description
Header Title
Paragraph Text

转译

\\
\`
\*
\+
\-
\_
\.
\#
\!
\|
\< \>
\{ \}
\[ \]
\( \)

\
`
*
+
-
_
.
#
!
|
< >
{ }
[ ]
( )

posted on 2024-06-07 12:18  ckrvxr  阅读(14)  评论(0编辑  收藏  举报