We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#
1 parent e2b649e commit b2cec2aCopy full SHA for b2cec2a
mkdocs_autolinks_plugin/plugin.py
@@ -20,7 +20,7 @@
20
# 6. Image title (in quotation marks)
21
22
AUTOLINK_RE = (
23
- r"(?:\!\[\]|\[([^\]]+)\])\((([^)/]+\.(md|png|jpg|jpeg|bmp|gif|svg|webp))(#[^)]*)*)(\s(\".*\"))*\)"
+ r"(?:\!\[\]|\[([^\]]+)\])\((([^)/]+\.(md|png|jpg|jpeg|bmp|gif|svg|webp))(\#[^)]*)*)(\s(\".*\"))*\)"
24
)
25
26
class AutoLinkReplacer:
0 commit comments