vinta-awesome-python/website
Vinta Chen 5fa7c7d1a6
feat(website): add markdown-it-py README parser and inline renderer tests
Introduce readme_parser.py which parses README.md into structured
section data using the markdown-it-py AST. Includes TypedDicts for
ParsedEntry/ParsedSection, slugify(), render_inline_html(), and
render_inline_text(). Add test_readme_parser.py covering HTML escaping,
link rendering, emphasis, strong, and code_inline for both renderers.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-18 17:20:23 +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(website): add markdown-it-py README parser and inline renderer tests 2026-03-18 17:20:23 +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(website): add markdown-it-py README parser and inline renderer tests 2026-03-18 17:20:23 +08:00