Hello world

  • blog
  • hello-world

First post on this minimalist html blog

Horizontal bars (placeholder image)
Example figure caption

Sub header example

Another paragraph

Block quote test

Code examples

Save the plot with ggsave():

ggsave(
  "images/decay.svg",
  plot = p,
  width = 8
)