Read the inline text, and decode the escapes and references CommonMark spells
CI / gate (push) Successful in 5s

This commit is contained in:
2026-08-30 21:42:02 +02:00
parent ddc55bc7c8
commit 3ff1278b71
20 changed files with 593 additions and 61 deletions
+4 -2
View File
@@ -53,8 +53,10 @@ Round-trip equality is a property tested over a corpus, not a claim made in pros
`dependencies` is empty. A runtime dependency enters only through a decision entry here stating
why ~20 lines of own code cannot do the job, who maintains it, and what auditing it costs. So the
CommonMark and HTML parsers are written in this repo. `devDependencies`: few, each earning its
keep; they never reach a consumer.
CommonMark and HTML parsers are written in this repo. A table a standard fixes is data rather than
a dependency: HTML5's 2125 semicolon-terminated character references ship packed in
`markdown/entity-references.ts`, so entity decoding is complete without one. `devDependencies`:
few, each earning its keep; they never reach a consumer.
## 6. The package contract