gomarkdown/markdown
markdown parser and HTML renderer for Go observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: 3142
- days_rel: n/a
- days_push: 9
- n_releases_24m: 0
Adoption not part of the score
1727 stars · 194 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
gomarkdown/markdown is a fast Go library for parsing Markdown text into an AST and rendering it as HTML, with support for common Markdown extensions and customizable renderers. It also powers a companion mdtohtml command-line tool.
Use cases
- convert markdown to html in go
- parse markdown files into an ast
- render user-generated markdown on a website
- customize markdown html rendering
- modify markdown document structure programmatically
- add syntax highlighting to rendered code blocks
When to choose
- you need a fast, extensible markdown parser in a Go application
- you want programmatic access to the markdown AST for transformations
- you need customizable HTML output for markdown content
When to avoid
- you need sanitization of untrusted markdown built in - pair it with bluemonday
- you need a non-Go solution or a full static site generator
- you need CommonMark strict certification guarantees
Facets
library · maturity active
parser templating markdown parsers web-development developer-tools documentation go cross-platform markdown-parser html-renderer ast syntax-highlighting
1 source
- readme: https://github.com/gomarkdown/markdown · fetched 2026-08-28 · 5f7548d9cce9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gomarkdown/markdown | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="gomarkdown/markdown")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem