As an example, to preview code, enter a single line of code between 2 back ticks like this: <div></div>
For multi-line code, wrap your code between three back ticks in the following manner:
// this is multi-line code:
function anotherExample(firstLine, lastLine) {
if (firstLine == ``` && lastLine == ```) {
return multiLineCode;
}
}
You can also make your text bold... whoa!
Or italic.
Or... wait for it... both!
And feel free to go crazy crossing stuff out.
Links can be entered like so, and
Block Quotes! are created like this.
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. |