Hello, World

Welcome! This sample post demonstrates what burogu can do.

Text

Bold, italic, and a link. Bare URLs are linked automatically: https://example.com

A blockquote, for good measure.

Code

#include <stdio.h>

int main(void) {
    printf("Hello, burogu!\n");
    return 0;
}

Math

Inline \(E = mc^2\) and a display formula:

\[ \int_0^1 x^2 \, dx = \frac{1}{3} \]

Table

Feature Status
Markdown yes
Syntax highlighting yes
Math yes