Welcome to my React Markdown Previewer!

This is a sub-heading...

And here's some other cool stuff:

Heres some code, <div></div>, between 2 backticks.

// this is multi-line code:

function anotherExample(firstLine, lastLine) {
  if (firstLine == '```' && lastLine == '```') {
    return multiLineCode;
  }
}

You can also make text bold... whoa! Or italic. Or... both!

There's also links, and

Block Quotes!

React Logo w/ Text

  • And of course there are lists.
    • Some are bulleted.
      • With different indentation levels.
        • That look like this.