UNPKG

hexo-related-posts

Version:

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

4 lines (2 loc) 137 B
const cleanupLinks = (source) => String(source || '').replace(/(\w{2,5}):\/\/.+?([ "'\r\n]+)/gi, ' $2'); module.exports = cleanupLinks;