Hello, world!
2023-06-27
This is the first @curryrasul's post and I'll try to use different features here!
Syntax highlighting#
fn main() -> Result<()> {
let a = 10;
for i in 1..10 {
println!("{i}");
}
}
KaTex#
$$ \begin{aligned} F(x) = \int_{-\infty}^{+\infty}f(x)e^{-x}dt \end{aligned} $$
Mermaid#
graph LR A[Square Rect] -- Link text --> B((Circle)) A --> C(Round Rect) B --> D{Rhombus} C --> D