mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
a simple solution for #1117
This commit is contained in:
parent
754611180b
commit
b707727175
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ class Content(object):
|
|||
instrasite_link_regex = self.settings['INTRASITE_LINK_REGEX']
|
||||
regex = r"""
|
||||
(?P<markup><\s*[^\>]* # match tag with src and href attr
|
||||
(?:href|src)\s*=)
|
||||
(?:href|src|poster)\s*=)
|
||||
|
||||
(?P<quote>["\']) # require value to be quoted
|
||||
(?P<path>{0}(?P<value>.*?)) # the url value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue