Skip to content

Commit a89cb65

Browse files
committed
Fix Module has no attribute "entities"
1 parent e4dd6a1 commit a89cb65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markdown_it/common/entities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""HTML5 entities map: { name -> characters }."""
2-
import html
2+
import html.entities
33

44

55
class _Entities:

0 commit comments

Comments
 (0)