Giter Club home page Giter Club logo

markdown's Introduction

Markdown

标题

# 一级标题

## 二级标题

### 三级标题

#### 四级标题

##### 五级标题

###### 六级标题

列表

无序列表

可以使用*、+、-来创建

有序列表

使用数字来创建,数字后面的点只能是英文的点

区块引用

使用 > 来声明创建

  • 一级引用

  • 二级引用

  • 三级引用

  • 四级引用

  • 五级引用

  • 六级引用

分割线

分割线可以由* - _(星号,减号,底线)这 3 个符号的至少 3 个符号表示,注意至少要 3 个,且不需要连续,有空格也可以


链接

行内式

[百度](http://www.baidu.com)

参数式

[百度]: http://www.baidu.com

[百度]

图片

行内式

![image](http://www.baidu.com/images/logo.gif)

参数式

[image]: http://www.baidu.com/images/logo.gif

![image]

链接与图片比较


图片前面要写一个!

代码框

  • 一行用` ,多行用三个```
  • console.log('hello world!)
  • console.log('hello')
    console.log('world')
    

表格

name age gender
yang 19 male
wen 29 male
bin 39 male

强调

  • 一个星号或者下划线包起来,会转换为<em>,
  • 两个星号或者下划线包起来,会转换为<strong>

转义

\

删除线

~~删除线~~

删除线

markdown's People

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.