last update
2025-03-12 14:51

作者的官方博客

作者的官方博客地址: https://dusi.dev

show

Markdown样式内容

二级标题

标题

三级标题


代码块内容

HTML代码块

<html>
    <head>
        <title>标题</title>
    </head>
    <body>
        <h1>标题</h1>
    </body>
</html>

CSS代码块

body {
    background-color: #f0f0f0;
}

JavaScript代码块

console.log('Hello World!');

Csharp代码块

using System;
namespace MyBlog
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("Hello from C#!");
        }
    }
}

列表内容

无序列表

有序列表

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

表格内容

项目 价格 数量
iPhone $560 1
iPad $780 2
iMac $1999 1

引用内容

Note

Information the user should notice even if skimming

Important

Essential information required for user success

Warning

Dangerous certain consequences of an action