Code highlight

19 Mar 2024 • Sebastian Estay

This is how we include code block with syntax highlight.

fn main() {
    println!("hello world!"); // print
}

Observe the hidden attribute set to true. This is how we hide posts that aren’t ready for publishing, as well as internal information (like this post).