Markdown Previewer - Online Live MD to HTML Renderer
Write Markdown and see the formatted HTML preview in real time. Syntax highlighting and GitHub-flavored Markdown support. No upload, fully local.
UD5 Toolkit
<!--#include virtual="..." --> directives and instantly see the resolved output, without needing a web server configured for SSI. This is invaluable for frontend developers who want to prototype page layouts with reusable components like headers, footers, and navigation bars before deploying to a server.<!--#include virtual="file.html" --> (for including files), <!--#echo var="..." --> (for displaying variables), and <!--#if expr="..." --> (for conditional logic). SSI is lightweight and doesn't require a full scripting language like PHP.virtual specifies a path relative to the web server's document root (e.g., virtual="/includes/header.html" resolves from the root), while file specifies a path relative to the current document's location (e.g., file="header.html" looks in the same directory). In this previewer tool, both attributes behave similarly — they look up files defined in the Include Files Manager below the editor.<!--#include ... --> directives, those will also be resolved recursively. The tool also includes circular reference detection — if file A includes file B and file B includes file A, the tool will detect the loop and stop further resolution, displaying a warning in the preview to help you debug.#include directive, which is the most commonly used SSI feature. Other directives like #echo, #set, #if, #exec, and #flastmod are not currently simulated, as they require server-side context (environment variables, CGI execution, file modification timestamps) that cannot be replicated purely in the browser. For full SSI testing, a local Apache server with mod_include enabled is recommended.<!--#include ... --> directives. Then, add your included files (like header.html, footer.html, nav.html) using the Include Files Manager below by clicking "Add File" and pasting their content. The right panel shows a live preview of your fully resolved page. You can edit any file at any time and see updates instantly.<?php include 'file.php'; ?>); and iframes or Web Components for client-side includes. SSI remains useful for lightweight server-side includes without needing a full backend stack.<!--#include ... --> syntax, you can adapt it to simulate PHP includes by simply using SSI-style comments in place of PHP include() or require() statements during prototyping. Replace <?php include 'header.php'; ?> with <!--#include virtual="header.php" --> in your draft HTML, define the content in the file manager, and preview the result. The resolved output will look the same..htaccess settings, MIME types, character encoding headers, or server environment variables. For production-grade SSI testing, you should still validate your includes on an actual Apache server with mod_include enabled and the proper Options +Includes directive set in your server configuration or .htaccess file.Write Markdown and see the formatted HTML preview in real time. Syntax highlighting and GitHub-flavored Markdown support. No upload, fully local.
Compare text‑rendering: auto, optimizeSpeed, optimizeLegibility, geometricPrecision. See kerning and ligature changes live.
Toggle content‑visibility: auto on long blocks and see the rendering time difference. Understand this powerful property.
Enter a URL and get a rough client-side performance simulation: request count, DOM size, and potential speed tips. No real Lighthouse.
Adjust ISO, f‑stop, shutter speed and see a simulated image brightness and depth of field effect. Learn manual mode.
Paste HTML and convert to plain text while preserving basic structure (paragraphs, list items). Removes all tags and images. Instant local processing.
Type a UPC or EAN number and see how a laser scanner would identify it, plus check digit validation.
Strip HTML tags and convert web content to plain Markdown. Preserve headings, lists, and links. Perfect for content migration. All processing in browser.
Simulate a full‑page screenshot by stitching screen captures (limited). Works best on simple pages. Use browser’s native capture.
See exact dimensions of your current browser inner/outer window, screen resolution, and pixel ratio. Developer debug.
Convert Markdown text into clean HTML code. GitHub Flavored Markdown supported. Copy the raw HTML or preview the rendered output instantly. No uploads.
Enter a URL and see a simulated preview of how the link will appear on major social platforms. Check tags.
Enter a URL and fetch its Twitter card meta tags. See a live preview of how the tweet will appear. Debug social sharing.
Enter an HTML snippet and see a rough transcription of what a screen reader might announce. Check alt texts.
Test the Web Share API by sharing text, links, and files directly from the browser. Check compatibility and see example code.
Simulate a PWA receiving shared text, links, and images. Test the Web Share Target API without a server.
Fetch a page and list all loaded assets (CSS, JS, images) with their sizes. See total page weight. Quick performance check.
Create a Remix route file with loader, action, and default export. TypeScript ready. Copy the route.tsx.
Write a simple assembly program and see the pass‑1 and pass‑2 symbol tables and object code. Systems programming helper.
Select a short video and convert it to an animated WebP image for faster web loading. Adjust quality and size. Local only.
Enter a URL and see live mocked previews for Facebook, Twitter, LinkedIn, and Slack based on its meta tags. Find missing tags.
Upload an image and see a rough simulation of how it might look when printed. Highlights areas that may lose detail.
Write in Markdown and get clean, inline‑styled HTML suitable for emails. Pre‑designed templates included. Local conversion.
Set launch angle, initial speed, and height. See the trajectory, max height, and range plotted on a canvas. Learn kinematics.
Place bold text over an image and apply mix‑blend‑mode: screen, multiply, etc. Create stunning hero sections. Download preview.
Compare font‑display values (block, swap, fallback, optional) on the fly. See how text renders during web font load. Choose the right strategy.
Layer gradients and images and blend them with background‑blend‑mode. Create hero sections. Copy CSS.
See the View Transitions API in action. Cross‑fade and morph between two states. Copy the JavaScript starter code.
Measure your internet connection speed by downloading and uploading a small test file. Works from your browser.
Change text orientation within vertical writing mode. See mixed, upright, sideways. Useful for CJK layout.