mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-23 13:56:43 +08:00
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>