Is it possible to get all image links parsed by Parsedown?
I'm considering something like:
$Parsedown = new Parsedown();
$file = file_get_contents('filename.txt');
echo $Parsedown->text($file);
# output
image1.png
image2.png
filename.txt
![][image1]
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam porttitor nulla id luctus hendrerit.

Integer sed ultricies ante, sed mattis mauris. Donec et nisl sapien.
[image1]: image1.png