developit/snarkdown
:smirk_cat: A snarky 1kb Markdown parser written in JavaScript observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: 4320
- days_rel: n/a
- days_push: 1373
- n_releases_24m: 0
Adoption not part of the score
2400 stars · 113 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Snarkdown is a dead-simple 1kb Markdown parser written in JavaScript that converts a Markdown string into an HTML string. It is intentionally minimal, designed for constrained use cases where a full-featured Markdown parser would be overkill.
Use cases
- convert markdown to html in the browser
- render user comments as html with minimal overhead
- add markdown rendering to a small web app without heavy dependencies
- parse markdown in a preact or react editor
- transform md files to html via webpack loader
- embed a tiny markdown parser in a constrained environment
When to choose
- bundle size is critical and you only need basic markdown
- your input is trusted or sanitized elsewhere
- you need a simple string-in string-out parser with no config
- you need commonjs, umd, and es module support
When to avoid
- you need tables or full GFM support
- you must sanitize untrusted user input against XSS
- you need extensions, plugins, or AST output
- you need spec-compliant markdown parsing
Facets
library · maturity maintenance
parser markdown web-development frontend parsers documentation browser cross-platform tiny 1kb markdown-to-html zero-dependency es-modules nodejs
3 sources
- readme: https://github.com/developit/snarkdown · fetched 2026-08-28 · 364de2b90445
- homepage: http://jsfiddle.net/developit/828w6t1x/ · fetched 2026-08-29 · cfe103f182ff
- registry_npm: https://registry.npmjs.org/snarkdown · fetched 2026-08-29 · b80c3c9d0894
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| developit/snarkdown | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="developit/snarkdown")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem