UNPKG

hexo-theme-essence

Version:

A Simple Clean Theme for Hexo with user-friendly Navigation System.

10 lines (9 loc) 200 B
export function highlight(text, regexp){ text = text || ''; return text.replace(regexp, '<span class="search-key-word">$&</span>'); } export const Weight = { normal: 1, tag: 5, title: 10 };