UNPKG

@allurereport/web-allure2

Version:

The static files for Allure Classic Report

8 lines (5 loc) 244 B
import { SafeString } from "handlebars/runtime.js"; const URL_REGEXP = /^(\w)+:\/\/.*/; export default function (text) { return URL_REGEXP.test(text) ? new SafeString(`<a href="${text}" class="link" target="_blank">${text}</a>`) : text; }