welpo d412eae7df
💄 style: set Cascadia Code as code font
Modifies the markdown file to showcase the font's ligatures.
2023-02-11 19:31:53 +01:00

933 B

+++ title = "Markdown Test" date = "2023-01-31" [taxonomies] tags = ["markdown", "test"] +++

Code Block

fn main() {
    let number: u8 = 4;

    match number {
        i if i == 0 => println!("Zero"),
        i if i  > 0 => println!("Greater than zero")
        i if i <= 0 => println!("Smaller or equal to zero"),
    }
}

Quote

We're all hurtling towards death. Yet here we are, for the moment, alive. Each of us knowing we're going to die. Each of us secretly believing we won't.

— Charlie Kaufman, Synecdoche, New York

Code tags

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Invertable image

This image inverts when switching to dark mode. This isn't very useful for photographs, but works great for diagrams, line drawings, graphs…

{{ invertable_image(src="$BASE_URL/img/graph.png", alt="Invertable graph") }}