markdown语法备忘(代码片段)

xhBruce xhBruce     2022-12-24     127

关键词:

MarkDown语法备忘

markdown - 百度百科,Markdown是一种轻量级标记语言,创始人为约翰·格鲁伯(英语:John Gruber)。也就是Markdown是一个标准,按照标准有.md.markdown扩展名文本文件。


Markdown备忘表-Markdown语法快速参考


MarkDown基础语法

这些是John Gruber原始设计文档中概述的元素。所有Markdown应用程序都支持这些元素。

元素Markdown 语法HTML
标题# H1
## H2
### H3
<h1>标题等级1</h1>
<h2>标题等级2</h2>
<h3>标题等级3</h3>
粗体**bold text**<strong>粗体字</strong>
斜体*italicized text*<em>斜体文字</em>
粗体和斜体***bold and italicized text***<strong><em>粗体和斜体文字</em></strong>
块引用> blockquote
有序列表1. First item
2. Second item
3. Third item
<ol>
<li>First item</li>
<li>Second item</li>
<li>Third item</li>
<li>Fourth item</li>
</ol>
无序列表- First item
- Second item
- Third item
<ul>
<li>First item</li>
<li>Second item</li>
<li>Third item</li>
<li>Fourth item</li>
</ul>
代码`code`<code>code</code>
水平线
超链接[title](https://www.example.com)
图片![alt text](image.jpg)

MarkDown扩展语法

元素Markdown 语法HTML
表格| Syntax | Description |
| ----------- | ----------- |
| Header | Title |
| Paragraph | Text |
围栏代码块```

“firstName”: “John”,
“lastName”: “Smith”,
“age”: 25

```
脚注Here’s a sentence with a footnote. [^1]
[^1]: This is the footnote.
标题ID### My Great Heading #custom-id<h3 id=“custom-id”>My Great Heading</h3>
链接到标题ID[Heading IDs](#heading-ids)<a href="#heading-ids">Heading IDs</a>
自定义列表term
: definition
<dl>
<dt>term</dt>
<dd>This is the definition of the first term.</dd>
</dl>
删除线~~The world is flat.~~
任务列表- [x] Write the press release
- [ ] Update the website
- [ ] Contact the media

markdown备忘单(代码片段)

查看详情

markdown降价备忘单(代码片段)

查看详情

markdown刺激备忘单(代码片段)

查看详情

markdown备忘录(代码片段)

查看详情

markdown屏幕备忘单(代码片段)

查看详情

markdownes6备忘单(代码片段)

查看详情

markdownes6备忘单(代码片段)

查看详情

markdown无线渗透测试备忘单(代码片段)

查看详情

markdown打字稿备忘单:枚举(代码片段)

查看详情

markdown搅拌机备忘单(代码片段)

查看详情

markdown我的政策备忘单(代码片段)

查看详情

markdown无线渗透测试备忘单(代码片段)

查看详情

markdown更好的降价备忘单。(代码片段)

查看详情

markdown码头快捷方式和备忘单(代码片段)

查看详情

markdownes6出口/进口备忘单(代码片段)

查看详情

markdown原子编辑器备忘单(蜜饯)(代码片段)

查看详情

markdown原子编辑器备忘单(蜜饯)(代码片段)

查看详情

markdown原子编辑器备忘单(蜜饯)(代码片段)

查看详情