summaryrefslogtreecommitdiff
path: root/venv/lib/python3.11/site-packages/markdown_it/common/entities.py
diff options
context:
space:
mode:
Diffstat (limited to 'venv/lib/python3.11/site-packages/markdown_it/common/entities.py')
-rw-r--r--venv/lib/python3.11/site-packages/markdown_it/common/entities.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/venv/lib/python3.11/site-packages/markdown_it/common/entities.py b/venv/lib/python3.11/site-packages/markdown_it/common/entities.py
deleted file mode 100644
index 6bb2d34..0000000
--- a/venv/lib/python3.11/site-packages/markdown_it/common/entities.py
+++ /dev/null
@@ -1,4 +0,0 @@
-"""HTML5 entities map: { name -> characters }."""
-import html.entities
-
-entities = {name.rstrip(";"): chars for name, chars in html.entities.html5.items()}