Extract images in a Markdown text, matching 3 named groups:
Kind of syntax
![](image_url)
![alternative text](image_url)
![](image_url "description")
![alternative text](image_url "description")
Useful for Mkdocs.
Derived from https://regex101.com/r/ypjBSA/1