markdown test

标题一

标题二

标题三

标题四

标题五
标题六

一阶标题

二阶标题

斜体

粗体

粗斜体

百度

https://www.baidu.com

神秘博士

hwhw

尝试[1]

解释[2]

引用段落

引用段落

引用段落

  #include<stdio.h>
  
  int main(){
        printf("helloworld!");
        return 0;
  }




代码使我快乐

  • 无序列表
  1. 有序列表
  2. 有序列表
  • 多级列表
    • 多级列表
      • 多级列表
Tables Are Cool
left center right
The title bold is automatical
"|" is not necessary on the right and left
"-" separates the head from the body

 可以空出一个中文字符“ ”
 可以空出半个中文字符“ ”
 可以空出1/4个中文字符“ ”
中文字符

实现居中 终止居中
居中结束

Markdown具体实现


  1. try ↩︎

  2. explain ↩︎

原文地址:https://www.cnblogs.com/SCP-514/p/13383365.html