Sample Markdown
This is some basic, sample markdown.
Second Heading
- Robot 1
- Robot 2
- Robot 3
- Robot 1
- Robot 2
- Robot 3
Blockquote
bold, italics, strikethrough
// code
const robot = 'wall-e';
const print = word => {
return `${robot} said ${word}`;
}
Inline code: const robot = 'wall-e';.
Image of robot