mirror of
https://github.com/zhigang1992/docsify.git
synced 2026-04-26 06:05:59 +08:00
[build] 4.1.14
This commit is contained in:
@@ -87,8 +87,6 @@ function search (keywords) {
|
||||
var postTitle = post.title && post.title.trim();
|
||||
var postContent = post.body && post.body.trim();
|
||||
var postUrl = post.slug || '';
|
||||
|
||||
postContent = postContent.replace(/!\[.*\]\((.+)\)/g,'');
|
||||
|
||||
if (postTitle && postContent) {
|
||||
keywords.forEach(function (keyword, i) {
|
||||
|
||||
Reference in New Issue
Block a user