Skip to content
Feather Logo

Feather Documentation

Native markdown editor for Windows

Back to Support

Exporting

Overview

Feather can export your markdown to three formats: PDF, HTML, and Word (.docx). All exports are available from File > Export.

Export requires an active license. If your trial has expired and you haven't purchased a license, export options are disabled.

PDF Export

  1. Go to File > Export > PDF
  2. Choose a save location and filename
  3. Click Save

PDF exports:

  • Render using light-mode styling regardless of your current theme
  • Wrap code blocks properly (no horizontal overflow)
  • Include Mermaid diagrams and KaTeX math
  • Preserve tables, images, and all formatting

HTML Export

  1. Go to File > Export > HTML
  2. Choose a theme for the export: Light, Dark, or your current preview style
  3. Choose a save location and filename
  4. Click Save

HTML exports:

  • Generate a standalone file with all CSS embedded (no external dependencies)
  • Can be opened in any browser, shared, or hosted
  • Include syntax highlighting, diagrams, and math rendering
  • Are fully self-contained — no internet connection needed to view

Word (.docx) Export

  1. Go to File > Export > Word
  2. Choose a save location and filename
  3. Click Save

Word exports support the following formatting:

  • Headings — H1 through H6 mapped to Word heading styles
  • Inline formatting — bold, italic, strikethrough
  • Code blocks — rendered as formatted text
  • Tables — proper table structure preserved
  • Lists — ordered and unordered
  • Blockquotes
  • Footnotes
  • Math — converted to formatted text where possible

Tips

  • Use Split or Preview mode to check your document's appearance before exporting
  • PDF export always uses light styling, so verify your content looks good in the Default or GitHub preview theme
  • HTML export with the Dark theme option is useful for sharing documents intended for dark-mode readers