| 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:
- item 1
- item 2
- item 2.1
- item 2.2
- item 3
- item 3.1
- item 3.1.1
- item 3.1.1.1
- item 3.1.1
- item 3.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
- 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:

| header 1 | header 2 |
|---|---|
| row 1 col 1 | row 1 col 2 |
| row 2 col 1 | row 2 col 2 |
Example 2(with indent):

More
- Question:When will the line change
- The anvanced knowledge
- Different Markdown, different ways to write
THANK YOU FOR READING|Author: LonelyObserver (PearlyWave in Github and StackOverflow)
HAVE A GOOD DAY
这篇教程介绍了如何在有道云笔记中使用Markdown进行结构化写作。Markdown能帮助高亮代码、创建待办事项、绘制图表、书写数学公式。教程详细讲解了标题、列表、引用、加粗斜体、链接图片、分隔线和表格的用法,并提出在使用Markdown时遇到的疑问。

被折叠的 条评论
为什么被折叠?



