UNPKG

eleventy-plugin-embed-itch-io

Version:

11ty plugin for automatically embedding an Itch.io widgets from a game page url.

3 lines (2 loc) 194 B
module.exports = /<p>(?=(\s*))\1(?:<a [^>]*?>)??(?=(\s*))\2(?:https?:\/\/)??((?:[A-Za-z0-9-._]*)(?:\.{1})(?:itch\.io\/)([A-Za-z0-9-_]+)(?:[^\s<>]*))(?=(\s*))\5(?:<\/a>)??(?=(\s*))\6<\/p>/g;