Advertisement

Complete Guide to Velvet MD

Master markdown styling with templates, colors, and exports

1. Introduction

Velvet MD transforms plain markdown text into professionally styled documents. Whether you're writing reports, documentation, or academic papers, Velvet MD provides the tools to create beautiful, publication-ready output.

All processing happens locally in your browser—your content never leaves your device, ensuring complete privacy.

Key Features:
  • 16 curated templates for different document types
  • 20 color schemes plus custom color controls
  • 35+ font families for headings, body, and code
  • Export to HTML, PDF, or DOCX

Before & After

Markdown
# Welcome to My Document

This is a **bold statement** with some *italic* text.

## Features

- Easy to write
- Clean syntax
- Portable format

> "Markdown is a great choice for documentation."

```javascript
function greet(name) {
  return `Hello, ${name}!`;
}
```
Rendered

Welcome to My Document

This is a bold statement with some italic text.

Features

  • Easy to write
  • Clean syntax
  • Portable format
"Markdown is a great choice for documentation."
function greet(name) {
  return `Hello, ${name}!`;
}

2. Interface Overview

The Velvet MD interface is divided into three main areas: the markdown editor on the left, the live preview on the right, and the styling controls in the sidebar.

A real editor with live highlighting

As you type, Velvet MD highlights your Markdown — headings, bold, links, lists and code — and updates the live preview beside it. A formatting bar above the editor adds bold, italic, headings, lists, quotes, links, images, code blocks and tables with a single click.

Keyboard shortcuts and the command palette

You can drive everything from the keyboard. Press Ctrl/Cmd+K to open the command palette and run any action — apply a template or colour scheme, change the view, insert a table or export — just by typing its name.

  • Ctrl/Cmd + B, I — Bold and italic
  • Ctrl/Cmd + K — Open the command palette
  • Ctrl/Cmd + F — Find and replace
  • Ctrl/Cmd + S — Download as a .md file
  • Enter / Tab — Continue a list or indent

Find, outline and live counts

Press Ctrl/Cmd+F to find and replace text. The status bar shows live word, character and reading-time counts and a synced-scroll toggle, plus a clickable outline of your headings to jump around the document. Switch between Editor, Split and Preview, or enter Zen mode for distraction-free writing.

Your work is saved automatically: Velvet MD saves your document in your browser as you type and restores it the next time you visit. Nothing is uploaded to a server — to keep a permanent copy, use Download .md or export to HTML, PDF or DOCX.

Toolbar

  • File — Open a file, start a new document, load the sample or the syntax guide, download your work as .md, or clear the editor — all from the File menu
  • Style — Open the styling panel: templates, colours, typography and layout — including the S/M/L workspace size
  • Zen — Distraction-free Zen mode that hides everything but the editor and preview
  • Export — Download your styled document in HTML, PDF, or DOCX format
Size Options:
  • S (Small) — Compact view, shows more content on screen
  • M (Medium) — Balanced view, default setting
  • L (Large) — Larger text and preview for detailed work

Opening files

  • Drag & Drop — Drop any .md file directly onto the editor to open it

Sidebar Tabs

Open it with the Style button. The panel has four tabs for customizing your document:

  • Templates — Choose from 16 pre-designed styles
  • Colors — Apply color schemes or set custom colors
  • Type — Select fonts and adjust sizing
  • Layout — Control document width, the S/M/L workspace size, and decorative options
Velvet MD full interface
The Velvet MD interface: markdown editor on the left, live preview on the right, styling controls in the sidebar

3. Templates

Velvet MD offers 16 professionally designed templates. Each template provides a complete visual style including fonts, colors, spacing, and decorative elements.

Editorial

Classic serif typography with elegant spacing. Perfect for essays, articles, and long-form content.

Long-form articles, essays, reports

Modern

Clean sans-serif with bold accents. Contemporary look for business documents.

Business documents, presentations

Terminal

Monospace fonts on dark background. Ideal for technical documentation.

Technical documentation, code-heavy content

Academic

Traditional academic formatting with serif fonts and generous line spacing for papers.

Papers, theses, research documents

GitHub

Familiar README styling. Perfect for developer documentation.

README files, developer docs

Dracula

Popular dark theme with purple accents. Easy on the eyes.

Low-light reading, eye comfort

Additional templates include Minimal, Magazine, Notion, Sepia, Nord, Dracula, Solarized, Monokai, Paper, and Tokyo Night.

Template selector panel
Choose from 16 curated templates in the Templates tab

4. Color Schemes

Customize your document's color palette using quick schemes or fine-tune individual colors for complete control.

Quick Schemes

Apply a complete color palette with one click. The 20 available schemes are organized by mood:

Ocean

Calming blue tones

Forest

Natural green hues

Rose

Warm pink accents

Slate

Professional gray

Navy

Deep blue elegance

Cyber

Neon tech vibes

Custom Colors

For precise brand matching or personal preference, adjust individual color values:

Custom Colors Example

Custom Brand Colors

With custom colors, you can match your company branding exactly.

// Your branded code block
const brand = "Custom";
  • Background — Document background color
  • Text Color — Body text color
  • Heading Color — Color for all heading levels
  • Accent / Links — Links, highlights, and accent elements
  • Code Background — Background for code blocks and inline code
  • Blockquote Border — Left border color for blockquotes
Color customization panel
Quick color schemes at the top, individual color pickers below

5. Typography

Fine-tune the typography of your document with font families, sizes, and spacing controls.

Font Families

Choose from 35+ carefully selected fonts for each text category:

Serif (Georgia)
Elegant Headings
Perfect for long-form reading. The serifs guide the eye along lines of text.
Sans-Serif (Inter)
Clean Headings
Modern and minimal. Great for screens and contemporary documents.
Monospace (Fira Code)
Technical Style
Fixed-width for code. All characters align perfectly.

Sizing & Spacing

12px — Compact

Compact text for dense documents or footnotes.

16px — Default (recommended)

Standard readable size for most content.

20px — Larger

Large and accessible for presentations.

Line Height Impact

Line Height: 1.2

This text has tight line spacing. It's harder to read in long paragraphs but saves vertical space. Good for headings.

Line Height: 1.8

This text has generous line spacing. Much easier to read for body text. Recommended for academic papers and long-form content.

Tip: For optimal readability, use 16-18px base size with 1.5-1.7 line height for body text.
Typography controls panel
Font selection and sizing controls in the Type tab

6. Layout Options

Control document structure, alignment, and decorative elements to achieve the perfect layout.

Document Settings

  • Content Width — Maximum width of content area (600-1200px recommended)
  • Padding — Space around the content
  • Text Alignment — Left-aligned, justified, or centered text
Left

Left-aligned text flows naturally for western languages. Most common and recommended default.

Justified

Justified text creates clean edges on both sides. Professional look for printed documents and newspapers.

Center

Centered text works for titles and short passages. Not recommended for long paragraphs.

Decorative Options

Enable drop caps
Once upon a time, in a land far away, there lived a writer who discovered the power of drop caps. They make the opening of any article feel special and editorial.
Decorative dividers

End of section one.

✦ ✦ ✦

Beginning of section two.

Underline H1

Document Title

Adds a decorative underline to main headings.

Rounded code blocks
Sharp corners
const x = 1;
Rounded corners
const x = 1;
Layout options panel
Document structure and decorative toggles in the Layout tab

7. Export Formats

Export your styled document in the format that best suits your needs:

Format Guide to Velvet MD: choose from 16 templates, customize colors and typography, adjust layout settings, and export styled markdown as HTML, PDF, or DOCX. Best For
HTML Standalone web page with all styles embedded Web hosting, email, archiving
PDF Print-ready document via browser print dialog Printing, sharing, presentations
DOCX Microsoft Word format with syntax highlighting Editing, collaboration, submissions
PDF Tip: When the print dialog opens, select 'Save as PDF' to create a PDF file instead of printing.
DOCX Tip: DOCX export preserves syntax highlighting colors in code blocks, making it perfect for technical documentation that needs further editing in Word.
Export menu options
Click Export to choose HTML, PDF, or DOCX format

8. Tips & Best Practices

Choosing Templates

  • Use Editorial or Sepia for long-form content like essays and reports
  • Choose Terminal or GitHub for technical documentation with code
  • Academic template is ideal for papers requiring formal structure
  • Dark templates (Dark Mode, Dracula, Nord) are easier on eyes in low-light

Optimizing Output

  • For print: use light backgrounds and higher contrast colors
  • For screen reading: 600-700px content width is optimal for body text
  • Export to DOCX when you need to make further edits in Word
Pro Tip: Drag and drop any .md file directly onto the page to open it instantly. Your content stays private—all processing happens in your browser.

Ready to Style Your Markdown?

Open Velvet MD and transform your markdown into beautiful documents.

Open Velvet MD
Advertisement