Capabilities of Panblog

Firstname Lastname

2023-07-06

Hello1, this is an example article showing the capabilities of Panblog!

To see more examples, go to my real blog.

Code

Code snippets with syntax highlighting:

fibs = 1 : 1 : zipWith (+) fibs (tail fibs)
powerSet = filterM $ const [True, False]

Supports even the weirdest languages!

void main() {
    !error_occured() ??!??! handle_error();
    return 0;
}

LaTeX\LaTeX

Panblog supports server-rendered LaTeX\LaTeX!

xp\nabla x\nabla p\approx\hslash xn+1=xnf(xn)f(xn)x_{n+1}=x_n-\frac{f(x_n)}{f'(x_n)}

Mermaid

Generate mermaid diagrams using the mermaid filter!

cool sequence diagram

Plots

You can create some plots like that by setting plot: true in the header:

x y
1 2
2 4
3 8
4 16
5 32

Contact me using email2.