Your IP : 216.73.217.79


Current Path : /lib/python3/dist-packages/markdown_it/common/
Upload File :
Current File : //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()}