NEWS.md: link from TOC to each section

This commit is contained in:
Johan Malm 2025-09-01 20:47:05 +01:00 committed by Hiroaki Yamamoto
parent f9f4219ed4
commit b5b257092d
3 changed files with 163 additions and 57 deletions

View file

@ -65,7 +65,7 @@ int main(int argc, char **argv)
*p = '\0';
}
/* Do not process the references at the bottom of NEWS.md */
if (!strncmp(line, "[0.1.0]", 7)) {
if (!strncmp(line, "[0.1.0-commits]", 15)) {
break;
}
process_line(line);