We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
strip_title_tags
1 parent 0770374 commit dec902aCopy full SHA for dec902a
src/mkdocs_autorefs/references.py
@@ -10,6 +10,7 @@
10
from functools import lru_cache
11
from html import escape, unescape
12
from html.parser import HTMLParser
13
+from io import StringIO
14
from typing import TYPE_CHECKING, Any, Callable, ClassVar, Literal
15
from urllib.parse import urlsplit
16
from xml.etree.ElementTree import Element
0 commit comments