Here's some code, <div></div>, between 2 backticks.
// this is multi-line code:
function example(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!