Code Monkey home page Code Monkey logo

markdown-note's Introduction

Markdown-note

1.斜体 斜体第二种方法

2.加粗 加粗的第二种方法

3.<(<符号)

4.&(&符号)

5.两个enter是换行

6.在 href 属性里面,必须将 & 转变为 &

7.用一行的=或者-表示一级标题和二级标题。如:

一级标题

二级标题

8.也可以在前面加上一到六个#表示标题的1级到6级。如: #一级标题 ##二级标题 ###三级标题 ####四级标题 #####五级标题 ######六级标题

9.引言

只在整个段落的第一行最前面加上大于号可以显示引用(此时出现引用形式,并且为斜体)。但是引言内如果要断行,那个空行也必须在前面加上大于号。就像下面写的酱紫:

区块引言也可以有级别,在前面加上不同数量的大于号即可。比如说这就是一个二级引言。

这是一个三级引言。格式会显示为字体更小了。

10.在前面加上*或者+或者-然后加个空格表示无序列表,就像这样:

  • ABC
  • DEF
  • GHI
  • JKL
  • MNO
  • PQR
  • STU
  • VWX
  • YZZ

11.有序列表就是数字+英文句点+空格。如下:

  1. 呵呵
  2. 哈哈
  3. 嘿嘿
  4. 哼哼

12 .项目可以包括一整段内容。在每一段前面加上一个 tab(4个空格)就好。

  • This is a list item with two paragraphs.

    This is the second paragraph in the list item. You're only required to indent the first line. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.

  • Another item in the same list.

13 .简单地缩排 4 个空白或是 1 个 tab 就可以建立代码区块。区块一直维持到前面没有缩排的地方。

#include <stdio.h>
int main() {
	printf("hello, world");
	return 0;
}

14.为了防止数字+句点导致项目列表不小心产生。在句点前面数字后面加上一个反斜杠:

3.呵呵呵

4.哈哈哈

15.建立分割线的方法有:




16.创建链接的方式:链接的文字都是用 [方括号] 来标记,方块括号后面马上接着括号并插入网址链接: 点击这里是百度的网址

17.如果是要链接到同样主机的资源,可以使用相对路径: See my code page for details.

18.但是如果 * 和 _ 两边都有空白的话,它们就只会被当成普通的符号。

19.如果要标记一小段行内程序代码,可以用反引号把它包起来(`),像这样:

Use the printf() function.

20.如果要在程序代码区段内插入反引号,可以用多个反引号来开启和结束程序代码区段:

There is a literal backtick` here.

21.程序代码区段的起始和结束端都可以放入一个空白,起始端后面一个,结束端前面一个,这样就可以在区段的一开始就插入反引号:

A single backtick in a code span: `

A backtick-delimited string in a code span: `foo`

22.插入图片: 一个惊叹号 !

接着一个方括号,里面放上图片的替换文字

接着一个普通括号,里面放上图片的网址。图片如下:


第一张图片


第二张图片


第三张图片

markdown-note's People

Contributors

liuchuo avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

21759319

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.