team-10/venv/Lib/site-packages/markdown_it/common/entities.py

5 lines
156 B
Python
Raw Permalink Normal View History

2025-08-02 02:00:33 +02:00
"""HTML5 entities map: { name -> characters }."""
import html.entities
entities = {name.rstrip(";"): chars for name, chars in html.entities.html5.items()}