Path 1 — File 1
Overview
This note covers basic concepts and emphasis in markdown.
Quick checklist
- Task one
- Task two
- Task three
Code snippet
const greet = (name) => `Hello, ${name}!`;
console.log(greet("World"));
Blockquote: The best way to predict the future is to invent it.
| Col A | Col B |
|---|---|
| foo | bar |
| 1 | 2 |
