UNPKG

hexo-related-posts

Version:

Hexo plugin that generates related posts list with TF/IDF algorithm

4 lines (2 loc) 140 B
const cleanupYamlFrontmatter = (source) => String(source || '').replace(/^\-\-\-.+?\-\-\-/s, ''); module.exports = cleanupYamlFrontmatter;