Land the maintainer's two decisions: the reader's home and the claim code's name
CI / gate (push) Successful in 6s

This commit is contained in:
2026-08-28 12:09:35 +02:00
parent 0d3f813d96
commit 1e903fe90a
3 changed files with 6 additions and 4 deletions
@@ -37,7 +37,6 @@ function readDefinition(text: string): ReadDefinition | undefined {
return { definition: { destination: destination.value }, label: name, length: plain }
}
// CommonMark's label matching: the whitespace a label holds collapses, and its case folds.
function normalizeLabel(raw: string): string {
return raw
.replace(/^[ \t\n]+|[ \t\n]+$/g, '')