# Mandrill - Markdown Editor — Fast, offline markdown editor

> Fast, offline markdown editor (iPhone/iPad app by Vandan Desai.)

- Source: https://appshunter.io/ios/app/mandrill-markdown-editor/id6775038639 (this page in markdown: same URL + `.md`)
- Developer: [Vandan Desai](https://appshunter.io/developer/1605692733)
- Category: Productivity, Utilities
- Price: $4.99
- Age rating: 4+
- Requires: iOS 26.0 · 3 MB
- Released: 2026-06-02
- Data updated: 2026-08-22
- User reviews in markdown: https://appshunter.io/ios/app/mandrill-markdown-editor/id6775038639/reviews.md

## What is Mandrill?

Mandrill is a fast, native Markdown reader and editor for iPhone and iPad; beautifully designed.

Whether you're reviewing a README on the go, editing notes in your GitHub repo, or reading documentation on your iPad, Mandrill renders Markdown the way it's meant to look. Clean typography. GitHub themes. Zero clutter.

GitHub integration: your repos in your pocket
Sign in with GitHub and browse your repositories directly from the app. Open any repo, read and edit your Markdown files, and push changes back to GitHub when you're ready without ever touching a terminal or switching apps. Mandrill tracks which files have been modified and surfaces them clearly so you always know what's changed.

Open anything
Tap + to open a file from your device, browse a local folder, or connect to a GitHub repository. Mandrill shows only your .md files; no noise, no clutter, just the documents you care about.

A reader you'll actually enjoy using
Mandrill turns plain .md files into clean, typographically polished pages. Headings, lists, blockquotes, fenced code blocks, tables, inline code, bold, italic, and strikethrough, all rendered with care, in the theme you love.

GitHub themes built in
Choose GitHub Light, GitHub Dark, or System which follows your device's appearance automatically. Code blocks are highlighted per language like Swift, Python, JavaScript/TypeScript, Go, Rust, Java/Kotlin, C, C++, Objective-C, Ruby, Bash, SQL, CSS and more using authentic GitHub palettes.

Made for how you read
Mandrill gives you real control over your reading experience. Pick your typeface: Sans, Serif, or Mono. Adjust text size with a slider. Set your reading width to Narrow, Wide, or Full. Every setting is there because it matters.

Tables, done right
Markdown tables render properly with correct alignment, theming, and zero fuss.

One-click code copying
Every fenced code block ships with a copy button so you can grab snippets without selecting a single character.

Fast, even on large files
Markdown parsing and syntax highlighting run on a background thread, so the UI stays smooth and responsive on long documents.

Private by design
Mandrill requires no account to use and collects zero data. The optional GitHub integration connects only to GitHub's own servers we see nothing. No analytics. No third-party SDKs. Your files never leave your device.

Highlights
- GitHub integration: sign in, browse repos, track modified files, and push to GitHub from your iPhone or iPad
- Open files, folders, or GitHub repositories from a single tap
- Beautiful Markdown rendering: H1–H6, bold/italic/strikethrough, inline code, fenced code blocks, blockquotes, lists, tables, and horizontal rules
- GitHub Light, GitHub Dark, and System themes
- Per-language syntax highlighting like Swift, Python, JS/TS, Go, Rust, Java/Kotlin, C/C++/Obj-C, Ruby, Bash, SQL, CSS and more
- Typeface picker: Sans, Serif, or Mono
- Adjustable text size and reading width
- One-click copy on every code block
- Off-thread parsing for smooth performance on large files
- Works on iPhone and iPad
- Zero data collection. No account required to read and edit.

Built with love for iOS and iPadOS.


## Version history (last 5 releases)

### 8.1.4 — 2026-08-11

Bug Fixes
- Fixed an issue where editing a file in a GitHub Repo Workspace on iPad and then backgrounding or force-quitting the app could silently lose your edits — you'll now be asked to Sync, Discard, or Cancel if there's unsynced work when reopening a file.
- Fixed pushing to GitHub failing with an error if you pushed the same file twice in quick succession.

### 8.1.3 — 2026-08-05

- Fixed opening a Markdown file from Finder giving you a second Mandrill window. Double-clicking a file — or using Open With — opened a whole new window that carried a copy of everything you already had open, leaving you with two windows showing the same files and the same folder. The file now opens as a tab in the window you already have, and that window comes to the front, even if you'd minimized it.
- Fixed your typography settings resetting every time you quit. The typeface, text size and reading width you picked in Settings — and the text size you set with Zoom In and Zoom Out — now stay put across launches, as they already did on iPhone and iPad.

### 8.1.1 — 2026-07-30

Performance
- Typing in long documents is faster. Every keystroke was re-doing work for the whole document above what you could see, so the bigger the file and the further down you'd scrolled, the more each character cost.
- The find bar no longer scans a fresh copy of the whole document several times over while you type in it.

Bug Fixes
- Fixed text shifting under the cursor while you select it in the Single Editor. Selecting across bold, italic, code, or highlighted text made the line reflow mid-drag, so the selection never quite landed where you meant.
Fixed the selection highlight not matching the selection when it spanned several lines.
Fixed Shift+arrow appearing to do nothing when crossing the markers around bold or italic text — it now steps past them in one press.
Fixed closing a folder leaving its files open. The folder's files now close with it, while files you opened on their own stay put.
Fixed edits in one tab cancelling an unsaved edit in another, which could quietly lose the second tab's changes.
Fixed the sidebar collapsing itself when you closed the last file or folder — it now stays open, showing your recent files.
Fixed the search field moving above or below the separator depending on whether a folder was open.
Fixed the check for whether Mandrill is your default Markdown viewer never returning an answer.

### 8.1 — 2026-07-28

New Features
- You'll now see what's new the first time you open Mandrill after an update. Revisit it anytime from Settings → Release Notes on iPhone/iPad.

Bug Fixes
- Fixed Settings always appearing in light mode, regardless of your chosen theme.
- Fixed Settings ignoring your chosen theme's colors entirely — it now matches the rest of the app.
- Fixed some theme switches (between two dark or two light themes) not fully applying to an open document until you closed and reopened it.
- Fixed table columns ignoring center/right alignment (:---: / ---: in markdown) — they were always rendering left-aligned.
- Fixed a stray extra space appearing at the start of wrapped table cell text.
- Fixed inconsistent line spacing in bulleted, numbered, and checklist items so they match the surrounding paragraph text.
- Fixed a crash when signing in with GitHub on macOS.
- Fixed the GitHub menu icon rendering oversized in some places.
- Fixed images inside GitHub-hosted documents not displaying inline.
- Fixed leftover tabs and Recent Files entries lingering after closing a GitHub repo workspace.

Improvements
- The Settings window is roomier, and scrolls if your display is short, nothing gets cut off.
- GitHub repos now appear in macOS Recent Folders for quick reopening.
- Unsynced changes in a GitHub workspace are now guarded against accidental loss when closing or quitting.
- Tightened line spacing across reading and editing for a cleaner, more compact look.

### 2.3 — 2026-07-09

New Features
- Image support: markdown images now render inline in the reading view instead of showing as raw ![alt](path) syntax, across local files, Folder Workspaces, and GitHub Workspaces
- Standalone image preview: open an .png/.jpg/.gif/.webp/.svg file directly to view it fit-to-window (SVG renders live via a web view)
- Insert an image into a document via a standard file picker — automatically uses a relative path when the image is inside the document's folder
- Sidebar, Folder Tree, and Recent Files now show and open image files alongside markdown files
- Remote (http/https) images fetch and render inline automatically
- GitHub Workspace: image files fetch and render the same way as local ones, and new images can be added and synced

## More apps by Vandan Desai

- [Learn The Flags](https://appshunter.io/ios/app/learn-the-flags/id6447538533)
- [Form: Daily Fitness](https://appshunter.io/ios/app/form-daily-fitness/id6766978709)

All apps by Vandan Desai: https://appshunter.io/developer/1605692733

---

*Data collected daily from the US App Store and indexed by [AppsHunter](https://appshunter.io/). User reviews are verbatim App Store reviews. Ratings, prices and chart positions refresh continuously; this snapshot is from 2026-08-22.*
