Files
gpt4free/venv/lib/python3.9/site-packages/markdown_it/common/entities.py

5 lines
156 B
Python

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