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.
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.