Heading
This is just some regular paragraph text
Code block
const someFunc = (input: string) => {
console.log("hello world - moo", input);
}
This is just some regular paragraph text
const someFunc = (input: string) => {
console.log("hello world - moo", input);
}