Skip to content

Commit dec902a

Browse files
committed
fixup! feat: Add strip_title_tags option
1 parent 0770374 commit dec902a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mkdocs_autorefs/references.py

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
from functools import lru_cache
1111
from html import escape, unescape
1212
from html.parser import HTMLParser
13+
from io import StringIO
1314
from typing import TYPE_CHECKING, Any, Callable, ClassVar, Literal
1415
from urllib.parse import urlsplit
1516
from xml.etree.ElementTree import Element

0 commit comments

Comments
 (0)