语法测试

这是一段普通段落,含 粗体斜体行内代码高亮

Callout

危险(默认折叠)

请不要在生产环境直接跑 rm -rf /

提示(默认展开)

使用 lsof -i 可以列出打开的网络文件。

引用一篇真实存在的笔记:htb bruno

带别名显示:Bruno 靶机

带 heading:htb bruno

引用一篇不存在的笔记:不存在的笔记

图片 embed

image 1.png

image 2.png

代码块

def fib(n: int) -> int:
    a, b = 0, 1
    for _ in range(n):
        a, b = b, a + b
    return a
nmap -sC -sV 10.10.11.42

Mermaid

数学

行内:E=mc2E = mc^2

块级:

ex2dx=π\int_{-\infty}^{\infty} e^{-x^2} \, dx = \sqrt{\pi}

Dataview(应被删除)

正常文字仍在。

Syntax Test

This is a normal paragraph containing bold text, italic text, inline code, and text highlighted with ==.

Callouts

Refer to a real existing note: htb bruno.

Display with an alias: Bruno Target.

With a heading: htb bruno.

Refer to a non-existent note: Non-existent Note.

Image Embeds

image 1.png

image 2.png

Code Blocks

def fib(n: int) -> int:
    a, b = 0, 1
    for _ in range(n):
        a, b = b, a + b
    return a
nmap -sC -sV 10.10.11.42

Mermaid

Mathematics

Inline: E=mc2E = mc^2

Block-level:

ex2dx=π\int_{-\infty}^{\infty} e^{-x^2} \, dx = \sqrt{\pi}

Dataview (should be removed)

The regular text remains unchanged.