# Welcome to Markdown ## Features - **Bold text** and *italic text* - [Links](https://example.com) - `Inline code` ```javascript // Code block function hello() { console.log("Hello World!"); } ``` - List item 1 - List item 2 - Nested item > This is a blockquote
Use # for h1, ## for h2, etc.
**bold** and *italic* text
[text](url) for links
`inline code` and ```code blocks```
- for unordered, 1. for ordered lists
> for blockquotes