# mdiep/MMMarkdown

An Objective-C framework for converting Markdown to HTML.

Repository: https://github.com/mdiep/MMMarkdown
Canonical: https://ross.abutalabs.com/products/mmmarkdown
Language: Objective-C
License: MIT
License Family: permissive
Topics: objective-c, ios, markdown
Last push: 2020-10-24T12:08:20+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 5284, "days_push": 2139, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1267, forks 163 (observed 2026-08-28T04:04:11.262915+00:00)

## What it is
MMMarkdown is an Objective-C framework that converts Markdown to HTML using a real parser rather than regex-based transformation. It supports Apple platforms including macOS, iOS, tvOS, and watchOS, with GitHub Flavored Markdown extensions.

## Use cases
- convert markdown to html in an ios app
- render markdown text in a macos application
- objective-c markdown parser library
- parse markdown without regex-based converters
- support github flavored markdown strikethrough on ios
- efficient markdown to html conversion for apple platforms

## When to choose
- you need Markdown rendering in an Objective-C or Swift app on Apple platforms
- you want a true parser instead of regex-based conversion for efficiency and low memory use
- you need GitHub Flavored Markdown extensions like strikethrough

## When to avoid
- you need a maintained library with frequent updates and recent CommonMark compliance
- you are not targeting Apple platforms
- you need extensive Markdown extensions beyond GitHub Flavored basics

## Facets
- artifact type: library
- maturity: maintenance
- function: parser, markdown
- domain: parsers, web-development, developer-tools
- platform: cpp
- tags: objective-c, markdown-to-html, apple-platforms, github-flavored-markdown, macos, ios

## Member repositories
- mdiep/MMMarkdown (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:11.262915+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-30T05:03:43.189169+00:00, confidence not recorded.
  - readme: https://github.com/mdiep/MMMarkdown (fetched 2026-08-28T04:04:11.262915+00:00, sha 3cfb2ec98450)
- Data as of 2026-08-30T08:39:29.467469+00:00.
