Here is a table

h1 h2 h3
1 2 sqrt(9)

Code snippets

Some TypeScript:

const variable = 0x0000002a;

console.log(variable);

And some Rust:

fn hello() -> &'static str {
    "Hello world"
}