We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Instead of using regexes which have the problem of being regexes, you could parse these using the DOM instead.
let template = document.createElement('template'); template.innerHTML = html; // Pluck out scripts and styles, etc.