Hi folks a pleasure to write here. Nice to meet you.
I'm adding some feature to a markdown bash script that translate Markup to XHTML.
I'm searching for this pattern:
<p>
<img ...
</p>
If found I just want to live the <img>
line.
How could I do it?
Nice regards,
RG.