Commit dc21dc1
Fix AI category heading suppressed by project titles containing category name
The heading check used a substring match on the full accumulated categories
string, so a project title like "AI driven interface for SlicerTMS" (in the
IGT and Training section) would prevent the "### AI" heading from ever being
generated. Fix by checking for the full heading string "### <category>" instead.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent bc4932e commit dc21dc1
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
0 commit comments