05 Dec 2020

My first blog article

Look at code highlighting and math support here

x=12x = \frac{1}{2}

You can even inline math 12\frac{1}{2} isn't it great?

And write a small Rust program:

fn main() {
    println!('Hello world!');
}

Or even in TypeScript:

function main() {
    console.log('Hello world!');
}