If you visit www.remnantofnumenor.com, you'll see a block all the way at the bottom called test. In it is a link for an email address.
When I create the link in the block editor and preview the code it looks like this:
Code:
<div><a href="mailto:splendora@remnantofnumenor.com">splendora@remnantofnumenor.com</a></div><br />
When I post the block, it actually becomes this:
Code:
<div><a href="">splendora@remnantofnumenor.com</a></div><br />
So, as you can see, it breaks the email link. Anyone have any ideas on how to resolve this? |