Hear Ye Hear Ye (only a test)

less than 1 minute read

Hear Ye Hear Ye

below is a test of formatting.

H1 Heading

H2 Heading

H3 Heading

Hereā€™s some basic text.

And hereā€™s some italics

Hereā€™s some bold text.

What about a link?

Hereā€™s a bulleted list:

  • First item
  • Second item
  • Third item

Hereā€™s a numbered list:

  1. First
  2. Second
  3. Third

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: linearly separable data

Hereā€™s another image using Kramdown: alt

Hereā€™s some math:

\[z=x+y\]

You can also put it inline \(z=x+y\)

Updated: