diff --git a/pelican/contents.py b/pelican/contents.py index 1740df88d1..7357980776 100644 --- a/pelican/contents.py +++ b/pelican/contents.py @@ -337,7 +337,7 @@ def _get_intrasite_link_regex(self): intrasite_link_regex = self.settings['INTRASITE_LINK_REGEX'] regex = r""" (?P<[^\>]+ # match tag with all url-value attributes - (?:href|src|poster|data|cite|formaction|action)\s*=\s*) + (?:href|src|poster|data|cite|formaction|action|content)\s*=\s*) (?P["\']) # require value to be quoted (?P{}(?P.*?)) # the url value