mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-10-08 00:14:26 +08:00
fix:修复正则错误
This commit is contained in:
@@ -22,7 +22,7 @@ import (
|
||||
|
||||
var (
|
||||
imageRegex = regexp.MustCompile(`(src|background)=["'](.*?)["']`)
|
||||
schemeRegxp = regexp.MustCompile(`^[A-z]+://`)
|
||||
schemeRegxp = regexp.MustCompile(`^[a-zA-Z]+://`)
|
||||
)
|
||||
|
||||
// Mail will represent a formatted email
|
||||
|
Reference in New Issue
Block a user