Xepoca
← Back to Xepoca

Text tool

Markdown Previewer

Write or open Markdown and see a polished live preview. Use tables, task lists, code blocks, links, and images, then copy or download the Markdown and generated HTML.

🔒 100% private browser processing

Your Markdown never leaves your device. Rendering, file reading, autosave, copying, and exports happen locally in the browser.

Markdown workspace

Paste text, open a file, or start with the built-in sample.

Drop .md or .txt here · max 2 MB

Markdown

Line 1, column 1

Live preview

5 headings · 1 min read

Product Launch Notes#

A clean Markdown workspace helps a team write, review, and publish documentation without switching tools.

Everything in this preview is rendered locally in your browser.

Launch checklist#

  • Finalize the landing page
  • Verify analytics events
  • Publish the changelog
  • Share the customer announcement

Performance targets#

MetricTargetOwner
First responseUnder 200 msPlatform
Conversion rate4.5%Growth
Support SLAUnder 2 hoursSuccess

Example configuration#

JSON5 lines
1{
2  "environment": "production",
3  "features": ["preview", "export", "autosave"],
4  "privacy": true
5}

Use Xepoca to keep the workflow quick and private.


Notes#

Inline code such as npm run build, outdated copy, and automatic heading links are supported.

Words

95

1 min read

Characters

878

878 B

Headings

5

1 links

Rich blocks

2

1 code · 1 tables

Live Markdown rendering

The preview updates as you type and supports the structures used in README files, technical notes, changelogs, documentation, and long-form articles.

🛡️

Safer generated output

Raw HTML is escaped, link destinations are filtered, and exports are generated from supported Markdown rather than executing pasted scripts.

⌨️

Writing-focused workspace

Switch between split, editor-only, and preview-only views. Formatting shortcuts, line wrapping, cursor position, and local autosave keep editing efficient.

📦

Portable Markdown and HTML

Keep the original Markdown, copy the rendered fragment, or download a complete standalone HTML document with embedded dark-theme styles.

How to use the Markdown Previewer

1

Write or open

Paste Markdown, drag a file into the workspace, browse for a .md file, or load the built-in sample.

2

Review the preview

Choose a workspace view and adjust the table of contents, code lines, image rendering, link behavior, and typography.

3

Copy or export

Copy the Markdown or safe generated HTML, download an edited .md file, or export a complete standalone web page.

Supported Markdown syntax

Xepoca covers the common Markdown patterns needed for product documentation, GitHub-style README files, meeting notes, release notes, tutorials, and lightweight publishing.

Headings and anchor links
Bold, italic, and strikethrough
Ordered and unordered lists
Task lists with checkboxes
Links, images, and autolinks
Blockquotes and horizontal rules
Inline and fenced code
GitHub-style tables

Built for private drafts

Files are read with the browser File API. The renderer, syntax highlighting, preview, local autosave, clipboard actions, and downloads all run on your device without a server conversion.

Local autosave uses this browser's storage. It does not synchronize between devices or accounts.

Related Xepoca tools

Frequently asked questions

Are my files or drafts uploaded?

No. Markdown rendering, file reading, autosave, copying, and downloads happen locally in your browser. Xepoca does not upload or store the document on a server.

Which Markdown features are supported?

Headings, emphasis, strikethrough, links, images, blockquotes, ordered and unordered lists, task lists, tables, fenced code blocks, inline code, autolinks, and horizontal rules are supported.

Can I open and save .md files?

Yes. Open Markdown and plain-text files up to 2 MB, edit them, and download the result as Markdown. You can also copy the generated HTML or download a complete HTML page.

Does the preview execute raw HTML or scripts?

No. Raw HTML is escaped instead of executed. Link destinations are filtered, and the preview is generated from supported Markdown syntax.

Which programming languages are highlighted?

The built-in highlighter recognizes common JavaScript and TypeScript, JSON, HTML and XML, CSS, Bash and shell, Python, and SQL tokens. Other fenced blocks remain readable as escaped plain code.

What does local autosave store?

When enabled, autosave stores the current Markdown and file name in this browser's local storage. It does not sync online. Clearing the editor removes the saved draft.

Can I use the exported HTML on a website?

Yes. The HTML download is a complete standalone dark-theme page with embedded CSS. Review links and image sources before publishing content created from untrusted Markdown.