This guide walks you from a fresh macOS install to a live, rendered Markdown preview in Finder. The whole process takes about two minutes. If you have already installed FluxMarkdown, skip to step 3.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/xykong/flux-markdown/llms.txt
Use this file to discover all available pages before exploring further.
Install FluxMarkdown
The fastest way is Homebrew:Prefer a manual install? Download the DMG from the Releases page and drag FluxMarkdown.app to Applications. See Installation for all options.
Launch the app once
Open FluxMarkdown from your Applications folder. You will see a welcome screen — that is all you need. You do not have to open a file yet.
macOS will not activate a QuickLook extension until its host app has been launched at least once. This step is required even if you only plan to use the Space-bar preview in Finder.
Open a Markdown file in Finder
Navigate to any folder in Finder that contains a The file contains headings, formatted text, a task list, and KaTeX math expressions — a good test of the renderer.
.md file. If you do not have one handy, create a quick test file. Open a text editor, paste the following content, and save it as test.md on your Desktop:test.md
What you will see in the preview
The example file above demonstrates three of FluxMarkdown’s most distinctive features: Mermaid diagrams — any fenced code block tagged```mermaid is rendered as an interactive diagram. FluxMarkdown supports flowcharts, sequence diagrams, Gantt charts, pie charts, and more.
KaTeX math — wrap expressions in $...$ for inline math or $$...$$ for block math. The renderer uses KaTeX, so output matches what you would see in tools like Jupyter or Obsidian.
Syntax highlighting — code blocks are highlighted for 40+ languages. You can choose the theme (GitHub, Monokai, Atom One Dark, and others) in Settings.
Keyboard shortcuts
You can control FluxMarkdown entirely from the keyboard.| Shortcut | Action |
|---|---|
Space | Open QuickLook preview in Finder |
Cmd + / - / 0 | Zoom in / out / reset |
Cmd Shift P | Export document as PDF |
Cmd Shift E | Export document as HTML |
Cmd , | Open Settings |