How do you use a macro to convert plain URLs to Markdown links?
Answer
qayiWi[<Esc>ea](<Esc>pa)<Esc>q
Explanation
Record a macro that yanks the URL, wraps the text before it in brackets, and appends the URL in parentheses for Markdown link format.
qayiWi[<Esc>ea](<Esc>pa)<Esc>q
Record a macro that yanks the URL, wraps the text before it in brackets, and appends the URL in parentheses for Markdown link format.