首页 > 其他分享 >Markdown 速查表

Markdown 速查表

时间:2024-06-07 12:33:26浏览次数:24  
标签:速查表 like level item Markdown Fourth Heading

基本语法

标题

# Heading level 1
## Heading level 2
### Heading level 3
#### Heading level 4
##### Heading level 5
###### Heading level 6

Heading level 1

Heading level 2

Heading level 3

Heading level 4

Heading level 5
Heading level 6

段落

I really like using Markdown.

I think I'll use it to format all of my documents from now on. 

I really like using Markdown.

I think I'll use it to format all of my documents from now on.

字体

*Raycho* 斜体
**I love you** 粗体
***MX*** 斜体+粗体
~~Fotget~~

Raycho

I love you

MX

Fotget

引用

>我讨厌你
>>我嫉妒你
>>>我还是喜欢你

我讨厌你

我嫉妒你

我还是喜欢你

分隔线

For compatibility, add blank lines before and after the dividers.

---

Just like this passage.

For compatibility, add blank lines before and after the dividers.


Just like this passage.

图片

![avatar](/image/avatar.png "avatar")

image

链接

[Markdown语法](https://markdown.com.cn "最好的markdown教程")

Markdown 语法

列表

有序列表

1. First item
1. Second item
1. Third item
1. Fourth item
  1. First item
  2. Second item
  3. Third item
  4. Fourth item

无序列表

- First item
- Second item
- Third item
- Fourth item
  • First item
  • Second item
  • Third item
  • Fourth item

代码

行内代码

At the command prompt, type `nano`.

At the command prompt, type nano​.

代码块

‍```json
{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}
‍```
{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}

表格

| Syntax      | Description |
| ----------- | ----------- |
| Header      | Title       |
| Paragraph   | Text        |
Syntax Description
Header Title
Paragraph Text

转译

\\
\`
\*
\+
\-
\_
\.
\#
\!
\|
\< \>
\{ \}
\[ \]
\( \)

\
`
*
+
-
_
.
#
!
|
< >
{ }
[ ]
( )

标签:速查表,like,level,item,Markdown,Fourth,Heading
From: https://www.cnblogs.com/everlastinglove/p/18237013

相关文章

  • Markdown语法
    Markdown语法表格&文本样式样式语法示例加粗前后**或__加粗1加粗2斜体前后*或_斜体1斜体2删除线前后~~删除线内联代码前后`code下划线前<u>后</u>下划线高亮前后==高亮文本引用uTools新一代效率工具平台链接......
  • Markdown语法整理
    说明发现网上的语法大多不全忘记了查找起来也麻烦,不如自己写一个记录一下,纯粹为了自己查找方便概述内联HTML语法HTML是一种发布格式,Markdown是一种创作格式。Markdown语法集合比较小,只是HTML标签的一小部分。特殊字符自动转义在HTML中,有两个字符需要特殊对待:<和......
  • Markdown 学习
    Markdown标题1~6级一级标题二级标题三级标题四级标题五级标题六级标题Markdown字体字体效果粗体字体效果斜体字体效果斜体加粗字体效果删除线Markdown引用世上无难事,只怕有心人Markdown分割线Markdown图片本地路径网络路径Markdown超链接点击......
  • Markdown 学习
    一级标题标题几个#代表几级标题例如:一级标题#内容二级标题##内容最多支持到6级标题字体加粗加粗用两个*包裹斜体斜体用一个*包裹斜体加粗斜体加粗用三个*包裹删除删除线用两个波浪线包裹引用引用引用>内容分割线三个横线符号(-)或星号(*)图片!加[]加()中......
  • 【python008】excel表格转markdown文档表格
    1.写文过程中,针对梳理出来的execl知识表格矩阵,想要处理成markdown表格,便于研发等过程中的复用,所以参考了类似需求的代码。后续可以扩展开发功能,增加多种文件格式转换工具(有时间再慢慢补充)。2.欢迎点赞、关注、批评、指正,互三走起来,小手动起来!3.欢迎点赞、关注、批评、指正......
  • 如何在VScode上写一篇MarkDown文档
    如何在VScode上写一篇MarkDown文档1.首先需要安装插件2.新增一个MarkDown文件3.编写如下文案4.生成MarkDown格式文档和大纲一级标题Markdown二级标题三级标题后续加#类推字体加粗倾斜加粗倾斜删除高亮这是上标这是下标引用引用第一段分割线居中中......
  • markdown 测试
    Imhere学习内容来自于该网站https://markdown.com.cn/extended-syntax/automatic-url-linking.htmlIjustloveboldtext.Dorothyfollowedherthroughmanyofthebeautifulroomsinhercastle.TheWitchbadehercleanthepotsandkettlesandsweepthefloor......
  • Markdown 部分格式说明
    Markdown部分格式说明1.居中<center>居中</center>2.加粗<b>加粗</b>3.各种跳转(引用)原文链接:Typora使用技巧|各种跳转【必备】Typora的Links各种跳转相信大家在使用Typora的时候,想要实现各种链接跳转。比如点击跳往百度就会去访问百度。那如果是页面的跳转呢?比......
  • SQL注入速查表
    过滤andoror  ——> ||and  ——> &&xor——>| not——>!十六进制绕过or——>o\x72大小写绕过OraNd双写绕过oorrananddurlencode,ascii(char),hex,unicode编码绕过一些unicode编码举例:单引号:'%u0027%u02b9%u02bc%u02c8%u2032%uff......
  • 使用 Marked 2 为 CotEditor 预览 markdown 内容
    CotEditor虽然各种好,但毕竟功能比较轻量,用来编辑markdown甚至没有一个预览功能。不过好在它还支持脚本拓展。我之前曾经用过coteditor_markdown_setPublic仓库里的预览脚本。不过这个脚本的预览依赖Safari实现,而且颇有一些年久失修,很多Markdown特性都不支持。最近突然想......