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
b0e7b495
Commit
b0e7b495
authored
Dec 11, 2018
by
谢昇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new file
parent
4090cb80
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
+31
-0
Markdown简介.md
Markdown简介.md
+31
-0
No files found.
Markdown简介.md
0 → 100644
View file @
b0e7b495
# 一、什么是Markdown
# 一、什么是Markdown
Markdown是一种纯文本格式的标记语言。通过简单的标记语法,它可以使普通文本内容具有一定的格式。
## 优点:
快速掌握、操作简单
没有版本限制
## 缺点
需要熟悉一些语法
# 二、为什么要使用Markdown
md格式一般多用于输出文档。如果只是用于自己的笔记记录,并不需要用md格式来完成排版,所以用md格式记录的文档多数是有阅读受众,而md操作的简便及没有版本限制的特点,应用面非常广。
# 三、基本语法
主要介绍一些我们平时可能会用到的语法。
## 1、标题设置
在标题文字前加#,一级标题为#,二级标题为##,三级标题为###,以此类推,最多六级,其中一级标题文字最大。
**示例**
# 这是一级标题
## 这是二级标题
### 这是三级标题
#### 这是四级标题
**使用效果:**
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