vinta-awesome-python/website
Vinta Chen a83809886c
feat: implement HTML rendering for readme sections
Replace the _render_section_html stub with a working implementation that
converts parsed bullet-list nodes into classed div elements (entry,
entry-sub, subcat). Add _render_bullet_list_html to handle nested
structure and XSS escaping. Cover all cases with a new
TestRenderSectionHtml suite.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-18 17:24:24 +08:00
..
data data: remove zipline entry from github_stars.json 2026-03-18 13:57:36 +08:00
static add custom website build system 2026-03-18 13:48:49 +08:00
templates add custom website build system 2026-03-18 13:48:49 +08:00
tests feat: implement HTML rendering for readme sections 2026-03-18 17:24:24 +08:00
build.py add custom website build system 2026-03-18 13:48:49 +08:00
fetch_github_stars.py add custom website build system 2026-03-18 13:48:49 +08:00
readme_parser.py feat: implement HTML rendering for readme sections 2026-03-18 17:24:24 +08:00