With the current behaviour of only checking attributes href and src the following snippet will be ignored and just output as it is.
<meta property="og:image" content="https://type-kana.cass.moe/assets/social.[hash].png">
It would be nice to be able to pick which attributes to look in. Alternatively just expanding the regex to also check in content attributes. I think it's a pretty common use case since these tags are used for link previews.
With the current behaviour of only checking attributes
hrefandsrcthe following snippet will be ignored and just output as it is.It would be nice to be able to pick which attributes to look in. Alternatively just expanding the regex to also check in
contentattributes. I think it's a pretty common use case since these tags are used for link previews.