Make a list of your links in markdown-format.

You could place them at the end of your blog as list of references.

Online https://regex101.com/r/v7AWHx/1

Offline / \[.*\]\(.*\) gmU Note that you have to make the regex “ungreedy” with the “U”, otherwise it will include all the text until the last parenthesis instead of the first parenthesis.