This repository has been archived on 2025-02-24. You can view files and clone it, but cannot push or open issues or pull requests.
fireguide/.venv/lib/python3.12/site-packages/markdown_it/common/entities.py

4 lines
156 B
Python

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