Merge number of "Link Title\nURL" Drafts as list of Markdown links

And to merge the existing links into a list you’ll have to create an action with the following steps

  1. Get the content from the drafts (From tags or selection)
  2. Read the lines if is the only content on the drafts with (.*)\s(https?://.*) that regular expression you should be able to get the information
  3. Create a new document with the obtained information

If you need any help making the action, ask for help