Utilizing:
Heres some code, <div></div>
, between 2 backticks.
// this is multi-line code:
function anotherExample(firstLine, lastLine) {
if (firstLine == '```' && lastLine == '```') {
return multiLineCode;
}
}
Bold text Italic text both Bold and Italic! ~~Crossing out~~.
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.