Featured image of post Markdown 语法

Markdown 语法

参考文章 → Markdown 基本语法 | Markdown 官方教程

标题

## 二级标题
### 三级标题
#### 四级标题

段落

> 引用(可包含 **粗体**,*斜体*,- 无序列表)
> 
>> 引用嵌套

- 无序列表
	- 无序列表嵌套

1. 有序列表
2. Shift + Enter 换行不换段落

空行
分割线: --- / *** / ___
空行

字体

**粗体**
*斜体*
~~删除线~~
<u>下划线</u>
<font color="#9e86c8" size="6">文字颜色、大小</font>
&nbsp; 空格

图片/链接

![自定义图片描述](图片链接)
<img src="图片链接" alt="自定义图片描述" width="宽度,如200" height="高度,如200" align='right'对齐方式> 

<p align = "center"> 
<img src=""  width="" >
<img src=""  width="" >
</p>

[网站名称](https://yelleis.top/ "鼠标悬停在链接上出现的文字")
<网址/邮箱> 变成可点击的链接
This is **[Yelle🦋](https://yelleis.top/)**. 链接粗体显示
This is *[Yelle🦋](https://yelleis.top/)*. 链接斜体显示
This is  [`Yelle🦋`](https://yelleis.top/). 链接代码块显示

(tips:如链接中有空格,用 %20 代替 空格。)

复选框

- [x] 已完成
- [ ] 未完成

脚注

[^1] 文中插入
[^1]: My footnote. 文末插入

表格

| 表头   |   表头   |   表头 |
|:------ |:--------:| ------:|
| 左对齐 | 居中对齐 | 右对齐 |
| 链接 | 短代码 | 粗体 |

&#124; 在表格表示竖线 |

代码

`单词或短语`
``Use `转义反引号` use.`` ——> Use `转义反引号` use.
```json 下一行 代码块 下一行 ``` 
~~~json 下一行 代码块 下一行 ~~~

嵌入内联框架,如 excel:
<iframe src="链接" width="宽度,如640" height="高度,如480" frameborder="外边框 0" scrolling="最外层的iframe不要加滚动条 no"></iframe>

汇总页面 → [Shortcode]

Shortcode

内容折叠

文章里输入(去掉 \ ):

{\{< toggle "展示" >}\}
    按照下方格式输入👇
{\{< /toggle >}\}
展示
按照下方格式输入👇

总字数对应书籍

文章里输入(去掉 \ ):

<font color="#000000" size="3">共 {\{< wordCount "post" >}\}!</font>

相册瀑布流

文章里输入(去掉 \ ):

<\gallery>
    <img src="https://xxxxx.jpg">
    <img src="">
    <img src="">
<\/gallery>

<\gallery>![](https://xxxxx.jpg)![](https://xxxx)<\/gallery>

# 双列瀑布流 本地图片,调取根目录 `/static/photos/1234` 内的图片并显示
{\{< gallery "photos/1234">}\}

Github 仓库

文章里输入(去掉 \ ):

{\{< github title="gohugoio/hugo" detail="The world’s fastest framework for building websites." >}\}

双向友链

文章里输入(去掉 \ ):

{\{< friend name="名称" url="网址" avatar="头像" bio="描述" >}\}{\{< friend name="名称" url="网址" avatar="头像" bio="描述" >}\}

键盘标签

文章里输入(去掉 \ ):

「复制」功能的快捷键是:<\kbd>CTRL</kbd> + <\kbd>C</kbd>

NeoDB

文章里输入(去掉 \ ):

{\{< neodb "https://neodb.social/tv/season/5LhjwMXRPTxoGfRl4ftQj2" >}\}
\{\{< neodb "https://book.douban.com/subject/36328704/" >\}\}
访问量 -    访客数 - 人次
Only you can define yourself.
Built with Hugo | 主题 StackJimmy 设计