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.
1 parent a3a7984 commit 80b4ac7Copy full SHA for 80b4ac7
markdown_it/common/utils.py
@@ -3,9 +3,9 @@
3
from __future__ import annotations
4
5
import re
6
-import unicodedata
7
from re import Match
8
from typing import TypeVar
+import unicodedata
9
10
from .entities import entities
11
0 commit comments