UNPKG

greenwood-starter-presentation

Version:

A Greenwood plugin and general purpose starter kit for creating slide decks and presentations from markdown.

10 lines (9 loc) 305 B
window.addEventListener('DOMContentLoaded', function() { const links = document.querySelectorAll('a'); links.forEach((link) => { if (link.href && link.href.indexOf('http') === 0) { link.setAttribute('target', '_blank'); link.setAttribute('rel', 'noopener noreferrer'); } }); });