Welcome to Zephyr’s Lab. This post verifies all content features work.

Code Block

package main

import "fmt"

func main() {
    fmt.Println("Hello from Zephyr's Lab!") 
}

Math (KaTeX)

The Fourier transform:

f^(ξ)=f(x)e2πixξdx\hat{f}(\xi) = \int_{-\infty}^{\infty} f(x) e^{-2\pi i x \xi} \, dx

Inline math: E=mc2E = mc^2.

Inline Elements

This has inline code and a link.

Diagram (Mermaid)

flowchart TB
    subgraph S1["Subgraph A"]
        A[Node A] --> B[Node B]
    end
    subgraph S2["Subgraph B"]
        C[Node C]
    end
    B --> C

Conclusion

If you can read this, everything works.