mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -116,6 +116,9 @@ func EncloseHighlighting(text string, keywords []string, openMark, closeMark str
|
||||
if reg, err := regexp.Compile(re); nil == err {
|
||||
ret = reg.ReplaceAllStringFunc(text, func(s string) string { return openMark + s + closeMark })
|
||||
}
|
||||
|
||||
// 搜索结果预览包含转义符问题 Search results preview contains escape character issue https://github.com/siyuan-note/siyuan/issues/9790
|
||||
ret = strings.ReplaceAll(ret, "\\<span", "\\\\<span ")
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user