Codeblock Example

Codeblock.

Javascript Example

let x = 20
console.log("hello")

CSS Example

@mixin flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

JSON Example

[
    {"school": "Waterloo University"}
]