Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
test
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
谢昇
test
Commits
462e2b0b
Commit
462e2b0b
authored
Dec 17, 2018
by
谢昇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Markdown简介.md
parent
0a08ac0a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
49 additions
and
1 deletion
+49
-1
Markdown简介.md
Markdown简介.md
+49
-1
No files found.
Markdown简介.md
View file @
462e2b0b
# 一、什
么是Markdown
# 一、什
么是Markdown
...
...
@@ -25,6 +25,54 @@ md格式一般多用于输出文档。如果只是用于自己的笔记记录,
### 这是三级标题
#### 这是四级标题
## 2、字体
主要是一些倾斜加粗的处理。
**示例**
```
**这是加粗的文字**
*这是倾斜的文字*
***这是斜体加粗的文字***
~~这是加删除线的文字~~
```
**使用效果:**
**这是加粗的文字**
*这是倾斜的文字*
***这是斜体加粗的文字**
*
~~这是加删除线的文字~~
## 3、引用
在引用的文字前加>即可。引用也可以嵌套,如加两个>>三个>>>。
**示例:**
```
>这是引用的内容
>>这是引用的内容
>>>>>>>>>>这是引用的内容
```
**使用效果:**
>这是引用的内容
>>这是引用的内容
>>>>>>>>>>这是引用的内容
-----
***
## 4、分割线
三个或者三个以上的 - 或者
*
都可以。
**示例:**
```
---
----
***
*****
```
**使用效果:**
---
----
***
*****
显示效果是一样的。
## 5、列表
分为无序列表和有序列表。
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment