showdownjs/showdown
A bidirectional Markdown to HTML to Markdown converter written in Javascript observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 99
- 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: 6502
- days_rel: n/a
- days_push: 8
- n_releases_24m: 0
Adoption not part of the score
14869 stars · 1566 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Showdown is a bidirectional Markdown to HTML (and HTML to Markdown) converter library written in JavaScript. It runs both client-side in the browser and server-side in Node.js, supporting Markdown flavors like GFM.
Use cases
- convert markdown to html in the browser
- render user-submitted markdown comments as html
- convert html back to markdown
- parse markdown files in node.js
- add a markdown editor preview to a web app
- support gfm extensions like tables and task lists
When to choose
- you need a pure-JavaScript markdown converter with no native dependencies
- you need both markdown-to-html and html-to-markdown conversion
- you need the same parser to work in the browser and on the server
- you need GFM flavor support or custom extensions
When to avoid
- you need extremely high-performance parsing of huge documents
- you need full CommonMark spec compliance with strict conformance
- you are rendering untrusted markdown and need built-in sanitization (pair it with a sanitizer)
- your stack is not JavaScript
Facets
library · maturity stable
parser markdown serialization web-development frontend developer-tools documentation browser cross-platform markdown-to-html html-to-markdown gfm bidirectional-converter text-processing nodejs javascript
2 sources
- readme: https://github.com/showdownjs/showdown · fetched 2026-08-28 · 2ea7600c7da0
- registry_npm: https://registry.npmjs.org/showdown · fetched 2026-08-29 · be675a702928
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| showdownjs/showdown | main | 67 |
For agents
markdown · JSON · MCP: product_card(name="showdownjs/showdown")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem