## Commands
| Command | Description |
| --- | --- |
| `Markdown Live Server: Start Markdown Live Server` | Start server and open browser. |
| `Markdown Live Server: Stop Markdown Live Server` | Stop current server. |
| `Markdown Live Server: Toggle Markdown Live Server` | Start or stop server from status bar. |
## Requirements
- VS Code 1.90.0 or newer.
- Internet access for Mermaid rendering via jsDelivr CDN.
## Extension settings
No settings yet. Server uses an available local port on `127.0.0.1`.
## Privacy and security
Markdown Live Server serves files from your selected workspace or folder on `127.0.0.1` only. It does not send workspace files to external services. Mermaid diagrams load the Mermaid library from jsDelivr CDN in the preview page.
## Development
```bash
npm install
npm run compile
Press F5 in VS Code to launch an Extension Development Host.
Package for Marketplace:
npm run package
Publish after setting a VS Marketplace publisher token: