second commit
This commit is contained in:
4
env/lib/python3.11/site-packages/markdown_it/common/entities.py
vendored
Normal file
4
env/lib/python3.11/site-packages/markdown_it/common/entities.py
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
"""HTML5 entities map: { name -> characters }."""
|
||||
import html.entities
|
||||
|
||||
entities = {name.rstrip(";"): chars for name, chars in html.entities.html5.items()}
|
Reference in New Issue
Block a user