Hear Ye Hear Ye (only a test)
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:
- First
- Second
- 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:
Hereās another image using Kramdown:
Hereās some math:
\[z=x+y\]You can also put it inline \(z=x+y\)