Answer the architecture review: one table for the HTML block start, and one code-span reader
CI / gate (push) Successful in 5s
CI / gate (push) Successful in 5s
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user