A favicon can be declared like `<link rel="icon" href="/favicon.ico">` Currently the plugin would treat this as css and output it as <style></style> instead of `<link rel="icon" href="base64encoded:icon">` It would be nice to have this feature
A favicon can be declared like
<link rel="icon" href="/favicon.ico">Currently the plugin would treat this as css and output it as <style></style> instead of
<link rel="icon" href="base64encoded:icon">It would be nice to have this feature