Create an external link in a Markdown Block
Yes, you can create an external link in a markdown block. Here's how:
Insert this code wherever you want the hyperlink to appear:
<a href="
www.squarespace.com" target="_blank">Squarespace</a>
Replace the URL between the quotations with your destination link, and replace "Squarespace" with your hyperlink text. Be sure to leave quotation marks and symbols as-is, otherwise the code won't work.