3 minutes to create a format Mimi notes

If you want to create a format Mei Mei, and includes text, tables, images, formulas, and even different types of title notes, it is recommended that you use Markdown notes. To know Markdown rendering support notes, with a simple syntax can write pleasing notes.

Simple operation two steps

  1. Press notes quill bottom of the list, select Markdown
  2. Markdown syntax written in the text, click Finish, you can see Mimi's notes after rendering friends.

A brief introduction of several commonly used grammar

title

The first line is inserted 1-6 #, respectively Heading 1 to Heading 6

 ##### 这是标题5
 ###### 这是标题6
This is the title of 5
This is Heading 6
List
Ordered list

Ordered list using the number plus an English period, and adding a space, and then enter the text

1. 你好
1. 为知笔记
1. 加油!
  1. Hello there
  2. To know notes
  3. Come on!
Unordered sequence table

Unordered list with an asterisk, plus or minus mark as a list, and add a space and then enter the text

+ Android
+ iPhone
+ iPad
  • Android
  • iPhone
  • iPad
link

[Description] (link)

[为知笔记](www.wiz.cn)

To know notes

form
| 为知笔记|客户端  | 版本 |
|-------|------|--------|
| WizNote | iPhone| 7.0.0 |


To know notes Client version
WizNote iPhone 7.0.0
image

Directly insert a picture into a position corresponding to, without any grammar is much simpler than the average Markdown editor.

Support Mathjax formula
行内公式:
两个 $ 之间输入公式,即,$ mathjax公式 $
独占一行公式:
两两 $$ 间输入公式,即,$$ mathjax公式 $$

x Y with = ( 1 + e x ) 2 x Y w

These are the basic Markdown syntax used in general, it is very simple, but you can create a very readable notes oh. Markdown is a Cipian notes notes! In addition, direct new ordinary notes, plus .md in the title suffix can have a direct rendering.





Guess you like

Origin www.cnblogs.com/jimmyfan/p/11345252.html