Extracting Link Information From Text | Challenge

# Introduction In this challenge, we will be extracting link information from Markdown documents. The goal is to implement a Bash script that can extract all the links from a Markdown document in a specific format. We need to extract the text and URL of each link and display them in two columns with a space in between. The completed script should take the Markdown file path as an argument and output the extracted content.

|60 : 00

Click the virtual machine below to start practicing