UNPKG

@tabnews/ui

Version:
2 lines (1 loc) 414 B
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("rehype-external-links");function s({shouldAddNofollow:i=()=>!0,options:o={}}={}){function u(e){var t;const r=[],n=(t=e.properties)==null?void 0:t.href;return n&&(i(n)&&r.push("nofollow"),e.properties.target==="_blank"&&r.push("noopener")),r}return{rehype:e=>e.use(()=>l({rel:u,...o}))}}exports.externalLinksPlugin=s;