--- title: markdown abbrlink: 96be88e3 date: 2022-04-23 20:34:26 mathjax: true cover: true toc: true summary: >- Markdown笔记教程 tags: - markdown - 效率 categories: - 效率 reprintPolicy: cc_by author: TianZD coverImg: img: password: --- [toc] # Markdown ## Markdown索引 ### 索引文件夹 [效率](【2】学习/效率) ### 索引文件 [markdown](【2】学习\效率\markdown.md) ### 图片超链接 ````html

``` ````

## Markdown插入图片 ### 直接插入 ```markdown ![图片描述关键词](图片链接地址) ``` **[PicGo + Gitee(码云)实现免费markdown图床](https://link.zhihu.com/?target=https%3A//www.jianshu.com/p/b69950a49ae2)** ![](https://gitee.com/tianzhendong/img/raw/master//images/202202111357847.png) ### HTML插入-排版 ```html

这是图注
```

这是图注
## Markdown插入音频 ### 使用audio 标签 ```markdown ``` ### 使用iframe标签 我们以网易云音乐为例 1.首先在网易云音乐播放界面,点击生成外链播放器 ![image-20220211111954460](https://gitee.com/tianzhendong/img/raw/master//images/202202111119569.png) ![image-20220211112012621](https://gitee.com/tianzhendong/img/raw/master/images/202204171928201.png) ## Markdown插入视频 ### html中的iframe标签 ```html ``` ### html中的video标签 ```html