Markdown

Editor

ToolBar

Previewer

Welcome to my React Markdown Previewer!

This is a sub-heading...

And here's some other cool stuff:

Heres some code, `

<div></div>

` , with a backtick ,followed by ~~~language name ,and then the code ,and then ~~~ and a backtick to close it.

` // this is multi-line code:

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

`

You can also make text bold... whoa! Or italic. Or... wait for it... both! And feel free to go crazy crossing stuff out.

There's also links, and

Block Quotes!

And if you want to get really crazy, even tables:

Wild HeaderCrazy HeaderAnother Header?
Your content canbe here, and itcan be here....
And here.Okay.I think we get it.
  • And of course there are lists.
    • Some are bulleted.
      • With different indentation levels.
        • That look like this.
  1. And there are numbererd lists too.
  2. Use just 1s if you want!
  3. And last but not least, let's not forget embedded images:

React Logo w/ Text