测试编辑器

130 阅读1分钟

一级标题

二级标题

三级标题

粗体

这是百度的链接

// 这是一段代码
let numSum = function(){
    let result = 0;
    for(let i = 0; i < 100; i++){
        result += i;
    }
    return result;
}

\sum_{i=0}^N\int_{a}^{b}g(t,i)\text{d}t

\begin{bmatrix}
{a_{11}}&{a_{12}}&{\cdots}&{a_{1n}}\\
{a_{21}}&{a_{22}}&{\cdots}&{a_{2n}}\\
{\vdots}&{\vdots}&{\ddots}&{\vdots}\\
{a_{m1}}&{a_{m2}}&{\cdots}&{a_{mn}}\\
\end{bmatrix}