3

【笔记】Markdown文档学习笔记

 1 year ago
source link: https://loli.fj.cn/2023/04/16/Markdown%E6%96%87%E6%A1%A3%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

【笔记】Markdown文档学习笔记

2023-04-16

Markdown文档实际上就是通过文档的形式渲染HTML页面
通过Markdown语法编写的.md文件通过特定软件打开即可渲染HTML页面

# 一级标题
## 二级标题
### 三级标题
#### 四级标题
##### 五级标题
###### 六级标题
一级标题
===
二级标题
---
正文
__内容__

**内容**
_内容_

*内容*
~~内容~~
- 内容
- 内容

* 内容
* 内容
1. 内容
2. 内容
[内容](https://example.com)

参考风格超链接

[内容][1].

[1]: https://example.com "标题"

自动超链接

  • 超链接内容和超链接地址都是URL
<https://example.com>
  • 内容是图片加载不出来显示的文字,可以省略
![](https://example.com)
![内容](https://example.com)

图片超链接

[![](图片URL)](超链接URL)

Github徽标(Github Badges)

    代码
``` 编程语言
代码
```

行内代码块

`代码`
|表头|表头|
|---|---|
|内容|内容|
|内容|内容|

IDEA Preferences
CSDN——珍妮玛•黛金


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK