vinta-awesome-python/website
Vinta Chen e1a88410d3
fix(parser): strip trailing separators and links from subcategory labels
Type Checkers heading now reads 'Type Checkers - [awesome-python-typing](...)'
where a link follows the separator. The old code passed all inline children to
render_inline_text, which included the link URL in the label. Now we take only
the text nodes before the first link and strip trailing punctuation/separators
so the rendered subcategory label is clean.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-23 01:19:05 +08:00
..
static fix(css): remove unused tag-subcat styles 2026-03-23 01:12:57 +08:00
templates fix(website): scope subcategory filter values to parent category 2026-03-23 01:11:35 +08:00
tests refactor(build): remove unused group_categories wrapper 2026-03-22 15:58:42 +08:00
build.py fix(website): scope subcategory filter values to parent category 2026-03-23 01:11:35 +08:00
fetch_github_stars.py refactor(website): hoist loop-invariant variables outside the fetch loop 2026-03-22 01:32:26 +08:00
readme_parser.py fix(parser): strip trailing separators and links from subcategory labels 2026-03-23 01:19:05 +08:00