Files
Buffteks-Dev-Server/buffteks/lib/python3.11/site-packages/markdown_it/common/entities.py
2025-12-02 14:32:10 +00:00

6 lines
157 B
Python

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