HTML to Markdown

# Hello, World!

This is a **bold** and _italic_ paragraph with a [link](https://example.com).

## Code Example

```javascript
function greet(name) {
  return `Hello, ${name}!`;
}
```

## List

-   Item one
-   Item two
-   Item three

## Table

| Name | Role |
| --- | --- |
| Alice | Developer |
| Bob | Designer |

> The best way to predict the future is to create it.

✓ Converted successfully — 26 lines

Tool Categories