Lunar New Year Festival

February 1, 2022

Today is the start of the Lunar New Year Festival. It is the Year of the Tiger.

This is a blog post about functions.
We'll learn what functions are, how to write functions, and how to use them.

This is a Markdown sub-heading

We just used a ### subheading in our blog post.


    const doStuff = () => {
      return console.log('hey')
    }
  
  // this is a code block
  const doSomething = () => {
    return console.log('hey')
  }
Here, I'm using a component inside my MarkDown file: