Editor
Preview
Author: BB33
Powered by react-markdown (with remark and rehype plugins)
Made as an exercise for the FreeCodeCamp Front-End Development Course.
(Below demos the features of the previewer)
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!
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 Header | Crazy Header | Another Header? |
---|---|---|
Your content can | be here, and it | can be here.... |
And here. | Okay. | I think we get it. |
That look like this.