Skip to main content

Hello World

Test post please ignore

Hello world, this is just to test the capabilities of Hugo

Syntax highlighting

Rust

fn main() {
    println!("Hello World!")
}

Shell

echo hello world | cut -d' ' -f 1

TikZJax support

Graphviz support

    
        
  graph {
    a -- b
    b -- c
    c -- a
  }

    

Mermaid support

    
        
  graph TD
  A[Enter Chart Definition] --> B(Preview)
  B --> C{decide}
  C --> D[Keep]
  C --> E[Edit Definition]
  E --> B
  D --> F[Save Image and Code]
  F --> B

    

Spoilers

Don't open me

Test 2

Test 3