Line break text Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
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
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. |
- And of course there are lists.
- Some are bulleted.
- With different indentation levels.
- That look like this.
- With different indentation levels.
- Some are bulleted.
- And there are numbered lists too.
- Use just 1s if you want!