MarkDown minimalist layout description (How to) the blog garden setting Markdown

MarkDown minimalist layout description (How to) the blog garden setting Markdown

A, Markdown reference links tutorial

MarkDown minimalist layout description (How to)

Insert code in a blog

LaTeX mathematical formula functions and effects blog garden show

MarkDownCN , concept Markdown syntax of spoken more clearly.

Second Markdown mastered several major elements:

1. Title symbol #

# 一级标题。常用于文章标题。

## 二级标题

### 三级标题

#### 四级标题

2. Code block symbol `

```

your code

```

Note: ` This symbol on the keyboard 1 the key to the left.

Garden blog, if the previous line is also determined that there are four spaces code blocks. But recommended `` ` to contain the code block format in order to avoid confusion.

Small code symbol 3. The statement `

`` Your little block of code

4. The one pair of bold symbol **

** Requires bold text **

5. Reference symbols >

`` `> You want to reference the text` ``

6. sign an ordered list of numbers.

1. 第一行
2. 第二行

Note: 1 back to have a space

7. unordered list symbol -

- 第一行
- 第二行

Note: - back to have a space

8. Hyperlinks []()

[网络工程班级博客](https://edu.cnblogs.com/campus/jmu/NE2015)

other:

  1. Between paragraphs it is best to have blank lines. Otherwise, when rendering problems may arise.
  2. Markdown HTML tags may be added, such as <table>, <tr>, <div>, <p>, <span>, <pre>labels and the like.

III. Blog Markdown garden setting

Log garden blog, enter your blog home page. Click on "Manage" -> "Options" -> "Default Editor" -> "Markdown" -> "SAVE"

IV. Other resources

Local Markdown editor:
typora
Visual Studio Code , and install the appropriate plug-markdown.

Markdown Preview Online
https://stackedit.io/editor
https://www.zybuluo.com/

Java programming language format -Markdown job template
http://www.cnblogs.com/zhrb/p/6437428.html

Guess you like

Origin www.cnblogs.com/zhrb/p/12147890.html