Plugins

katex

\[
\text{MSE}(q) = \mathbb{E}_X \left[ d(q(x), x)^2 \right] = \int p(x) d(q(x), x)^2 dx,
\]

admonish

```admonish success

```

Success

reading-time

全文字数: **{{ #没有空格word_count }}**

阅读时间: **{{ #没有空格reading_time }}**

全文字数: 433 字

阅读时间: 3 分钟

alert

> [!CAUTION]
> Negative potential consequences of an action.

note

Highlights information that users should take into account, even when skimming.

tip

Optional information to help a user be more successful.

important

Crucial information necessary for users to succeed.

warning

Critical content demanding immediate user attention due to potential risks.

caution

Negative potential consequences of an action. >

repl

这不是 jupyter notebook,所以请把代码写在一个 codeblock 中。(你可以编辑 codeblock )

class Greeter:
    def __init__(self, name):
        self.name = name

    def greet(self):
        return "Hello, " + self.name

g = Greeter("world")
print(g.greet())

mermaid

graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;

embedify

{%这是一个空格embed bilibili id="BV1uT4y1P7CX" loading="lazy" %}