group-wbl/.venv/lib/python3.13/site-packages/markdown_it/common/entities.py

6 lines
157 B
Python
Raw Normal View History

2026-01-09 09:48:03 +08:00
"""HTML5 entities map: { name -> characters }."""
import html.entities
entities = {name.rstrip(";"): chars for name, chars in html.entities.html5.items()}