# MD Preview
A clean layout with **bold**, *italic*, and `inline code` — plus a [sample link](#).
> [!NOTE]
> Informational callout — highlights something worth knowing.
> [!TIP]
> Tip callout — helpful guidance for the reader.
> [!WARNING]
> Warning callout — demands the reader's attention.
## Code example
```js
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("world"));
```
## Features
- Headings, **bold**, *italic*, ~~strikethrough~~
- Inline `code` and fenced code blocks
- Lists, task lists, blockquotes, tables
| Element | Variable |
| ------- | -------- |
| Background | `--md-bg` |
| Links | `--md-link-color` |
| Code | `--md-code-bg` |