markdown学习示例

一级标题

二级标题

  • 这是加粗文本

  • 这是斜体文本

  • 这是斜体加粗

  • 这是删除线

  • 这是一个链接百度

引用

引用的内容1

引用的内容2

引用的内容3

分割线

这是分隔线


列表

无序列表

  • 列表1
    • 次级列表1
    • 次级列表2
  • 列表2
  • 列表3

有序列表

  1. 有序列表
    1. 次级有序列表
    2. 次级有序列表
  2. 有序列表
  3. 有序列表

表格

表头表头表头
内容内容内容

代码块

单行代码

#include<stdio.h>

print("hello")

图片

示例图片

任务列表

  • 完成任务1
  • 待完成任务2
  • 待完成任务3

math formula rendering

VS Code’s built-in Markdown preview renders math equations using KaTeX

  • Inline math:

Math block:

表情支持

markdown emoj support, github markdown

reference: emoji-cheat-sheet

  • :smile:
  • :sweat_smile:

other

vs code markdown supprot