My first blog article
Look at code highlighting and math support here
You can even inline math 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!');
}