ToolBuddy
In Browser

Markdown Editor

Write Markdown with a live preview in your browser. Draft README sections, docs, and comments, then copy Markdown or rendered HTML. Preview stays on-device so unpublished docs and internal notes are not sent to a cloud editor.

Runs in your browser. Nothing is uploaded.

Loading editor…

About this tool

Write GitHub-flavored Markdown with a live HTML preview. marked renders; DOMPurify sanitizes before inject so a pasted README cannot run script. Toolbar helpers wrap bold, italic, links, code, and lists. The editor library loads on demand so other tools stay light.

How to use: type in the source pane, watch preview, copy Markdown from the sticky bar or HTML from the toolbar. Draft README sections, comments, and changelog bullets without a cloud doc.

Example: a heading plus a fenced code block previews as it would on GitHub-like sites. Sanitization strips dangerous tags; this is not a full CMS with uploads. Keep drafts in the tab until you are ready to commit.

Preview never leaves the browser. Unpublished docs stay on your device. Related: HTML formatter for the copied HTML, Mermaid if you need a diagram in the same doc later. The Markdown library is lazy-loaded with ssr disabled so other tools stay small. After it loads once, keep drafting offline.

Related Web tools