function Link(elem) if not elem.attributes.target then elem.attributes.target = "_blank" elem.attributes.rel = "noopener" end return elem end