MarkDown lorem

1. Title Set

Title (headline)

Title (subhead)

Title (a title)

Title (subheadings)

Title (three title)

Title (four title)

Note: The title and a title as subtitle with the secondary title like no spaces "#" in front, there is a space after the "#."


2. insert list

  • A chapter
    • A paragraph
      • A list of
      • List two
      • List three
    • Paragraph two
      • A list of
      • List two
      • List three

NOTE: "-" There is a space between the list no blank lines.


3. Link Settings

3.1 text link

Link Baidu

3.2 Digital Contents Links

Test Contents:
< . 1 2 . 3 . 4 . 5 . 6 . 7 . 8 . 9 10 >


4. quoted text and style modifications

  • Bold
  • Horizontal line
  • style

------------ quote from the author: orthogonal decomposition

Note: The beginning of the citation part of ">."


5. codes, pictures and insertion formulas

5.1 code into

#include <stdio.h> 
int main()
{
    printf("Hello world!\n");     
    return 0;
}

Note: Insert Symbol counterparts can not write code, otherwise it will be hidden.

5.2 formula into

Inline formula: \ (\ sqrt {}. 1-3x + (. 1 + X) ^ 2 \)
line equation: \ [\ sqrt {}. 1-3x + (. 1 + X) ^ 2 \]

5.3 insert a picture



6. Summary

Learn the basic functions of MarkDown typography, lay the foundation for writing the blog.

Guess you like

Origin www.cnblogs.com/louhao-20199310/p/11521899.html