/ open-webui.git
/ app
/ env
/ lib
/ python3.11
/ site-packages
/ markdown_it
/ common
/ entities.py
Run
Starting...
Stop
View File
Save
"""HTML5 entities map: { name -> characters }.""" import html.entities entities = {name.rstrip(";"): chars for name, chars in html.entities.html5.items()}
Memory