sample.md
199 B • MD • jun. 18, 2026 06:54
# Markdown Sample
This Markdown file is used to verify rendered Markdown previews and source editing.
## Features
- Headings
- Lists
- `inline code`
```js
console.log("Rendered by marked.");
```