# keitaoouchi/MarkdownView

Markdown View for iOS.

Repository: https://github.com/keitaoouchi/MarkdownView
Canonical: https://ross.abutalabs.com/products/markdownview
Language: HTML
License: MIT
License Family: permissive
Topics: ios, swift, markdown
Last push: 2026-07-24T00:18:11+00:00

## Health v2 (maintenance only)
Score: 88/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 94, release rhythm 72, longevity 100
- inputs: {"age_days": 3401, "days_push": 41, "days_rel": 191, "gap_med": 2, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2179, forks 225 (observed 2026-08-28T04:06:23.110198+00:00)

## What it is
A Swift library that renders Markdown as styled HTML inside a native iOS UIView using WKWebView, markdown-it, and highlight.js. It supports UIKit and SwiftUI, dark mode, custom CSS, markdown-it plugins, and Auto Layout integration.

## Use cases
- render markdown content in an ios app
- display readme-style formatted text in swiftui
- show markdown with syntax highlighted code blocks on ios
- embed markdown view inside a scroll view with auto layout
- customize markdown styling with custom css on ios
- handle link taps in rendered markdown
- render math in markdown with katex plugin

## When to choose
- you need to render markdown in a native iOS app with UIKit or SwiftUI
- you want syntax highlighting and dark mode support out of the box
- you need custom CSS or markdown-it plugin support like KaTeX
- you want intrinsic content size for Auto Layout integration

## When to avoid
- you need native TextKit-based rendering without a web view
- you target iOS versions below 16.0
- you need markdown editing rather than rendering
- you are building for platforms other than iOS

## Facets
- artifact type: library
- maturity: active
- function: markdown, templating, ui-components
- domain: mobile-development, frontend, documentation
- platform: -
- tags: wkwebview, markdown-rendering, swiftui, uikit, syntax-highlighting, dark-mode, ios, swift, mobile

## Member repositories
- keitaoouchi/MarkdownView (main) score 88

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:23.110198+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:48:46.160949+00:00, confidence not recorded.
  - readme: https://github.com/keitaoouchi/MarkdownView (fetched 2026-08-28T04:06:23.110198+00:00, sha d68e50fbefc5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
