HOME


Mini Shell 1.0
DIR: /usr/lib/python3/dist-packages/markdown_it/common/
Upload File :
Current File : //usr/lib/python3/dist-packages/markdown_it/common/entities.py
"""HTML5 entities map: { name -> characters }."""
import html.entities

entities = {name.rstrip(";"): chars for name, chars in html.entities.html5.items()}