Skip to content

Commit

Permalink
fixup! feat: Add strip_title_tags option
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Feb 22, 2025
1 parent 0770374 commit dec902a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mkdocs_autorefs/references.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from functools import lru_cache
from html import escape, unescape
from html.parser import HTMLParser
from io import StringIO
from typing import TYPE_CHECKING, Any, Callable, ClassVar, Literal
from urllib.parse import urlsplit
from xml.etree.ElementTree import Element
Expand Down

0 comments on commit dec902a

Please sign in to comment.