[Solved] Strip markdown, and insert a new line in between?

Is there any simple way to convert this single line:

![Picture of a Lolcat](https://media1.giphy.com/media/c7goDcMPKjw6A/200_s.gif)

into these:

Picture of a Lolcat
https://media1.giphy.com/media/c7goDcMPKjw6A/200_s.gif

Notice there's a newline/return character between the Description and the image link.

Thanks

Answering myself:

A simple Search and Replace worked fine
image

as for the newline/return, the solution was to use the %Return% token

Result:
Screen Shot 2020-12-28 at 4.57 PM