← All features

Superlight Markdown

Press Ctrl+M and your Markdown is instantly rendered to HTML, opened in your preferred browser. One keystroke, zero waiting.

How it works

Press Ctrl+M and your Markdown is instantly rendered to a clean HTML page, opened in your preferred browser. One keystroke, zero waiting.

Images are resolved automatically and support both local paths and URLs. Save your file and refresh the browser to see the updated preview.

Why this matters

  • 01

    One keystroke

    Ctrl+M. That's it. No menus, no config, no "install preview extension."

  • 02

    Your browser, your rules

    The preview opens in your default browser — with all its features: print, zoom, reader mode, extensions.

  • 03

    Zero editor overhead

    The preview runs in your browser, not inside the editor. FerrisPad stays light no matter how complex your document is.

readme.md — FerrisPad
# Welcome
This is a **bold** claim.
- Item one
- Item two
`inline code` works too.
readme.html — Your browser

Welcome

This is a bold claim.

  • Item one
  • Item two

inline code works too.