For new checks and feature suggestions
Here's a snippet or screenshot that shows a potential problem:
[sed-test.sh](https://github.com/user-attachments/files/30521071/sed-test.sh)
#!/bin/sh
``sed -rn "s/.*?\ssrc="\""(.*?)"\""\s.*?/\n==>\\1 /gIp" <"jufr/index.html"
#### Here's what shellcheck currently says:
SC2140 (warning)
#### Here's what I wanted to see:
[no error]
For new checks and feature suggestions
Here's a snippet or screenshot that shows a potential problem: