markdown !!!-持续更新

Markdown

概述:

 Markdown 是一种用来写作的轻量级「标记语言」,它用简洁的语法代替排版,而不像一般我们用的字处理软件 Word 或 Pages 有大量的排版、字体设置。它使我们专心于码字,用「标记」语法,来代替常见的排版格式。例如此文从内容到格式,甚至插图,键盘就可以通通搞定了。
注意:
兼容 HTML,不在 Markdown 涵盖范围之内的标签,都可以直接在文档里面用 HTML 撰写。不需要额外标注这是 HTML 或是 Markdown;只要直接加标签就可以了。

在markdown中打出标签:

常用转义字符表为:

[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-NFoQ8CCu-1577352809168)(…/img/markdown_img/markdown_1.png)]

标题:

# 这是 <h1> 一级标题
## 这是 <h2> 二级标题
### 这是 <h3> 三级标题
#### 这是 <h4> 四级标题
##### 这是 <h5> 五级标题
###### 这是 <h6> 六级标题

强调:

*这会是 斜体 的文字*
_这会是 斜体 的文字_
**这会是 粗体 的文字**
__这会是 粗体 的文字__
_你也 **组合** 这些符号_
~~这个文字将会被横线删除~~

这会是 斜体 的文字
这会是 斜体 的文字
这会是 粗体 的文字
这会是 粗体 的文字
你也 组合 这些符号
这个文字将会被横线删除

列表

无序列表

* Item 1
* Item 2
  * Item 2a
  * Item 2b
  • Item 1
  • Item 2
    • Item 2a
    • Item 2b

有序列表

1. Item 1
1. Item 2
1. Item 3
   1. Item 3a
   1. Item 3b
  1. Item 1
  2. Item 2
  3. Item 3
    1. Item 3a
    2. Item 3b

添加图片

![GitHub Logo](url)
Format: ![Alt Text](url)

[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-N4umsIY3-1577352809170)(/images/logo.png)]
Format: [外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-acg6Fseb-1577352809170)(url)]

链接

http://github.com
[GitHub](http://github.com)

http://github.com
GitHub

引用

正如 Kanye West 所说:

> We're living the future so
> the present is our past.

We’re living the future so
the present is our past.

多层引用

> 1
> 2
>> 2.1
>> 2.2

1
2

2.1
2.2

分割线

如下,三个或者更多的

---
连字符

***
星号

___
下划线

连字符


星号


下划线

行内代码与代码块:

  1. 行内代码:
`student stu=new Student();`

student stu=new Student();

  1. 代码块:
    你可以在你的代码上面和下面添加 ```来表示代码块。
```
student stu=new Student();
```

student stu=new Student();

语法高亮

你可以给你的代码块添加任何一种语言的语法高亮

例如,给 java 代码添加语法高亮:

```java
int i=0;
Student stu=new Student();
stu.add(i);
``' 

会得到下面的效果:

int i=0;
Student stu=new Student();
stu.add(i);

##任务列表

- [x] @mentions, #refs, [links](), **formatting**, and <del>tags</del> supported
- [x] list syntax required (any unordered or ordered list supported)
- [x] this is a complete item
- [ ] this is an incomplete item
  • @mentions, #refs, links, formatting, and tags supported
  • list syntax required (any unordered or ordered list supported)
  • this is a complete item
  • this is an incomplete item

##表格

First Header | Second Header
------------ | -------------
Content from cell 1 | Content from cell 2
Content in the first column | Content in the 
First HeaderSecond Header
Content from cell 1Content from cell 2
Content in the first columnContent in the

##标记

==marked==

marked

##脚注

Content [^1]
[^1]: Hi! This is a footnote

Content 1


  1. Hi! This is a footnote ↩︎

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值