FoldRender / Guides / Read Markdown on the Galaxy Z Fold 7
FoldRender guide

Read Markdown on the Galaxy Z Fold 7

FoldRender is a native Android Markdown renderer built for the Galaxy Z Fold 7. It parses CommonMark + GitHub-flavored Markdown to a native block list — so tables, task lists, front matter, mermaid diagrams, LaTeX and callouts render crisply, and a 5 MB doc only composes what is on screen.

Download the APKv0.6.3 · free See what FoldRender does

How FoldRender handles it

Unfolded two-pane reading

File tree on the left, the rendered document on the right. Fold the device and it collapses to a single reading column — the activity never restarts, scroll position never moves.

Real Markdown, not a WebView

No browser text selection, no stylesheet fights. Markdown becomes native Compose blocks in a LazyColumn, so long documents stay smooth and folding is a pure relayout.

Everything GFM

Tables, task lists, fenced code with syntax highlighting, mermaid, LaTeX math and callouts — the flavors you actually write in READMEs and notes.

FAQ

Can FoldRender preview GitHub-flavored Markdown on a phone?
Yes. FoldRender renders CommonMark + GFM natively on Android, including tables, task lists, fenced code, mermaid diagrams and LaTeX — no WebView and no laptop required.
Does it work folded as well as unfolded?
Yes. Unfolded you get a two-pane file tree + document view; folded it becomes a single reading column. Folding is a pure relayout so scroll position is preserved.

More FoldRender guides