We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86965be commit 25b63b1Copy full SHA for 25b63b1
src/Markdown/HandleParser.php
@@ -14,7 +14,7 @@
14
#[\Override]
15
public function getMatchDefinition(): InlineParserMatch
16
{
17
- return InlineParserMatch::regex('{(twitter|x|bluesky|bsky|gh|github):(.+?)(?:,(.+))?}');
+ return InlineParserMatch::regex('{(twitter|x|bluesky|bsky|gh|github):(.+?)(?:,(.+?))?}');
18
}
19
20
0 commit comments