自制英文·简明有道云笔记Markdown教程笔记 Brief Markdown Instructioin in YoudaoNote

Version Date Time
demo 5/5/2019 12:26 AM

Reference

1.http://note.youdao.com/iyoudao/?p=2411&vendor=unsilent14

Preface

To increase my skills in structural writing, I want to learn markdown. I will learn Markdown in YoudaoNote at first.

I learn from this. You can click the link for more details.


What can it do

At frist, I need to know What Can Markdown do? Answers are below.

1.Hightlight the codes

2.Make a to-do list

3.Make flow charts, sequence charts, gantt charts and tables effectively

4.Write mathmatical formulas

Then, let’s start our journey.

Skills

Title

We write 1-4 “#” with a blank space before the title.

For Example, “## name”.

List

If you want to make a orderly list, put “” with a blank space before the words, else just use “-” to alter “”. The maximun of the levels may be 3, just like what shown below.

Intances:

  1. item 1
  2. item 2
    1. item 2.1
    2. item 2.2
  3. item 3
    1. item 3.1
      1. item 3.1.1
        1. item 3.1.1.1

#I find when I use “10.” to exchange the “3.” before, markdown will still show “3.”. Why?

  • item
  • item
    • item
    • item
  • item
    • item
      • item
        • item
          • item

Quote

Just put a "> " before the sentences you want to quote.

Example:

Hello, world!
–A coder

Bold and Italic

Bold: Put the words in two “**”.

Italic: Put the words in two “*”.

Link and Picture

Link: Use “[]” with “()” together.

Picture: Use “![]” with “()” together.

Dividing Line

“***”

Example:
**

Table

Example 1:

1

header 1 header 2
row 1 col 1 row 1 col 2
row 2 col 1 row 2 col 2

Example 2(with indent):

2

More

  1. Question:When will the line change
  2. The anvanced knowledge
  3. Different Markdown, different ways to write

THANK YOU FOR READING|Author: LonelyObserver (PearlyWave in Github and StackOverflow)

HAVE A GOOD DAY