Example markdownPad common functions

1. List

Unordered list

  • Full name
  • Joe Smith
  • John Doe
  • Wang Wu

Ordered list

  1. Joe Smith
  2. John Doe
  3. Wang Wu

2. Hyperlinks

Baidu

3. references

Hoe Wo day when afternoon, sweat Wo soil. Who knows dishes on the menu, A Journey.
- Li Shen, " antiquity two "

4. Brief modified text

Hoe Wo day when afternoon, sweat Wo soil. ** Who knows dishes on the menu, A Journey.

5. Code

public class Main {

public static void main(String[] args) {
    System.out.println("hello world");
}

}

6. Images

7. Paragraph

Hoe Wo day when afternoon, sweat Wo soil. Who knows dishes on the menu, A Journey. Hoe Wo day when afternoon, sweat Wo soil. Who knows dishes on the menu, A Journey. Hoe Wo day when afternoon, sweat Wo soil. Who knows dishes on the menu, A Journey. Hoe Wo day when afternoon, sweat Wo soil. Who knows dishes on the menu, A Journey. Hoe Wo day when afternoon, sweat Wo soil. Who knows dishes on the menu, A Journey. Hoe Wo day when afternoon, sweat Wo soil. Who knows dishes on the menu, A Journey. Hoe Wo day when afternoon, sweat Wo soil. Who knows dishes on the menu, A Journey.

to sum up

Simple studied under MarkdownPad, found that many of the operations can be generated by shortcut key or inserted manner, title, in addition to the number of their input control * header size, but can also enter Ctrl + 1,2,3,4, respectively generating a header to level 4. The list may include forming a relationship by way of the input space. Color control is similar to the tag in HTML5.

Guess you like

Origin www.cnblogs.com/funmary/p/11519448.html