Answer the architecture review: one table for the HTML block start, and one code-span reader
CI / gate (push) Successful in 5s

This commit is contained in:
2026-08-30 22:04:41 +02:00
parent 3ff1278b71
commit 45beb0ea31
11 changed files with 130 additions and 84 deletions
+3 -3
View File
@@ -54,9 +54,9 @@ 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. 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.
a dependency: HTML5's 2125 semicolon-terminated character references ship packed in their own
module, so entity decoding is complete without one. `devDependencies`: few, each earning its keep;
they never reach a consumer.
## 6. The package contract