Feather Documentation
Native markdown editor for Windows
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
- Go to File > Export > PDF
- Choose a save location and filename
- 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
- Go to File > Export > HTML
- Choose a theme for the export: Light, Dark, or your current preview style
- Choose a save location and filename
- 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
- Go to File > Export > Word
- Choose a save location and filename
- 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