md.too

Productividad

Gratis

Application md.too is a minimalist markdown viewer for iPhone and iPad. It opens .md files, renders them, and lets you read and copy. That is the whole product. What it renders: • Headings, lists (including GitHub-style task lists with [ ] / [x]), block quotes, thematic breaks, and inline emphasis (bold, italic, strikethrough, underline). • Code blocks with syntax highlighting for about 40 languages: Swift, C/C++/C#/Objective-C, Java, Kotlin, Scala, JavaScript, TypeScript, Python, Rust, Go, Ruby, PHP, Dart, Lua, Perl, R, Julia, Haskell, OCaml, F#, Elixir, Clojure, Groovy, SQL, GraphQL, Dockerfile, Makefile, TOML, INI, YAML, JSON, XML, HTML, CSS, Bash, PowerShell, Markdown. • Tables, including inline images inside table cells. • Inline images loaded from any HTTPS URL, with explicit width/height attributes (GitLab-style {width=N height=N}). • A small but useful LaTeX subset in $…$ and $$…$$: Greek letters, super- and sub-scripts, common operators, simple fractions, and basic display math. • Selectable, copyable text. Code blocks and tables get a one-click copy button. • Light and dark theme — follows the system, or pick one explicitly. • Export the rendered document to a paginated PDF, with images embedded. What it deliberately does not do: • No editor, no live preview/edit split, no autosave. Read-only by design. • No HTML rendering or WKWebView. Pure native UIKit/SwiftUI. • No file tree, no tabs, no command palette. • No third-party packages. The most popular JavaScript Markdown library, marked, lists about 636 transitive dependencies and roughly 38,980 lines of code on its public dependency graph. md.too ships zero dependencies. Every package you do not pull in is a supply-chain risk you do not inherit. Privacy: The application does not collect or transmit any personal data. The only network traffic is fetching inline images you reference by URL. Source code: The project is open-source under the MIT license. See the support URL.

  • Esta app no ha recibido suficientes calificaciones ni reseñas para mostrar un resumen.

# md.too - Release Notes ## Build 260527 - 2026-05-27 A feature build. Markdown that wraps at 80 columns renders correctly now, exported PDFs gained syntax coloring and table shading, and you can flip any document to its raw text. ### New - **View the raw text of any document.** A new button in the toolbar (and in the Quick Look preview) flips between the rendered Markdown and the plain UTF-8 source. The source view is read-only but fully selectable, so you can copy exact text out of a document without the renderer reflowing it. It sits to the left of the theme button; in Quick Look it is in the top-right overlay. - **Code blocks are syntax-colored in exported PDFs.** Fenced code (` ```swift `, ` ```python `, and the rest) now carries the same keyword / string / comment / type colors in the exported and shared PDF that it has on screen. Previously PDF code was a single flat color. ### Fixed - **Hand-wrapped lists and block quotes render correctly.** If you wrap your Markdown at ~80 columns, a list item whose text continued onto the next line - or a sub-bullet indented under it - used to render as a gray code block. Lists and quotes now follow CommonMark's container model, so wrapped continuation lines and nested items stay part of the list. This is the change most likely to affect documents you already have, and it should only make them look more correct. ### Also - **Tables in exported PDFs get subtle zebra striping** (alternating row shading) so wide tables are easier to follow on paper. - **The theme button moved to the trailing (far-right) end of the toolbar**, the same corner it already occupies in the Quick Look overlay, so it is in the same place everywhere. ### What stayed the same on purpose The renderer's output for documents that already rendered correctly, the syntax highlighter's colors, the read-only nature of the app (md.too never writes to your `.md` files - the new text view is view-only too), and zero third-party dependencies. ### What to test - A `.md` file you hand-wrap at 80 columns with multi-line list items or nested bullets - confirm it renders as a list, not a code block. - Export a document with fenced code to PDF; confirm the code is colored and matches the screen. - Toggle the source view in the app and in a Quick Look preview; confirm the text is selectable and copy/paste yields clean plain text. - Anything that renders visibly worse here than on github.com for the same source. - PDF export results that look different from what's on screen (font, spacing, missing images, table shading). ### Known rough edges - The first `.md` file with many remote images may take a moment to fully paint while inline fetches complete. - Very wide tables may scroll horizontally; the layout is correct but visually busy. - On-screen tables do not yet have the zebra striping that the PDF export does. - Display math `$$E = mc^2$$` uses a small LaTeX subset. Full LaTeX is intentionally out of scope; complex equations may not render the way a TeX engine would. ### Where to send feedback GitHub Issues: https://github.com/leok7v/md.too/issues GitHub Discussions: https://github.com/leok7v/md.too/discussions Or the TestFlight feedback button. Screenshots help; attaching the source `.md` file helps more. Thank you for testing.

El desarrollador (Dmitry Kuznetsov) indicó que las prácticas de privacidad de la app pueden incluir el manejo de datos que se describe a continuación. Para obtener más detalles, consulta la política de privacidad del desarrollador .

  • No se recopilan datos

    El desarrollador no recopila ningún dato en esta app.

    Las prácticas de privacidad pueden cambiar; por ejemplo, según tu edad o las funciones que uses. Obtén detalles

    El desarrollador aún no ha indicado cuáles funciones de accesibilidad admite esta app. Obtén detalles

    Vendedor
    • Dmitry Kuznetsov
    Tamaño
    • 738.3 KB
    Categoría
    • Productividad
    Compatibilidad
    Requiere iOS 16.0 o posterior.
    • iPhone
      Requiere iOS 16.0 o posterior.
    • iPad
      Requiere iPadOS 16.0 o posterior.
    • Mac
      Requiere macOS 13.0 o posterior.
    • Apple Vision
      Requiere visionOS 1.0 o posterior.
    Idiomas
    • Inglés
    Edad
    4+
    Copyright
    • © 2026 Dmitry "Leo" Kuznetsov