indragiek/CocoaMarkdown
Markdown parsing and rendering for iOS and OS X observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4251
- days_rel: n/a
- days_push: 2455
- n_releases_24m: 0
Adoption not part of the score
1235 stars · 160 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
CocoaMarkdown is an Objective-C framework for parsing and rendering Markdown on iOS and macOS, built on the CommonMark C reference implementation. It provides AST traversal, delegate-based parsing hooks, and direct NSAttributedString rendering without converting to HTML.
Use cases
- render markdown as native attributed strings in an iOS app
- parse markdown files into an AST on macOS
- build a custom markdown renderer with delegate callbacks
- convert markdown to HTML in a Cocoa app
- display formatted markdown text in a UITextView
When to choose
- you need native NSAttributedString output instead of HTML on Apple platforms
- you want low-level AST access or custom parsing hooks for Markdown
- you need CommonMark-compliant parsing in Objective-C or Swift
When to avoid
- you need Markdown rendering on non-Apple platforms
- you want an actively maintained library - the last release was 2019
- you just need simple HTML generation from Markdown in a web context
Facets
library · maturity maintenance
parser markdown templating parsers frontend developer-tools cpp commonmark nsattributedstring objective-c html-rendering ast-traversal ios macos swift
1 source
- readme: https://github.com/indragiek/CocoaMarkdown · fetched 2026-08-28 · 61e074b6783c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| indragiek/CocoaMarkdown | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="indragiek/CocoaMarkdown")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem