UNPKG

yoastseo-dep

Version:

Yoast clientside page analysis

10 lines (9 loc) 230 B
/** * Marks a text with HTML tags * * @param {string} text The unmarked text. * @returns {string} The marked text. */ export default function( text ) { return "<yoastmark class='yoast-text-mark'>" + text + "</yoastmark>"; }