Markdown to Word Snippet – Online Copy Formatted Text
Render Markdown and copy the formatted output as rich text to paste directly into Word or Google Docs.
UD5 Toolkit
Paste your HTML code, preview the rendered output, and copy it as rich text directly into Microsoft Word, Google Docs, or any rich-text editor — with all formatting preserved.
Learn how to get the most out of this HTML to Rich Text Copier.
text/html format. When you paste into Word or Google Docs, these applications read the HTML format and preserve elements like bold, italics, headings, lists, tables, text colors, and inline styles. A plain-text fallback is also included so pasting into plain-text editors works seamlessly.
<b>, <i>, <u>, <h1>-<h6>, <ul>, <ol>, <table>, and inline style attributes (color, font-size, text-align, etc.) are well-supported. However, complex CSS (flexbox, grid, animations, external stylesheets) will not transfer. For best results, use inline styles rather than CSS classes when targeting Word/Google Docs output.
<b>, <strong>, <i>, <em>, <u>, <s>, <h1>-<h6>, <p>, <br>, <ul>, <ol>, <li>, <table>, <tr>, <td>, <th>, <a>, <img>, <span>, <div>.color, background-color, font-size, font-family, text-align, font-weight, font-style, text-decoration, line-height, margin, padding (partial).@media queries, external <link> stylesheets, JavaScript, complex positioning.
<p>Hello</p>) and paste it into Word, you'll see the code itself as plain text — tags and all. This tool renders the HTML first and places the formatted output onto your clipboard using the text/html MIME type. Word and Google Docs then interpret this as rich text, preserving the visual formatting. Additionally, our one-click copy writes both HTML and plain-text versions to the clipboard simultaneously, ensuring maximum compatibility across all apps.
text/html clipboard content. When composing an email, simply paste (Ctrl+V / Cmd+V) and your formatted content — including bold text, colors, tables, and lists — will appear in the email body. This is especially useful for email newsletters, signatures, or styled notifications created from HTML templates.
Render Markdown and copy the formatted output as rich text to paste directly into Word or Google Docs.
Create gradient‑filled text with the background‑clip property. Choose linear or radial gradients. Get the CSS. Modern typography.
Browse all Nerd Font icons by category. Click to copy the glyph character. For terminal and prompt customization.
Convert standard HTML into Pug (formerly Jade) syntax. Clean, indented output. For Node.js templating. Client‑side.
Paste HTML and detect unclosed tags, invalid nesting, and duplicate IDs. Lightweight client‑side validation.
Paste regular HTML and instantly get valid React JSX with proper self‑closing tags and className attributes.
Type directly into a contenteditable div with real‑time CSS filters, shadows, and colors. Download as HTML. Fun demo.
Test the new HTML popover attribute for creating accessible tooltips, menus, and dialogs without JavaScript. Copy code snippets.
Experiment with the Async Clipboard API: read/write text and images from the clipboard. Verify permissions and see demo code.
Paste an image from your clipboard directly into the page (Ctrl+V) and extract its color palette. No file dialog needed.
Build a complex mailto: link with to, cc, bcc, subject, and body. Get the HTML anchor tag. Local.
Paste an HTML snippet and convert it into an SVG image that visually replicates the DOM. Useful for creating static snapshots. Local canvas rendering.
Paste HTML and instantly remove all tags, leaving only the text content. Optional keep line breaks. Quick cleaning.
Convert Markdown to styled HTML that retains formatting when pasted into Google Docs or Word. Headings, bold, lists. Client‑side.
Type raw HTML and see the escaped version, then see how it renders when unescaped. Understand encoding better.
Create a customizable scrolling marquee banner. Copy the HTML and CSS. For retro web projects or fun.
Paste CSV and get a beautiful HTML table with sortable headers (optional). Copy the full HTML/CSS snippet. Local.
A small widget that records your clipboard text history (only while open). Search and re‑copy old snippets. No log upload.
Write or paste an HTML snippet and generate a PDF using the browser's print engine. Customize page size and margins.
Paste an HTML `<table>` snippet and instantly get a clean Markdown table. Supports colspan and alignment hints. Local.
Paste lines of text and automatically convert to an HTML ordered list with correct numbering and indentation.
Reduce your HTML file size by stripping whitespace, comments, and optional closing tags. Secure browser‑based.
Paste multiple HTML snippets (header, footer) and a main content, then combine them into a single preview. Static site helper.
Extract selectable text from a PDF using the browser's built‑in PDF rendering. Copy or download as TXT. No upload, fully private.
Design a clean, professional email signature with your photo, links, and disclaimers. Copy the HTML to use in Gmail/Outlook.
Search the complete emoji set by keyword or code. Click to copy. Includes skin tones and flags. Always up to date with Unicode.
Browse and copy common mathematical symbols, Greek letters, and operators. Includes LaTeX codes for use in documents. Quick reference for students.
Extract text from images using basic OCR technology. Works best with clear, printed fonts. Completely local, images never leave your browser for privacy.
Strip HTML tags and convert web content to plain Markdown. Preserve headings, lists, and links. Perfect for content migration. All processing in browser.
Write or paste HTML, CSS, and JavaScript and instantly see the rendered output in a sandboxed iframe. A handy frontend prototyping tool.