Examples of what your can do in my previewer!
This is bold text
This is bold text
This is italic text
This is italic text
Strikethrough
Heres some code, <div></div>
, between 2 backticks.
// this is multi-line code:
function anotherExample(firstLine, lastLine) {
if (firstLine == '```' && lastLine == '```') {
return multiLineCode;
}
}
Blockquotes can also be nested...
...by using additional greater-than signs right next to each other...
...or with spaces between arrows.