Markdown语法

为什么写这篇文章?
因为不常用,因为记不住。每次搜索引擎搜索出来的都不是我想要的,记录一下已经学习到的点以及好用的来源。

Markdown 图片

本地图片

1
2
3
4
.
├── xxxx.md
└── assets
└── img-1.jpg
1
2
3
4
5
![这是图片](assets/img-1.jpg "x-biji")
或者加个点
![这是图片](./assets/img-1.jpg "x-biji")
或者加个点
![这是图片](/assets/img-1.jpg "x-biji")

参考地址
https://markdown.com.cn/basic-syntax/images.html

https://www.zhihu.com/question/21065229/answer/64855659

https://fuhailin.github.io/Hexo-images/

作者

谷雨淋雨

发布于

2023-10-01

更新于

2024-01-04

许可协议

You need to set install_url to use ShareThis. Please set it in _config.yml.
You forgot to set the business or currency_code for Paypal. Please set it in _config.yml.

评论

You forgot to set the shortname for Disqus. Please set it in _config.yml.