Resolves relative image and link URLs against the source file's directory.
Opens the rendered HTML in the system default browser via vscode.env.openExternal.
Usage
Open a Markdown file in VS Code.
Click the globe icon in the editor title bar, or use any other entry point listed above.
The rendered HTML opens in your default web browser.
Dirty buffers are saved automatically before rendering.
Settings
This extension does not contribute settings yet.
Known Limitations
Some browsers restrict cross-directory loads from file:// URLs. Images outside the Markdown file's directory may not load when the rendered HTML lives in extension storage.
The extension does not run in virtual workspaces because it depends on Node fs to read the source file.
In untrusted workspaces, the extension still renders Markdown but raw HTML in the source remains disabled.
Requirements
VS Code 1.85.0 or later (runtime)
Node.js 20 or later (development workflows: npm install, npm run lint, npm test, npm run package)