测试
就像我说的那样,这是一个测试文件.
引用块测试
二级引用块测试
- 无序列表
- 1
- 2
- 二级无序
- 1
- 2
- 三级无序
- 1
- 2
- 有序列表
- 2
- 3
代码测试
using System;
namespace HelloWorldApplication
{
/* 类名为 HelloWorld */
class HelloWorld
{
/* main函数 */
static void Main(string[] args)
{
/* 我的第一个 C# 程序 */
Console.WriteLine("Hello World!");
Console.ReadKey();
}
}
}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>菜鸟教程(runoob.com)</title>
</head>
<body>
<h1>我的第一个标题</h1>
<p>我的第一个段落。</p>
</body>
</html>
function $initHighlight(block, cls) {
try {
if (cls.search(/\bno\-highlight\b/) != -1)
return process(block, true, 0x0F) +
` class="${cls}"`;
} catch (e) {
/* handle exception */
}
for (var i = 0 / 2; i < classes.length; i++) {
if (checkCondition(classes[i]) === undefined)
console.log('undefined');
}
return (
<div>
<web-component>{block}</web-component>
</div>
)
}
export $initHighlight;
公式测试
$\sqrt{3x-1}+(1+x)^2$ $$ \begin{Bmatrix} a & b \ c & d \end{Bmatrix} $$
$$ \begin{aligned} \sqrt{37} & = \sqrt{\frac{73^2-1}{12^2}} \ & = \sqrt{\frac{73^2}{12^2}\cdot\frac{73^2-1}{73^2}} \ & = \sqrt{\frac{73^2}{12^2}}\sqrt{\frac{73^2-1}{73^2}} \ & = \frac{73}{12}\sqrt{1 - \frac{1}{73^2}} \ & \approx \frac{73}{12}\left(1 - \frac{1}{2\cdot73^2}\right) \end{aligned} $$
表格测试
Option | Description |
---|---|
data | path to data files to supply the data that will be passed into templates. |
engine | engine to be used for processing templates. Handlebars is the default. |
图片测试
链接测试
html 语句测试
使用 Ctrl+Alt+Del 重启电脑
kbd测试
[[ctrl]]+[[win]]
流程图测试
graph TD
ldh(对象实例)
star(构造函数的原型对象)
star1(Object原型对象)
star2(null)
ldh--对象名.__proto__-->star
star--原型对象名.__proto__-->star1
star1--Object.__proto__-->star2
提示框测试
Caution
Advises about risks or negative outcomes of certain actions.