Skip to content

Instantly share code, notes, and snippets.

@fridaiy
fridaiy / test.html
Last active October 9, 2025 08:01
Hello World Html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>示例1 插入html</h1>
@fridaiy
fridaiy / test.md
Last active October 9, 2025 08:02
Hello World Markdown

示例2:插入MarkDown数据

这是一条测试数据:

{
  "foo": "bar"
}