update alt url syntax

This commit is contained in:
marihachi 2021-06-05 17:02:14 +09:00
parent cae709b39c
commit 553fb28280

View file

@ -379,7 +379,7 @@ urlBracketPair
/ "[" urlContentPart* "]"
altUrlFormat
= "http" "s"? "://" (!">" CHAR)+
= "http" "s"? "://" (!(">" / _) CHAR)+
{
return text();
}