# Sample heading
This text has **bold** and *italic* styles. You can type in here.
1. Numbered
2. List
3. Dude
- Sample bullet list item 1
- Sample bullet list item 2
```javascript
function greet(){
console.log("Hello, world!");
}
```