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... wait for it... both!