Cmd - Chinese online Markdown editor

http://ghosertblog.github.io/mdeditor

Markdown syntax Cookbook

1. Use the * and ** indicates italic and bold

Example:

This is italicized , this is bold .

2. Use === represent a title, use --- represents subheadings

Example:

This is a one title

This is a second title

This is a three-tier title

You can also choose the line first pound sign represents a different level of title, for example: # H1, ## H2, ### H3.

3. [Description] (link address) is increased linked text

Example:

It is destined for my blog link.

4. The end of the line two spaces newline

Example:

The first line (this line there are two unseen rightmost box)
a second row

5. *, +, - unordered list

Example:

  • Unordered list item a
  • Unordered list item two
  • Unordered list item three

6. Use numbers and dots represent an ordered list

Example:

  1. A list of items ordered
  2. Ordered list item two
  3. An ordered list of three items

7. Use> represents the quoted text

Example:

Wild fire, in spring

8. `` represents the code block inline

Example:

Let's talk html

9. indented spaces represented using four code blocks

Example:

这是一个代码块,此行左侧有四个不可见的空格

10. Use! [Description] (Image link address) is inserted into the image

Example:

My icon

Reproduced in: https: //my.oschina.net/itfanr/blog/195627

Guess you like

Origin blog.csdn.net/weixin_34367257/article/details/91799635