H1 Heading

H2 Heading

H3 Heading

Basic Text

text in italics

bold text

What about a link

Lists

Heres a bulleted list:

  • First item
  • Second item
  • Third item

Numbered list:

  1. First
  2. Second
  3. Third

Code

Python code block:

    import numpy as np

    def test_function(x,y):
        z = np.sum(x,y)
        return z

R code block:

library(tidyverse)
df <- read_csv("some_file.csv")
head(df)

Here’s some inline code x+y.

Here’s an image: Sheffield skyline

Here’s a kramdown image: alt

Here’s some math:

You can also put it inline