jgm/djot
A light markup language observed · 2026-08-28
Health v2 · maintenance only
63/100
- Activity 90
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1514
- days_rel: n/a
- days_push: 63
- n_releases_24m: 0
Adoption not part of the score
2033 stars · 59 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Djot is a lightweight markup language derived from CommonMark that fixes CommonMark's parsing ambiguities while adding features like footnotes, tables, math, and attributes. The repository provides the official JavaScript parser and CLI, with community implementations in Lua, Rust, Go, and other languages.
Use cases
- write documents in a simpler alternative to markdown
- convert markdown documents to djot format
- parse lightweight markup in linear time without backtracking
- convert djot documents to docx or other formats via pandoc
- get reliable syntax highlighting for a markup language
- use footnotes, tables, and math in a light markup syntax
When to choose
- you want a fuller-featured, less ambiguous alternative to Markdown
- you need deterministic, locally parseable inline syntax for tooling or highlighting
- you already use pandoc and want a cleaner authoring format
When to avoid
- you need a fully frozen, stable spec — djot syntax may still change
- your ecosystem or tooling is Markdown-only
- you need broad third-party editor support out of the box
Facets
library · maturity active
parser markdown documentation cli parsers documentation developer-tools web-development lua cli cross-platform markup-language commonmark lightweight-markup pandoc syntax nodejs
2 sources
- readme: https://github.com/jgm/djot · fetched 2026-08-28 · 313387fe33fd
- homepage: https://djot.net · fetched 2026-08-29 · c9f7e4ecf1b6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jgm/djot | main | 63 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem