We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Module has no attribute "entities"
1 parent e4dd6a1 commit a89cb65Copy full SHA for a89cb65
markdown_it/common/entities.py
@@ -1,5 +1,5 @@
1
"""HTML5 entities map: { name -> characters }."""
2
-import html
+import html.entities
3
4
5
class _Entities:
0 commit comments