# Markdown Support Example

This document demonstrates **Markdown preview**, links, tables, and fenced code.

## Service Status

| service | environment | status |
| --- | --- | --- |
| api | production | healthy |
| worker | staging | delayed |

```js
console.log("Rendered as a safe Markdown code fence");
```

Visit [CodePrettify](https://prettify.cloud) for more examples.
