1 2 3 4 5
function Link(el) el.attributes['target'] = "_blank" el.attributes['rel'] = "noopener noreferrer" return el end