Fix index.json generator to parse folded YAML descriptions

The generator's `^description:\s*(.+)$` regex captured the block-scalar
indicator (">-") instead of the wrapped text, corrupting 43 descriptions in
index.json. Parse `>`/`|` block scalars properly and regenerate (0 broken).
Also refresh the count-update comment examples 754 -> 817.
This commit is contained in:
Mahipal
2026-08-02 10:47:14 -07:00
parent 2672b8eb12
commit d56fc0a7f9
2 changed files with 30 additions and 6 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long