Closed jbienzss closed 7 months ago
With the current RegEx the image tag must be defined so that src is the first parameter.
src
The following will work:
<img src="Images/image002.png" ...
The following will not work:
<img width=624 height=351 src="Images/image002.png" ...
thank you. I'll check it and try to fix it.
Thank you for feedback. It fixed by ver 0.0.2.
With the current RegEx the image tag must be defined so that
src
is the first parameter.The following will work:
<img src="Images/image002.png" ...
The following will not work:
<img width=624 height=351 src="Images/image002.png" ...