LeslieWylie/dsh-md-preview

LeslieWylie★ 0JavaScript最后同步: 2026-08-14

在 GitHub 打开

Render Markdown to standalone, self-contained HTML in the DeepSeek Harness — an md_html_render tool that works headless, plus a preview/export drawer in the web GUI. One renderer behind both. Zero dependencies.

README 摘要

📄 dsh-md-preview English 简体中文 Turn Markdown into a page you can send to someone. A Markdown renderer for the DeepSeek Harness with two front doors and one engine behind them: - md html render — a tool the model can call. Give it Markdown, get back a complete, self-contained HTML document, optionally written to disk. Works in a headless profile with no GUI at all. - The MD drawer — press MD in the web session header, browse your working directory, click a .md file. It renders in place. No new tab, no second editor, no context switch. Both go through the same renderer, so a page the model generates and a page you export from the drawer are byte-for-byte identical. A test asserts that on every case in the corpus. Install Not on npm yet — install straight from GitHub. Add it to your profile's package.json : Then reinstall and restart the profile: Drop the v0.2.1 to track the default branch instead of pinning. Try it without editing your profile The package still has to resolve from the profile's node modules , so run the pnpm install above first. The tool Parameter markdown required The Markdown source. title optional Page . Defaults to Markdown . save path optional Where to write the…

在 GitHub 查看完整 README →
Tools / Devcordisdeepseek-harnessdshdsh-pluginhtml-exportmarkdownmarkdown-to-htmlzero-dependency

分类