mirror of
https://activitypub.software/TransFem-org/sfm-js
synced 2024-11-22 05:55:13 +00:00
update alt url syntax
This commit is contained in:
parent
cae709b39c
commit
553fb28280
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ urlBracketPair
|
|||
/ "[" urlContentPart* "]"
|
||||
|
||||
altUrlFormat
|
||||
= "http" "s"? "://" (!">" CHAR)+
|
||||
= "http" "s"? "://" (!(">" / _) CHAR)+
|
||||
{
|
||||
return text();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue