forked from github/pelican
Add content expansion
This commit is contained in:
parent
e8d6318e93
commit
595f3be988
1 changed files with 1 additions and 1 deletions
|
|
@ -337,7 +337,7 @@ class Content:
|
|||
intrasite_link_regex = self.settings['INTRASITE_LINK_REGEX']
|
||||
regex = r"""
|
||||
(?P<markup><[^\>]+ # 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<quote>["\']) # require value to be quoted
|
||||
(?P<path>{}(?P<value>.*?)) # the url value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue