Skip to main content

Code Docs 介绍

欢迎来到这里 , Docusaurus in less than 1 minutes.

现在开始#

Get started by creating a new site.

Or try Docusaurus immediately with new.docusaurus.io.

代码块#

function helloWorld() {
console.log('Hello, world!');
}

以上是一些语言的‘Hello World’

JS**:

/src/components/HelloCodeTitle.js
function HelloCodeTitle(props) {
return <h1>Hello, {props.name}</h1>;
}

shell**:

npx @docusaurus/init@latest init my-website classic

开启Code-Docs服务#

Run the development server:

Your site starts at http://localhost:3000.

行公式 TeX(KaTeX)#

公式: https://github.com/remarkjs/remark-math .

语法: https://katex.org/ .

Fundamental Theorem of Calculus
Let f:[a,b]Rf:[a,b] \to \R be Riemann integrable. Let F:[a,b]RF:[a,b]\to\R be F(x)=axf(t)dtF(x)= \int_{a}^{x}f(t)dt. Then FF is continuous, and at all xx such that ff is continuous at xx, FF is differentiable at xx with F(x)=f(x)F'(x)=f(x).

科学公式 TeX(KaTeX)#

E=mc2E=mc^2

行内的公式E=mc2E=mc^2行内的公式,行内的E=mc2E=mc^2公式。

\(\sqrt{3x-1}+(1+x)^2\)

sin(α)θ=i=0n(xi+cos(f))\sin(\alpha)^{\theta}=\sum_{i=0}^{n}(x^i + \cos(f))

Text

0f(x)dx\int_0^\infty f(x)dx

More Text

MEISHI